[Pkg-cli-apps-commits] [SCM] podsleuth branch, master, updated. upstream/0.6.5-14-g105bcde
Chow Loong Jin
hyperair at gmail.com
Wed Dec 9 19:35:56 UTC 2009
The following commit has been merged in the master branch:
commit 105bcdebaaf58d6868ad89dc7e9c20b43e4d45e1
Author: Chow Loong Jin <hyperair at gmail.com>
Date: Thu Dec 10 03:34:43 2009 +0800
Call maintainer-clean manually
Instead of going through dh_auto_clean, call $(MAKE) maintainer-clean
automatically, since dh_auto_clean appears to add distclean to the args
as well
diff --git a/debian/rules b/debian/rules
index 1b3b7c0..627ee0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,9 @@ override_dh_auto_configure:
--with-update-dir=/var/lib/podsleuth \
MCS=/usr/bin/mono-csc
-override_dh_auto_clean:
- dh_auto_clean -- maintainer-clean
+clean:
+ [ -f Makefile ] && $(MAKE) maintainer-clean
+ dh --with=quilt $@
%:
dh --with=quilt $@
--
podsleuth
More information about the Pkg-cli-apps-commits
mailing list