[Python-modules-commits] r30480 - in packages/django-countries/tags (3 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Wed Sep 3 09:10:16 UTC 2014
Date: Wednesday, September 3, 2014 @ 09:10:15
Author: fladi-guest
Revision: 30480
[svn-buildpackage] Tagging django-countries 2.1.2-1
Added:
packages/django-countries/tags/2.1.2-1/
packages/django-countries/tags/2.1.2-1/debian/changelog
(from rev 30450, packages/django-countries/trunk/debian/changelog)
Deleted:
packages/django-countries/tags/2.1.2-1/debian/changelog
Deleted: packages/django-countries/tags/2.1.2-1/debian/changelog
===================================================================
--- packages/django-countries/trunk/debian/changelog 2014-09-01 13:15:38 UTC (rev 30449)
+++ packages/django-countries/tags/2.1.2-1/debian/changelog 2014-09-03 09:10:15 UTC (rev 30480)
@@ -1,104 +0,0 @@
-django-countries (2.1.2-1) UNRELEASED; urgency=medium
-
- * NOT RELEASED YET
- * New upstream release.
- * Rewrite use_iso_codes_package.patch for new upstream code.
- * Check PGP signature on upstream tarball.
- * Update patch to not include flag icons.
- * Rewrite README.Debian to reflect changes to famfamfam-flag-*
- symlink.
- * Switch buildsystem to pybuild.
- * Add lintian-overrides missing upstream changelog and symlink to
- famfamfam-flag-*.
- * Update patch to use iso-codes package data to new ustream code.
- * Add dh-python to Build-Depends.
- * Update years in d/copyright.
-
- -- Michael Fladischer <FladischerMichael at fladi.at> Wed, 27 Aug 2014 15:36:47 +0200
-
-django-countries (1.5-1) unstable; urgency=low
-
- [ Jakub Wilk ]
- * Use canonical URIs for Vcs-* fields.
-
- [ Michael Fladischer ]
- * New upstream release.
- * Bump Standards version to 3.9.5.
- * README now installs as README.rst.
- * Make Build-Depends on python-all and python-django unversioned as no
- prior versions are available in Wheezy.
- * Drop temporary fix for Metadata-Version in PKG-INFO.
- * Rename MIT license to Expat.
- * Update years in d/copyright.
-
- -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 16 Dec 2013 13:10:35 +0100
-
-django-countries (1.2-1) unstable; urgency=low
-
- * New upstream release.
- * Fix tests for django (>= 1.4) FTBFS (Closes: #669492).
-
- -- Michael Fladischer <FladischerMichael at fladi.at> Sat, 21 Apr 2012 22:59:31 +0200
-
-django-countries (1.1.2-1) unstable; urgency=low
-
- * New upstream release.
- * Make Metadata-Version fix more generic.
- * Bump Standards-Version to 3.9.3.
- * Change order of my name.
- * Update DEP-5 URL to 1.0.
- * Update years in d/copyright.
-
- -- Michael Fladischer <FladischerMichael at fladi.at> Fri, 16 Mar 2012 19:17:19 +0100
-
-django-countries (1.1.1-1) unstable; urgency=low
-
- * New upstream release.
- * Prefer PNG icons.
- * Streamline packaging code with wrap-and-sort.
- * Update d/copyright.
- * Bump standards version to 3.9.2.
- * Update dont_include_flag_icons patch.
- * Fix patch descriptions to match DEP3.
- * Add suffix .patch to all patches.
- * Use Django's lazy translation on country names and symlink iso-
- codes translations to django.mo files in our own directory
- structure (Thanks to Jakub Wilk for his help!).
- * Add lintian override as the locale directory is initially empty and
- populated by postinst.
- * Temporary fix for Metadata-Version in PKG-INFO.
- * Switch to dh_python2.
- * Generate COUNTRIES_PLUS by duplicating countries with a comma in
- their name. The part after the comma is moved to the beginning of the
- string and the comma is removed.
- * Sort countries by name using unicodedata.normalize in NFD mode.
- * Update settings.py to use new DATABASE settings format.
- * Bump build dependency for python-django to >= 1.2.
- * Update flag icons path in d/copyright.
-
- -- Fladischer Michael <FladischerMichael at fladi.at> Sat, 19 Nov 2011 18:14:25 +0100
-
-django-countries (1.0.5-1) unstable; urgency=low
-
- * New upstream release.
- * Bump to standards-version 3.9.1.
- * Update DEP5 format.
- * Drop debian/pyversions in favour of XS-Python-Version.
- * Simplify debian/rules by using a predefined settings.py.
- * Set PMPT as maintainer and myself as uploader.
-
- -- Fladischer Michael <FladischerMichael at fladi.at> Mon, 07 Feb 2011 13:24:36 +0100
-
-django-countries (1.0.4-1) unstable; urgency=low
-
- * New upstream release.
- * Use DEP5 for copyright file.
- * Update to Debian policy 3.9.0.
-
- -- Fladischer Michael <FladischerMichael at fladi.at> Wed, 07 Jul 2010 12:38:20 +0200
-
-django-countries (1.0.3-1) unstable; urgency=low
-
- * Initial release (Closes: #576262)
-
- -- Fladischer Michael <FladischerMichael at fladi.at> Fri, 23 Apr 2010 14:45:20 +0200
Copied: packages/django-countries/tags/2.1.2-1/debian/changelog (from rev 30450, packages/django-countries/trunk/debian/changelog)
===================================================================
--- packages/django-countries/tags/2.1.2-1/debian/changelog (rev 0)
+++ packages/django-countries/tags/2.1.2-1/debian/changelog 2014-09-03 09:10:15 UTC (rev 30480)
@@ -0,0 +1,107 @@
+django-countries (2.1.2-1) unstable; urgency=medium
+
+ * New upstream release (Closes: #755592).
+ * Add dh-python to Build-Depends.
+ * Switch buildsystem to pybuild.
+ * Update patch to use iso-codes package data to new ustream code.
+ * Update patch to not include flag icons.
+ * Add Python3 support.
+ * Add python3.4-UnicodeDecodeError.patch to fix ecoding error when
+ reading the README.rst file.
+ * Rewrite README.Debian to reflect changes to famfamfam-flag-*
+ symlink.
+ * Add lintian-overrides missing upstream changelog and symlink to
+ famfamfam-flag-*.
+ * Check PGP signature on upstream tarball.
+ * Update years in d/copyright.
+ * Remove superfluous settings.py used for tests, upstream ships its own
+ now.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 01 Sep 2014 15:26:05 +0200
+
+django-countries (1.5-1) unstable; urgency=low
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ [ Michael Fladischer ]
+ * New upstream release.
+ * Bump Standards version to 3.9.5.
+ * README now installs as README.rst.
+ * Make Build-Depends on python-all and python-django unversioned as no
+ prior versions are available in Wheezy.
+ * Drop temporary fix for Metadata-Version in PKG-INFO.
+ * Rename MIT license to Expat.
+ * Update years in d/copyright.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 16 Dec 2013 13:10:35 +0100
+
+django-countries (1.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Fix tests for django (>= 1.4) FTBFS (Closes: #669492).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Sat, 21 Apr 2012 22:59:31 +0200
+
+django-countries (1.1.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Make Metadata-Version fix more generic.
+ * Bump Standards-Version to 3.9.3.
+ * Change order of my name.
+ * Update DEP-5 URL to 1.0.
+ * Update years in d/copyright.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Fri, 16 Mar 2012 19:17:19 +0100
+
+django-countries (1.1.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Prefer PNG icons.
+ * Streamline packaging code with wrap-and-sort.
+ * Update d/copyright.
+ * Bump standards version to 3.9.2.
+ * Update dont_include_flag_icons patch.
+ * Fix patch descriptions to match DEP3.
+ * Add suffix .patch to all patches.
+ * Use Django's lazy translation on country names and symlink iso-
+ codes translations to django.mo files in our own directory
+ structure (Thanks to Jakub Wilk for his help!).
+ * Add lintian override as the locale directory is initially empty and
+ populated by postinst.
+ * Temporary fix for Metadata-Version in PKG-INFO.
+ * Switch to dh_python2.
+ * Generate COUNTRIES_PLUS by duplicating countries with a comma in
+ their name. The part after the comma is moved to the beginning of the
+ string and the comma is removed.
+ * Sort countries by name using unicodedata.normalize in NFD mode.
+ * Update settings.py to use new DATABASE settings format.
+ * Bump build dependency for python-django to >= 1.2.
+ * Update flag icons path in d/copyright.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at> Sat, 19 Nov 2011 18:14:25 +0100
+
+django-countries (1.0.5-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bump to standards-version 3.9.1.
+ * Update DEP5 format.
+ * Drop debian/pyversions in favour of XS-Python-Version.
+ * Simplify debian/rules by using a predefined settings.py.
+ * Set PMPT as maintainer and myself as uploader.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at> Mon, 07 Feb 2011 13:24:36 +0100
+
+django-countries (1.0.4-1) unstable; urgency=low
+
+ * New upstream release.
+ * Use DEP5 for copyright file.
+ * Update to Debian policy 3.9.0.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at> Wed, 07 Jul 2010 12:38:20 +0200
+
+django-countries (1.0.3-1) unstable; urgency=low
+
+ * Initial release (Closes: #576262)
+
+ -- Fladischer Michael <FladischerMichael at fladi.at> Fri, 23 Apr 2010 14:45:20 +0200
More information about the Python-modules-commits
mailing list