[Python-modules-commits] r27751 - in packages/genshi/tags (3 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Mon Feb 17 22:19:33 UTC 2014
Date: Monday, February 17, 2014 @ 22:19:32
Author: barry
Revision: 27751
[svn-buildpackage] Tagging genshi 0.7-2
Added:
packages/genshi/tags/0.7-2/
packages/genshi/tags/0.7-2/debian/changelog
(from rev 27750, packages/genshi/trunk/debian/changelog)
Deleted:
packages/genshi/tags/0.7-2/debian/changelog
Deleted: packages/genshi/tags/0.7-2/debian/changelog
===================================================================
--- packages/genshi/trunk/debian/changelog 2014-02-17 21:21:57 UTC (rev 27749)
+++ packages/genshi/tags/0.7-2/debian/changelog 2014-02-17 22:19:32 UTC (rev 27751)
@@ -1,216 +0,0 @@
-genshi (0.7-2) UNRELEASED; urgency=medium
-
- * Team upload.
- * d/control: Disable building/testing against Python 3.4 until
- upstream fixes their ticket #582.
- * d/patches/diable-python34.patch: Raise an ImportError when trying
- to import genshi in a Python > 3.3.
-
- -- Barry Warsaw <barry at debian.org> Mon, 10 Feb 2014 19:49:50 -0500
-
-genshi (0.7-1) unstable; urgency=low
-
- [ Barry Warsaw ]
- * Team upload.
- - Closes: #673935
- * New upstream release. Closes: #731280
- - Closes: #713747 (FTBFS)
- - Closes: #673935 (py:match templates patch applied upstream).
- * d/control:
- - With maintainer permission, put DPMT in Maintainers, moved Arnaud to
- Uploaders, and added Barry to the latter.
- - Add python3-genshi binary package.
- - Update Build-Depends for pybuild and remove cdbs.
- - Standards-Version: 3.9.5 with no further changes needed.
- - Add X-Python3-Version header.
- - wrap-and-sort
- * d/rules:
- - Switch to pybuild and add Python 3 support as a byproduct.
- - Removed cdbs and simplified.
- * d/watch: Updated
- * d/compat: Update to v8.
- * d/patches/fix_tests_failure_with_python27.patch: Updated.
-
- [ Jakub Wilk ]
- * Use canonical URIs for Vcs-* fields.
-
- -- Barry Warsaw <barry at debian.org> Wed, 04 Dec 2013 12:13:02 -0500
-
-genshi (0.6-3) unstable; urgency=low
-
- * debian/rules: build should fail if tests fail.
- * debian/patches/fix_tests_failure_with_python27.patch:
- + Fix tests which used to fail with python < 2.7.3. Thanks to Barry Warsaw.
- Closes: #661441.
-
- -- Arnaud Fontaine <arnau at debian.org> Sat, 24 Nov 2012 11:38:21 +0900
-
-genshi (0.6-2) unstable; urgency=low
-
- * Switch to dh_python2. Thanks to Julian Taylor. Closes: #637383.
- * debian/control:
- + Bump Standards-Version to 3.9.2. No changes needed.
- * debian/copyright:
- + Update copyright years.
- * debian/rules:
- + Run tests suite at build time. Closes: #581774.
-
- -- Arnaud Fontaine <arnau at debian.org> Tue, 23 Aug 2011 11:58:39 +0900
-
-genshi (0.6-1) unstable; urgency=low
-
- * New upstream release. Closes: #578759.
- + debian/rules:
- - Enable building C extension which has now been disabled by
- default.
- * Switch to dpkg-source 3.0 (quilt) format.
- * debian/control:
- + Bump Standards-Version to 3.8.4. No changes needed.
- * debian/watch:
- + Use FTP passive mode.
- * debian/copyright:
- + Update copyright years.
-
- -- Arnaud Fontaine <arnau at debian.org> Fri, 23 Apr 2010 08:03:08 +0100
-
-genshi (0.5.1-2) unstable; urgency=low
-
- * debian/control:
- + Add ${misc:Depends} to Depends in case the result of a call to
- debhelper tools adds extra dependencies.
- + Replace python-setuptools by python-pkg-resources in Suggests.
- Closes: #546433.
- + Update Standards-Version to 3.8.3. No changes needed.
- * debian/python-genshi-doc.doc-base:
- + Make the title more helpful. Closes: #509704.
-
- -- Arnaud Fontaine <arnau at debian.org> Fri, 25 Sep 2009 13:14:48 +0100
-
-genshi (0.5.1-1) unstable; urgency=low
-
- [ Arnaud Fontaine ]
- * New upstream release.
- + Make a separate package for documentation and examples, which
- depends on libjs-jquery instead of using jquery.js from upstream
- tarball.
-
- [ Sandro Tosi ]
- * debian/control
- + Switch Vcs-Browser field to viewsvn.
-
- -- Arnaud Fontaine <arnau at debian.org> Wed, 03 Dec 2008 18:53:52 +0000
-
-genshi (0.5.0-1) unstable; urgency=low
-
- * New upstream release. Closes: #487240.
- * debian/control:
- + Update Standards-Version to 3.8.0. No changes needed.
- + Switch Architecture to any as a shared library is now built.
- + Build-Depends on python-all-dev.
- * debian/copyright:
- + Update copyright years.
-
- -- Arnaud Fontaine <arnau at debian.org> Wed, 18 Jun 2008 23:11:14 +0900
-
-genshi (0.4.4-4) unstable; urgency=low
-
- [ Monty Taylor ]
- * Reverted removing of python-setuptools. Setuptools is required for the
- entrypoints to be able to provide templates for TurboGears.
- Closes: #479256.
-
- -- Arnaud Fontaine <arnau at debian.org> Fri, 30 May 2008 12:57:44 +0200
-
-genshi (0.4.4-3) unstable; urgency=low
-
- [ Arnaud Fontaine ]
- * debian/control:
- + Drop the build dependency on python-xml as it is now included in
- the standard python 2.4 library and Build-Depends on python 2.4.
- Closes: #468592.
- * debian/doc-base:
- + Set the section to Programming/Python instead of invalid section
- Apps/Programming.
-
- [ Sandro Tosi ]
- * debian/control
- - Fixed Vcs-Browser field.
-
- -- Arnaud Fontaine <arnau at debian.org> Wed, 12 Mar 2008 11:41:02 +0000
-
-genshi (0.4.4-2) unstable; urgency=low
-
- [ Arnaud Fontaine ]
- * New email address.
- * Drop useless dependency on python-setuptools, use distutils instead.
- + Add debian/patches/01_no_setuptools.patch.
- * Remove useless debian/control.in.
- * debian/control:
- + Update Standards-Version to 3.7.3. No changes needed.
- + Remove useless field against old dummy package (python-genshi is
- already in etch).
- * debian/copyright:
- + Update copyright years.
-
- [ Piotr Ożarowski ]
- * Homepage field added (dpkg supports it now).
- * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now).
-
- -- Arnaud Fontaine <arnau at debian.org> Sun, 23 Dec 2007 14:25:43 +0000
-
-genshi (0.4.4-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Arnaud Fontaine <arnaud at andesi.org> Wed, 18 Jul 2007 18:21:53 +0200
-
-genshi (0.4.3-1) unstable; urgency=low
-
- * New upstream release.
- * Build-Depends on python-support >= 0.6.4 and remove egg stuff from
- debian/rules.
- * debian/control*:
- + Add XS-Vcs-Browser field.
-
- -- Arnaud Fontaine <arnaud at andesi.org> Tue, 17 Apr 2007 00:10:55 +0200
-
-genshi (0.4-1) unstable; urgency=low
-
- * New upstream release.
- * Remove useless python-markup transition package.
- * Add Provides against python-markup.
- * Add doc-base.
- * Add depends against python-xml.
- * Add suggests to python-setuptools.
-
- -- Arnaud Fontaine <arnaud at andesi.org> Mon, 16 Apr 2007 17:49:03 +0200
-
-genshi (0.3.6-1) experimental; urgency=low
-
- [ Arnaud Fontaine ]
- * New upstream release.
-
- [ Piotr Ozarowski ]
- * Added XS-Vcs-Svn field to debian/control*.
-
- -- Arnaud Fontaine <arnaud at andesi.org> Sat, 20 Jan 2007 15:30:30 +0100
-
-genshi (0.3.5-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Arnaud Fontaine <arnaud at andesi.org> Mon, 11 Dec 2006 01:03:27 +0100
-
-genshi (0.3.4-1) unstable; urgency=low
-
- * New upstream release.
- * Upstream renames markup to genshi.
- * License the package under the GNU/GPL.
-
- -- Arnaud Fontaine <arnaud at andesi.org> Thu, 2 Nov 2006 23:42:32 +0100
-
-markup (0.2.0-1) unstable; urgency=low
-
- * Initial release. Closes: #383947.
-
- -- Arnaud Fontaine <arnaud at andesi.org> Fri, 25 Aug 2006 14:00:37 +0200
Copied: packages/genshi/tags/0.7-2/debian/changelog (from rev 27750, packages/genshi/trunk/debian/changelog)
===================================================================
--- packages/genshi/tags/0.7-2/debian/changelog (rev 0)
+++ packages/genshi/tags/0.7-2/debian/changelog 2014-02-17 22:19:32 UTC (rev 27751)
@@ -0,0 +1,216 @@
+genshi (0.7-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/control: Disable building/testing against Python 3.4 until
+ upstream fixes their ticket #582.
+ * d/patches/diable-python34.patch: Raise an ImportError when trying
+ to import genshi in a Python > 3.3.
+
+ -- Barry Warsaw <barry at debian.org> Mon, 17 Feb 2014 17:10:41 -0500
+
+genshi (0.7-1) unstable; urgency=low
+
+ [ Barry Warsaw ]
+ * Team upload.
+ - Closes: #673935
+ * New upstream release. Closes: #731280
+ - Closes: #713747 (FTBFS)
+ - Closes: #673935 (py:match templates patch applied upstream).
+ * d/control:
+ - With maintainer permission, put DPMT in Maintainers, moved Arnaud to
+ Uploaders, and added Barry to the latter.
+ - Add python3-genshi binary package.
+ - Update Build-Depends for pybuild and remove cdbs.
+ - Standards-Version: 3.9.5 with no further changes needed.
+ - Add X-Python3-Version header.
+ - wrap-and-sort
+ * d/rules:
+ - Switch to pybuild and add Python 3 support as a byproduct.
+ - Removed cdbs and simplified.
+ * d/watch: Updated
+ * d/compat: Update to v8.
+ * d/patches/fix_tests_failure_with_python27.patch: Updated.
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ -- Barry Warsaw <barry at debian.org> Wed, 04 Dec 2013 12:13:02 -0500
+
+genshi (0.6-3) unstable; urgency=low
+
+ * debian/rules: build should fail if tests fail.
+ * debian/patches/fix_tests_failure_with_python27.patch:
+ + Fix tests which used to fail with python < 2.7.3. Thanks to Barry Warsaw.
+ Closes: #661441.
+
+ -- Arnaud Fontaine <arnau at debian.org> Sat, 24 Nov 2012 11:38:21 +0900
+
+genshi (0.6-2) unstable; urgency=low
+
+ * Switch to dh_python2. Thanks to Julian Taylor. Closes: #637383.
+ * debian/control:
+ + Bump Standards-Version to 3.9.2. No changes needed.
+ * debian/copyright:
+ + Update copyright years.
+ * debian/rules:
+ + Run tests suite at build time. Closes: #581774.
+
+ -- Arnaud Fontaine <arnau at debian.org> Tue, 23 Aug 2011 11:58:39 +0900
+
+genshi (0.6-1) unstable; urgency=low
+
+ * New upstream release. Closes: #578759.
+ + debian/rules:
+ - Enable building C extension which has now been disabled by
+ default.
+ * Switch to dpkg-source 3.0 (quilt) format.
+ * debian/control:
+ + Bump Standards-Version to 3.8.4. No changes needed.
+ * debian/watch:
+ + Use FTP passive mode.
+ * debian/copyright:
+ + Update copyright years.
+
+ -- Arnaud Fontaine <arnau at debian.org> Fri, 23 Apr 2010 08:03:08 +0100
+
+genshi (0.5.1-2) unstable; urgency=low
+
+ * debian/control:
+ + Add ${misc:Depends} to Depends in case the result of a call to
+ debhelper tools adds extra dependencies.
+ + Replace python-setuptools by python-pkg-resources in Suggests.
+ Closes: #546433.
+ + Update Standards-Version to 3.8.3. No changes needed.
+ * debian/python-genshi-doc.doc-base:
+ + Make the title more helpful. Closes: #509704.
+
+ -- Arnaud Fontaine <arnau at debian.org> Fri, 25 Sep 2009 13:14:48 +0100
+
+genshi (0.5.1-1) unstable; urgency=low
+
+ [ Arnaud Fontaine ]
+ * New upstream release.
+ + Make a separate package for documentation and examples, which
+ depends on libjs-jquery instead of using jquery.js from upstream
+ tarball.
+
+ [ Sandro Tosi ]
+ * debian/control
+ + Switch Vcs-Browser field to viewsvn.
+
+ -- Arnaud Fontaine <arnau at debian.org> Wed, 03 Dec 2008 18:53:52 +0000
+
+genshi (0.5.0-1) unstable; urgency=low
+
+ * New upstream release. Closes: #487240.
+ * debian/control:
+ + Update Standards-Version to 3.8.0. No changes needed.
+ + Switch Architecture to any as a shared library is now built.
+ + Build-Depends on python-all-dev.
+ * debian/copyright:
+ + Update copyright years.
+
+ -- Arnaud Fontaine <arnau at debian.org> Wed, 18 Jun 2008 23:11:14 +0900
+
+genshi (0.4.4-4) unstable; urgency=low
+
+ [ Monty Taylor ]
+ * Reverted removing of python-setuptools. Setuptools is required for the
+ entrypoints to be able to provide templates for TurboGears.
+ Closes: #479256.
+
+ -- Arnaud Fontaine <arnau at debian.org> Fri, 30 May 2008 12:57:44 +0200
+
+genshi (0.4.4-3) unstable; urgency=low
+
+ [ Arnaud Fontaine ]
+ * debian/control:
+ + Drop the build dependency on python-xml as it is now included in
+ the standard python 2.4 library and Build-Depends on python 2.4.
+ Closes: #468592.
+ * debian/doc-base:
+ + Set the section to Programming/Python instead of invalid section
+ Apps/Programming.
+
+ [ Sandro Tosi ]
+ * debian/control
+ - Fixed Vcs-Browser field.
+
+ -- Arnaud Fontaine <arnau at debian.org> Wed, 12 Mar 2008 11:41:02 +0000
+
+genshi (0.4.4-2) unstable; urgency=low
+
+ [ Arnaud Fontaine ]
+ * New email address.
+ * Drop useless dependency on python-setuptools, use distutils instead.
+ + Add debian/patches/01_no_setuptools.patch.
+ * Remove useless debian/control.in.
+ * debian/control:
+ + Update Standards-Version to 3.7.3. No changes needed.
+ + Remove useless field against old dummy package (python-genshi is
+ already in etch).
+ * debian/copyright:
+ + Update copyright years.
+
+ [ Piotr Ożarowski ]
+ * Homepage field added (dpkg supports it now).
+ * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now).
+
+ -- Arnaud Fontaine <arnau at debian.org> Sun, 23 Dec 2007 14:25:43 +0000
+
+genshi (0.4.4-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Wed, 18 Jul 2007 18:21:53 +0200
+
+genshi (0.4.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Build-Depends on python-support >= 0.6.4 and remove egg stuff from
+ debian/rules.
+ * debian/control*:
+ + Add XS-Vcs-Browser field.
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Tue, 17 Apr 2007 00:10:55 +0200
+
+genshi (0.4-1) unstable; urgency=low
+
+ * New upstream release.
+ * Remove useless python-markup transition package.
+ * Add Provides against python-markup.
+ * Add doc-base.
+ * Add depends against python-xml.
+ * Add suggests to python-setuptools.
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Mon, 16 Apr 2007 17:49:03 +0200
+
+genshi (0.3.6-1) experimental; urgency=low
+
+ [ Arnaud Fontaine ]
+ * New upstream release.
+
+ [ Piotr Ozarowski ]
+ * Added XS-Vcs-Svn field to debian/control*.
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Sat, 20 Jan 2007 15:30:30 +0100
+
+genshi (0.3.5-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Mon, 11 Dec 2006 01:03:27 +0100
+
+genshi (0.3.4-1) unstable; urgency=low
+
+ * New upstream release.
+ * Upstream renames markup to genshi.
+ * License the package under the GNU/GPL.
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Thu, 2 Nov 2006 23:42:32 +0100
+
+markup (0.2.0-1) unstable; urgency=low
+
+ * Initial release. Closes: #383947.
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Fri, 25 Aug 2006 14:00:37 +0200
More information about the Python-modules-commits
mailing list