From 1760d7dbac48d8107648950574fb96a405d88c9e Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Tue, 8 Jan 2019 16:07:38 +0100 Subject: Use debhelper-compat = 12, bump S-V --- debian/compat | 1 - debian/control | 5 ++--- debian/rules | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index db2232a..fa6ebb3 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,11 @@ Source: libguess Priority: optional Maintainer: Debian QA Group Build-Depends: - debhelper (>= 9), - dh-autoreconf, + debhelper-compat (= 12), pkgconf | pkg-config, gauche, autotools-dev -Standards-Version: 3.9.5 +Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/kaniini/libguess Vcs-Git: https://git.dgit.debian.org/libguess diff --git a/debian/rules b/debian/rules index cf05cd8..755fc58 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--version-script=$( export ACLOCAL := aclocal -I m4 %: - dh $@ --with=autoreconf + dh $@ override_dh_auto_configure: ifneq "$(wildcard /usr/share/misc/config.sub)" "" -- cgit v1.2.3