[Python-apps-commits] r5054 - in packages/pybtex/trunk/debian (rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Mar 30 06:59:51 UTC 2010


    Date: Tuesday, March 30, 2010 @ 06:59:49
  Author: jwilk
Revision: 5054

Document that PKG-INFO mangling is to work-around bug #575377.

Modified:
  packages/pybtex/trunk/debian/rules

Modified: packages/pybtex/trunk/debian/rules
===================================================================
--- packages/pybtex/trunk/debian/rules	2010-03-29 22:23:39 UTC (rev 5053)
+++ packages/pybtex/trunk/debian/rules	2010-03-30 06:59:49 UTC (rev 5054)
@@ -33,8 +33,7 @@
 
 .PHONY: override_dh_pysupport
 override_dh_pysupport:
-# For some reason PKG-INFO files differ between Python versions.
-# Let's leave only ony copy.
+	# Work-around for bug #575377:
 	find debian/ -name PKG-INFO | tail -n +2 | xargs -r -n1 cp -vf $(shell find debian/ -name PKG-INFO | head -n 1)
 	dh_pysupport
 




More information about the Python-apps-commits mailing list