summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@debian.org>2015-11-08 12:30:09 +0000
committerDimitri John Ledkov <xnox@debian.org>2015-11-08 12:30:09 +0000
commit0704dfa6a28d9a203c573b194c9d177e3593579b (patch)
tree27652f51e9346ab7f05756c88930a8364e9fab21
parent6878e3ca34c239cc8adbeb3ad7637f5833045b1a (diff)
Use dh_prep instead of dh_clean -k
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 00a62958..c5b620eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ mdadm (3.3.4-1) unstable; urgency=medium
are highly appreciated by all of Debian and derivate communities.
* New upstream release.
* Bump standards version to 3.9.6.0, no changes required.
+ * Use dh_prep instead of dh_clean -k
[ Helmut Grohne ]
* Fix FTCBFS. Export CROSS_COMPILE=<triplet>- (Closes: #794335)
diff --git a/debian/rules b/debian/rules
index 7a45299a..0adcc1bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ clean:
install-arch: build-arch
dh_testdir
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) install install-systemd DESTDIR=$(DESTDIR)