From: Michael Prokop Date: Tue, 12 May 2020 14:21:18 +0000 (+0200) Subject: Bump Debian compat version to 12, using debhelper-compat approach X-Git-Tag: v0.16.2~2 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=5b9867988b4e564d0bc55e719dd9e1c803887ce1 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 f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index ac3e7cb..8a05e50 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,9 @@ Source: grml-etc-core Section: grml Priority: optional Maintainer: Michael Prokop -Build-Depends: debhelper (>= 10~), - txt2tags +Build-Depends: + debhelper-compat (= 12), + txt2tags, Standards-Version: 4.5.0 Homepage: https://git.grml.org/?p=grml-etc-core.git Vcs-git: git://git.grml.org/grml-etc-core.git diff --git a/debian/rules b/debian/rules index 7bf93ff..ca1b5ad 100755 --- a/debian/rules +++ b/debian/rules @@ -17,17 +17,15 @@ clean: dh_testdir dh_testroot rm -f build-stamp - - dh_clean + dh_prep rm -rf debian/grml-etc-core/ (cd $(CURDIR)/doc && $(MAKE) clean) install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs - # Add here commands to install the package into debian/grml-etc-core. cp -a etc/ debian/grml-etc-core/ cp -a usr_share_grml/ debian/grml-etc-core/usr/share/grml