[Python-modules-commits] r21560 - in packages/python-fudge/trunk/debian (changelog rules)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Fri May 4 19:13:58 UTC 2012


    Date: Friday, May 4, 2012 @ 19:13:56
  Author: jandd
Revision: 21560

Fix "FTBFS if built twice in a row: aborting due to unexpected
upstream changes" by removing fudge.egg-info in debian/rules
override_auto_clean target (Closes: #671421)

Modified:
  packages/python-fudge/trunk/debian/changelog
  packages/python-fudge/trunk/debian/rules

Modified: packages/python-fudge/trunk/debian/changelog
===================================================================
--- packages/python-fudge/trunk/debian/changelog	2012-05-04 18:59:39 UTC (rev 21559)
+++ packages/python-fudge/trunk/debian/changelog	2012-05-04 19:13:56 UTC (rev 21560)
@@ -1,3 +1,11 @@
+python-fudge (1.0.3-2) UNRELEASED; urgency=low
+
+  * Fix "FTBFS if built twice in a row: aborting due to unexpected
+    upstream changes" by removing fudge.egg-info in debian/rules
+    override_auto_clean target (Closes: #671421)
+
+ -- Jan Dittberner <jandd at debian.org>  Fri, 04 May 2012 21:09:41 +0200
+
 python-fudge (1.0.3-1) unstable; urgency=low
 
   * Initial release. (Closes: #643566)

Modified: packages/python-fudge/trunk/debian/rules
===================================================================
--- packages/python-fudge/trunk/debian/rules	2012-05-04 18:59:39 UTC (rev 21559)
+++ packages/python-fudge/trunk/debian/rules	2012-05-04 19:13:56 UTC (rev 21560)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 override_dh_auto_clean:
-	rm -rf build
+	rm -rf build fudge.egg-info
 	find -name '._*' -delete
 	dh_auto_clean
 




More information about the Python-modules-commits mailing list