[Python-modules-commits] r12701 - in packages/django-picklefield/trunk/debian (changelog rules)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Wed Apr 21 09:18:22 UTC 2010
Date: Wednesday, April 21, 2010 @ 09:18:04
Author: fladi-guest
Revision: 12701
Remove workaround for #575377.
Modified:
packages/django-picklefield/trunk/debian/changelog
packages/django-picklefield/trunk/debian/rules
Modified: packages/django-picklefield/trunk/debian/changelog
===================================================================
--- packages/django-picklefield/trunk/debian/changelog 2010-04-21 09:05:01 UTC (rev 12700)
+++ packages/django-picklefield/trunk/debian/changelog 2010-04-21 09:18:04 UTC (rev 12701)
@@ -1,3 +1,9 @@
+django-picklefield (0.1.6-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:05:48 +0200
+
django-picklefield (0.1.6-1) unstable; urgency=low
* New upstream release.
Modified: packages/django-picklefield/trunk/debian/rules
===================================================================
--- packages/django-picklefield/trunk/debian/rules 2010-04-21 09:05:01 UTC (rev 12700)
+++ packages/django-picklefield/trunk/debian/rules 2010-04-21 09:18:04 UTC (rev 12701)
@@ -21,9 +21,3 @@
rm -rf testproject
endif
-.PHONY: override_dh_pysupport
-override_dh_pysupport:
- # 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-modules-commits
mailing list