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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Apr 21 09:02:18 UTC 2010


    Date: Wednesday, April 21, 2010 @ 09:02:08
  Author: jwilk
Revision: 12699

Drop work-around for bug #575377.

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

Modified: packages/uncertainties/trunk/debian/changelog
===================================================================
--- packages/uncertainties/trunk/debian/changelog	2010-04-21 04:19:52 UTC (rev 12698)
+++ packages/uncertainties/trunk/debian/changelog	2010-04-21 09:02:08 UTC (rev 12699)
@@ -3,8 +3,9 @@
   * Add Debian Python Modules Team to uploaders.
   * Add Vcs-* fields.
   * Respect the ‘nocheck’ build option.
+  * Drop work-around for bug #575377.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 28 Feb 2010 19:03:35 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Wed, 21 Apr 2010 11:01:20 +0200
 
 uncertainties (1.4.5-1) unstable; urgency=low
 

Modified: packages/uncertainties/trunk/debian/rules
===================================================================
--- packages/uncertainties/trunk/debian/rules	2010-04-21 04:19:52 UTC (rev 12698)
+++ packages/uncertainties/trunk/debian/rules	2010-04-21 09:02:08 UTC (rev 12699)
@@ -1,11 +1,5 @@
 #!/usr/bin/make -f
 
-.PHONY: override_dh_pysupport
-override_dh_pysupport:
-	# 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
 override_dh_installchangelogs:
 	grep -A 1000 'Version history' PKG-INFO \




More information about the Python-modules-commits mailing list