Michael Tokarev: remove dh_testroot from clean target
Michael Tokarev
mjt at alioth.debian.org
Fri May 25 18:01:34 UTC 2012
Module: mdadm
Branch: build
Commit: 7b1180b2c8d1aaedcc5cab26ad00cd7d4d07541c
URL: http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=7b1180b2c8d1aaedcc5cab26ad00cd7d4d07541c
Author: Michael Tokarev <mjt at tls.msk.ru>
Date: Wed Jan 11 19:37:42 2012 +0400
remove dh_testroot from clean target
---
debian/changelog | 1 +
debian/rules | 1 -
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b4c383d..c8d70db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ mdadm (3.2.3-1) UNRELEASED; urgency=low
scheduling class, based on patch by Sergey B Kirpichev (Closes: #652547)
* small changes for debian/checkarray
* (internal) move files from contrib/* topgit branches into debian directory
+ * remove dh_testroot from clean target
[ Peter Eisentraut ]
* Added support for "status" action to mdadm init script (Closes: #651737)
diff --git a/debian/rules b/debian/rules
index d9c36f0..c3a8092 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,6 @@ INTERPOLATED_FILES = debian/bugscript debian/mkconf
clean:
dh_testdir
- dh_testroot
rm -f $(INTERPOLATED_FILES)
rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) clean
More information about the pkg-mdadm-commits
mailing list