summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)