Stop using dh_clean -k

This commit is contained in:
Steve McIntyre 2018-02-04 00:57:26 +00:00
parent 0aff91de8b
commit 18ae25c2aa
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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

2
debian/rules vendored
View File

@ -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.