[Python-modules-commits] r10269 - in packages/stepic/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Nov 3 23:05:31 UTC 2009


    Date: Tuesday, November 3, 2009 @ 23:05:29
  Author: piotr
Revision: 10269

Remove build dir in clean target

Modified:
  packages/stepic/trunk/debian/changelog
  packages/stepic/trunk/debian/rules

Modified: packages/stepic/trunk/debian/changelog
===================================================================
--- packages/stepic/trunk/debian/changelog	2009-11-03 22:55:44 UTC (rev 10268)
+++ packages/stepic/trunk/debian/changelog	2009-11-03 23:05:29 UTC (rev 10269)
@@ -23,6 +23,7 @@
 
   [ Piotr Ożarowski ]
   * Add DM-Upload-Allowed flag
+  * Remove build dir in clean target
 
  -- Scott Kitterman <scott at kitterman.com>  Sun, 01 Nov 2009 21:30:08 -0500
 

Modified: packages/stepic/trunk/debian/rules
===================================================================
--- packages/stepic/trunk/debian/rules	2009-11-03 22:55:44 UTC (rev 10268)
+++ packages/stepic/trunk/debian/rules	2009-11-03 23:05:29 UTC (rev 10269)
@@ -10,3 +10,6 @@
 	dh_installchangelogs
 	dh $@ --after dh_installchangelogs
 
+clean:
+	rm -rf $(CURDIR)/build
+	dh $@




More information about the Python-modules-commits mailing list