From 51d4c36b227d9bec03a5bf9e049aabd80ad5cb60 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 1 Oct 2019 21:28:06 +0100 Subject: [PATCH] debian/: Bump to Debhelper 10. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index 45a4fb7..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +10 diff --git a/debian/control b/debian/control index af08b1c..e707a7b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cfd Section: devel Priority: extra Maintainer: Mark Wooding -Build-Depends: debhelper (>> 8.0), automake, texinfo +Build-Depends: debhelper (>> 10), automake, texinfo Standards-Version: 3.1.1 Package: cfd diff --git a/debian/rules b/debian/rules index 4cf60b1..028189f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #! /usr/bin/make -f -DH_OPTIONS = --parallel -Bdebian/build +DH_OPTIONS = --parallel --without=autoreconf -Bdebian/build %:; dh $@ $(DH_OPTIONS) override_dh_auto_install: -- 2.11.0