From 18ae25c2aa5eb7411ac238526239ba5958e6c911 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sun, 4 Feb 2018 00:57:26 +0000 Subject: [PATCH] Stop using dh_clean -k --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 83f0101d..b9f4585e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ debian-cd (3.1.21) unstable; urgency=medium * Minor packaging updates: + Remove the executable bit from various shell function files + Update the debhelper dependency to version 10 + + Stop using dh_clean -k [ JH Chatenet ] * Include debian-ports-archive-keyring on non released architectures diff --git a/debian/rules b/debian/rules index dc514e2a..7b270b89 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ install: install-stamp install-stamp: build-stamp dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/tmp.