[Python-modules-commits] r20528 - in packages/django-picklefield/trunk/debian (4 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Wed Feb 22 07:44:17 UTC 2012
Date: Wednesday, February 22, 2012 @ 07:44:16
Author: fladi-guest
Revision: 20528
New upstream release.
Modified:
packages/django-picklefield/trunk/debian/changelog
packages/django-picklefield/trunk/debian/control
packages/django-picklefield/trunk/debian/copyright
packages/django-picklefield/trunk/debian/rules
Modified: packages/django-picklefield/trunk/debian/changelog
===================================================================
--- packages/django-picklefield/trunk/debian/changelog 2012-02-22 04:32:44 UTC (rev 20527)
+++ packages/django-picklefield/trunk/debian/changelog 2012-02-22 07:44:16 UTC (rev 20528)
@@ -1,3 +1,12 @@
+django-picklefield (0.2.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Change order of my name.
+ * Bump standards version to 3.9.2.
+ * Temporary fix for Metadata-Version in PKG-INFO.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Wed, 22 Feb 2012 08:35:54 +0100
+
django-picklefield (0.1.9-2) unstable; urgency=low
* Upload to unstable.
Modified: packages/django-picklefield/trunk/debian/control
===================================================================
--- packages/django-picklefield/trunk/debian/control 2012-02-22 04:32:44 UTC (rev 20527)
+++ packages/django-picklefield/trunk/debian/control 2012-02-22 07:44:16 UTC (rev 20528)
@@ -2,10 +2,10 @@
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
Build-Depends: debhelper (>= 7.0.50~), python-all (>=2.5), python-support,
python-setuptools, python-django
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
XS-Python-Version: >= 2.5
Homepage: https://github.com/gintas/django-picklefield
Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-picklefield/trunk/
Modified: packages/django-picklefield/trunk/debian/copyright
===================================================================
--- packages/django-picklefield/trunk/debian/copyright 2012-02-22 04:32:44 UTC (rev 20527)
+++ packages/django-picklefield/trunk/debian/copyright 2012-02-22 07:44:16 UTC (rev 20528)
@@ -10,7 +10,7 @@
License: MIT
Files: debian/*
-Copyright: 2010, Fladischer Michael
+Copyright: 2012, Michael Fladischer
License: MIT
License: MIT
Modified: packages/django-picklefield/trunk/debian/rules
===================================================================
--- packages/django-picklefield/trunk/debian/rules 2012-02-22 04:32:44 UTC (rev 20527)
+++ packages/django-picklefield/trunk/debian/rules 2012-02-22 07:44:16 UTC (rev 20528)
@@ -21,3 +21,7 @@
rm -rf testproject
endif
+.PHONY: override_dh_auto_install
+override_dh_auto_install:
+ dh_auto_install
+ sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/python-django-picklefield/usr/lib/python2.*/*-packages/django_picklefield-*.egg-info/PKG-INFO
More information about the Python-modules-commits
mailing list