From: Michael Prokop Date: Tue, 12 May 2020 14:40:15 +0000 (+0200) Subject: Bump Debian compat version to 12, using debhelper-compat approach X-Git-Tag: v0.11.3~1 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=fa37d040addaebdf9a4b604ecb2ca7fe841d21bb;p=grml-network.git Bump Debian compat version to 12, using debhelper-compat approach Replace dh_clean with dh_prep accordingly. --- diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 45a4fb7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/debian/control b/debian/control index 9cfea2b..10fa997 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Michael Prokop Build-Depends: asciidoc, - debhelper (>= 8), + debhelper-compat (= 12), docbook-xsl, xsltproc, Standards-Version: 4.5.0 diff --git a/debian/rules b/debian/rules index 22565d2..db8fe62 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ clean: dh_testroot ( cd docs && $(MAKE) clean ) rm -f build-stamp - dh_clean + dh_prep install: build dh_testdir