From fa37d040addaebdf9a4b604ecb2ca7fe841d21bb Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 12 May 2020 16:40:15 +0200 Subject: [PATCH] Bump Debian compat version to 12, using debhelper-compat approach Replace dh_clean with dh_prep accordingly. --- debian/compat | 1 - debian/control | 2 +- debian/rules | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 debian/compat 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 -- 2.1.4