[Python-modules-commits] r21373 - in packages/django-picklefield/trunk/debian (changelog rules)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Mon Apr 23 13:00:03 UTC 2012
Date: Monday, April 23, 2012 @ 13:00:01
Author: fladi-guest
Revision: 21373
New upstream release.
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 2012-04-23 12:55:41 UTC (rev 21372)
+++ packages/django-picklefield/trunk/debian/changelog 2012-04-23 13:00:01 UTC (rev 21373)
@@ -1,5 +1,6 @@
-django-picklefield (0.2.0-2) UNRELEASED; urgency=low
+django-picklefield (0.2.1-1) UNRELEASED; urgency=low
+ * New upstream release.
* Fix tests for django (>= 1.4) FTBFS (Closes: #669493).
- Add our own settings.py for the tests
- Bump B-D on python-django to (>= 1.2)
Modified: packages/django-picklefield/trunk/debian/rules
===================================================================
--- packages/django-picklefield/trunk/debian/rules 2012-04-23 12:55:41 UTC (rev 21372)
+++ packages/django-picklefield/trunk/debian/rules 2012-04-23 13:00:01 UTC (rev 21373)
@@ -15,7 +15,7 @@
if [ -d testproject/testproject ]; then \
cp debian/settings.py testproject/testproject ; \
else \
- cp debian/settings.py testproject/testproject ; \
+ cp debian/settings.py testproject ; \
fi
set -e; \
for python in $(shell pyversions -r); do \
More information about the Python-modules-commits
mailing list