Dmitrijs Ledkovs: Remove debian-specific mdadm-startall.8 in clean target
Michael Tokarev
mjt at alioth.debian.org
Fri May 25 18:01:43 UTC 2012
Module: mdadm
Branch: master
Commit: 8d9b6b927811ac967a73fef0b7872b778bf1e6da
URL: http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=8d9b6b927811ac967a73fef0b7872b778bf1e6da
Author: Dmitrijs Ledkovs <dmitrijs.ledkovs at canonical.com>
Date: Tue May 22 01:54:55 2012 +0100
Remove debian-specific mdadm-startall.8 in clean target
I know that $ git clean -X -f is amazing, but being tidy is still
nice.
---
debian/rules | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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
More information about the pkg-mdadm-commits
mailing list