[Python-apps-commits] r2775 - in packages/gtg/trunk/debian (rules)
hertzog at users.alioth.debian.org
hertzog at users.alioth.debian.org
Sun Apr 19 15:49:52 UTC 2009
Date: Sunday, April 19, 2009 @ 15:49:51
Author: hertzog
Revision: 2775
Keep a separate clean rule to not remove build directory when not wanted.
Modified:
packages/gtg/trunk/debian/rules
Modified: packages/gtg/trunk/debian/rules
===================================================================
--- packages/gtg/trunk/debian/rules 2009-04-19 14:46:27 UTC (rev 2774)
+++ packages/gtg/trunk/debian/rules 2009-04-19 15:49:51 UTC (rev 2775)
@@ -1,4 +1,8 @@
#!/usr/bin/make -f
+
+clean:
+ dh clean
+ rm -fr build
+
%:
dh $@
- rm -fr build
More information about the Python-apps-commits
mailing list