[Python-modules-commits] r12702 - in packages/django-markupfield/trunk/debian (changelog rules)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Apr 21 09:21:35 UTC 2010


    Date: Wednesday, April 21, 2010 @ 09:21:31
  Author: fladi-guest
Revision: 12702

Remove workaround for #575377.

Modified:
  packages/django-markupfield/trunk/debian/changelog
  packages/django-markupfield/trunk/debian/rules

Modified: packages/django-markupfield/trunk/debian/changelog
===================================================================
--- packages/django-markupfield/trunk/debian/changelog	2010-04-21 09:18:04 UTC (rev 12701)
+++ packages/django-markupfield/trunk/debian/changelog	2010-04-21 09:21:31 UTC (rev 12702)
@@ -1,3 +1,9 @@
+django-markupfield (1.0.0a2-2) unstable; urgency=low
+
+  * Remove workaround for #575377 as it is fixed by python-2.5.5-5.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Wed, 21 Apr 2010 11:20:11 +0200
+
 django-markupfield (1.0.0a2-1) unstable; urgency=low
 
   * Initial release (Closes: #577193)

Modified: packages/django-markupfield/trunk/debian/rules
===================================================================
--- packages/django-markupfield/trunk/debian/rules	2010-04-21 09:18:04 UTC (rev 12701)
+++ packages/django-markupfield/trunk/debian/rules	2010-04-21 09:21:31 UTC (rev 12702)
@@ -14,9 +14,3 @@
 	rm -rf testproject
 endif
 
-.PHONY: override_dh_pysupport
-override_dh_pysupport:
-	  # Work-around for bug #575377:
-	  find debian/ -name "django_markupfield-*.egg-info" | tail -n +2 | xargs -r -n1 cp -vf $(shell find debian/ -name "django_markupfield-*.egg-info" | head -n 1)
-	  dh_pysupport
-




More information about the Python-modules-commits mailing list