[Python-modules-commits] r26673 - in packages/django-picklefield/trunk/debian (3 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Thu Dec 5 12:12:23 UTC 2013
Date: Thursday, December 5, 2013 @ 12:12:22
Author: fladi-guest
Revision: 26673
New upstream release.
Modified:
packages/django-picklefield/trunk/debian/changelog
packages/django-picklefield/trunk/debian/control
packages/django-picklefield/trunk/debian/rules
Modified: packages/django-picklefield/trunk/debian/changelog
===================================================================
--- packages/django-picklefield/trunk/debian/changelog 2013-12-05 10:36:10 UTC (rev 26672)
+++ packages/django-picklefield/trunk/debian/changelog 2013-12-05 12:12:22 UTC (rev 26673)
@@ -1,3 +1,15 @@
+django-picklefield (0.3.1-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Switch to dh-python2.
+ * Bump Standards version to 3.9.5.
+ * Make Build-Depends on python-all and python-django unversioned as no
+ prior versions are available in Wheezy.
+ * Drop XS-Python-Version.
+ * Add X-Python-Version.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Thu, 05 Dec 2013 12:39:10 +0100
+
django-picklefield (0.3.0-1) unstable; urgency=low
[ Michael Fladischer ]
Modified: packages/django-picklefield/trunk/debian/control
===================================================================
--- packages/django-picklefield/trunk/debian/control 2013-12-05 10:36:10 UTC (rev 26672)
+++ packages/django-picklefield/trunk/debian/control 2013-12-05 12:12:22 UTC (rev 26673)
@@ -4,13 +4,13 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
Build-Depends: debhelper (>= 8.1.0~),
- python-all (>= 2.5),
- python-django (>= 1.2),
+ python-all,
+ python-django,
python-setuptools,
python-six,
python-support
-Standards-Version: 3.9.4
-XS-Python-Version: >= 2.5
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.5
Homepage: https://github.com/gintas/django-picklefield
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-picklefield/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-picklefield/trunk/
Modified: packages/django-picklefield/trunk/debian/rules
===================================================================
--- packages/django-picklefield/trunk/debian/rules 2013-12-05 10:36:10 UTC (rev 26672)
+++ packages/django-picklefield/trunk/debian/rules 2013-12-05 12:12:22 UTC (rev 26673)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with=python2
.PHONY: override_dh_installchangelogs
override_dh_installchangelogs:
More information about the Python-modules-commits
mailing list