[Python-modules-commits] r21538 - in packages/simplegeneric/trunk/debian (changelog rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri May 4 04:00:39 UTC 2012


    Date: Friday, May 4, 2012 @ 04:00:36
  Author: eriol-guest
Revision: 21538

Clean properly to build packages twice in a row

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

Modified: packages/simplegeneric/trunk/debian/changelog
===================================================================
--- packages/simplegeneric/trunk/debian/changelog	2012-05-04 03:50:26 UTC (rev 21537)
+++ packages/simplegeneric/trunk/debian/changelog	2012-05-04 04:00:36 UTC (rev 21538)
@@ -18,8 +18,10 @@
   * debian/copyright
     - Made DEP5 compliant
     - Upstream switched to ZPL-2.1
+  * debian/rules
+    - Clean properly to build packages twice in a row
 
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 04 May 2012 05:45:30 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Fri, 04 May 2012 05:57:50 +0200
 
 simplegeneric (0.7-1) unstable; urgency=low
 

Modified: packages/simplegeneric/trunk/debian/rules
===================================================================
--- packages/simplegeneric/trunk/debian/rules	2012-05-04 03:50:26 UTC (rev 21537)
+++ packages/simplegeneric/trunk/debian/rules	2012-05-04 04:00:36 UTC (rev 21538)
@@ -28,3 +28,8 @@
 			--root debian/python3-simplegeneric \
 			--install-layout deb; \
 	done
+
+override_dh_auto_clean:
+	rm -rf build
+	rm -rf *.egg-info
+	dh_auto_clean
\ No newline at end of file




More information about the Python-modules-commits mailing list