Bump Debian compat version to 12, using debhelper-compat approach
authorMichael Prokop <mika@grml.org>
Tue, 12 May 2020 14:40:15 +0000 (16:40 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 12 May 2020 14:40:15 +0000 (16:40 +0200)
Replace dh_clean with dh_prep accordingly.

debian/compat [deleted file]
debian/control
debian/rules

diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index 45a4fb7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-8
index 9cfea2b..10fa997 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
 Build-Depends:
  asciidoc,
- debhelper (>= 8),
+ debhelper-compat (= 12),
  docbook-xsl,
  xsltproc,
 Standards-Version: 4.5.0
index 22565d2..db8fe62 100755 (executable)
@@ -21,7 +21,7 @@ clean:
        dh_testroot
        ( cd docs && $(MAKE) clean )
        rm -f build-stamp
-       dh_clean 
+       dh_prep
 
 install: build
        dh_testdir