[Python-modules-commits] r12440 - in packages/uncertainties/trunk/debian (rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Mar 30 07:03:25 UTC 2010


    Date: Tuesday, March 30, 2010 @ 07:03:20
  Author: jwilk
Revision: 12440

Document that we are mangling *.egg-info to work around bug #575377.

Modified:
  packages/uncertainties/trunk/debian/rules

Modified: packages/uncertainties/trunk/debian/rules
===================================================================
--- packages/uncertainties/trunk/debian/rules	2010-03-29 23:23:48 UTC (rev 12439)
+++ packages/uncertainties/trunk/debian/rules	2010-03-30 07:03:20 UTC (rev 12440)
@@ -2,9 +2,8 @@
 
 .PHONY: override_dh_pysupport
 override_dh_pysupport:
-# For some reason *.egg-info differ between Python versions.
-# Let's leave only ony copy.
-	find -name '*.egg-info' | tail -n +2 | xargs -r -n1 cp -f `find -name '*.egg-info' | head -n 1`
+	# Work-around for bug #575377:
+	find -name '*.egg-info' | tail -n +2 | xargs -r -n1 cp -f $(shell find -name '*.egg-info' | head -n 1)
 	dh_pysupport
 
 .PHONY: override_dh_installchangelogs




More information about the Python-modules-commits mailing list