[Python-modules-commits] r22558 - in packages/circuits/trunk/debian (changelog rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri Aug 24 01:49:04 UTC 2012


    Date: Friday, August 24, 2012 @ 01:49:03
  Author: eriol-guest
Revision: 22558

Clean circuits.egg-info/entry_points.txt to make the package build twice in a row

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

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2012-08-24 01:28:05 UTC (rev 22557)
+++ packages/circuits/trunk/debian/changelog	2012-08-24 01:49:03 UTC (rev 22558)
@@ -11,6 +11,9 @@
   * debian/patches/05_fix-circuit-web-entry-point.patch
     - Fix entry point path for circuits.web CLI tool. Thanks to
       Jakub Wilk for the report. (Closes: #684740)
+  * debian/rules
+    - Clean circuits.egg-info/entry_points.txt to make the package
+      build twice in a row
 
  -- Daniele Tricoli <eriol at mornie.org>  Fri, 24 Aug 2012 00:28:47 +0200
 

Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules	2012-08-24 01:28:05 UTC (rev 22557)
+++ packages/circuits/trunk/debian/rules	2012-08-24 01:49:03 UTC (rev 22558)
@@ -11,6 +11,7 @@
 	rm -rf docs/build/html
 	rm circuits.egg-info/PKG-INFO
 	rm circuits.egg-info/SOURCES.txt
+	rm circuits.egg-info/entry_points.txt
 	find . -name *.pyc -delete
 	find . -name *.coverage.* -delete
 




More information about the Python-modules-commits mailing list