Skip to content

Commit

Permalink
Bump Debian compat version to 12, using debhelper-compat approach
Browse files Browse the repository at this point in the history
Replace dh_clean with dh_prep accordingly.
  • Loading branch information
mika committed May 12, 2020
1 parent f3086b9 commit fa37d04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -21,7 +21,7 @@ clean:
dh_testroot
( cd docs && $(MAKE) clean )
rm -f build-stamp
dh_clean
dh_prep

install: build
dh_testdir
Expand Down

0 comments on commit fa37d04

Please sign in to comment.