[PATCH 5/5] Remove debian-specific mdadm-startall.8 in clean target

Dmitrijs Ledkovs dmitrijs.ledkovs at canonical.com
Tue May 22 00:54:55 UTC 2012


I know that $ git clean -X -f is amazing, but being tidy is still
nice.
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e697890..a07debe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ clean:
 	rm -f $(INTERPOLATED_FILES)
 	rm -f build-stamp
 	[ ! -f Makefile ] || $(MAKE) clean
-	rm -f mdadm.udeb mdadm
+	rm -f mdadm.udeb mdadm debian/mdadm-startall.8
 	dh_clean
 	debconf-updatepo
 
-- 
1.7.9.5




More information about the pkg-mdadm-devel mailing list