[Python-modules-commits] r14151 - in packages/python-httplib2/tags (6 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sat Aug 7 13:45:12 UTC 2010
Date: Saturday, August 7, 2010 @ 13:45:09
Author: dktrkranz
Revision: 14151
[svn-buildpackage] Tagging python-httplib2 0.6.0-3
Added:
packages/python-httplib2/tags/0.6.0-3/
packages/python-httplib2/tags/0.6.0-3/debian/changelog
(from rev 14150, packages/python-httplib2/trunk/debian/changelog)
packages/python-httplib2/tags/0.6.0-3/debian/control
(from rev 14148, packages/python-httplib2/trunk/debian/control)
packages/python-httplib2/tags/0.6.0-3/debian/python-httplib2.lintian-overrides
(from rev 14149, packages/python-httplib2/trunk/debian/python-httplib2.lintian-overrides)
Deleted:
packages/python-httplib2/tags/0.6.0-3/debian/changelog
packages/python-httplib2/tags/0.6.0-3/debian/control
Deleted: packages/python-httplib2/tags/0.6.0-3/debian/changelog
===================================================================
--- packages/python-httplib2/trunk/debian/changelog 2010-08-07 02:45:27 UTC (rev 14146)
+++ packages/python-httplib2/tags/0.6.0-3/debian/changelog 2010-08-07 13:45:09 UTC (rev 14151)
@@ -1,67 +0,0 @@
-python-httplib2 (0.6.0-2) unstable; urgency=low
-
- * Switch to format 3.0 (quilt).
- * Switch to dh_python2.
- * debian/control:
- - Add python3-httplib2 package.
- - Bump Standards-Version to 3.8.4, no changes required.
- * debian/rules:
- - Install files for python3-httplib2 package.
- * debian/watch:
- - Use googlecode.debian.net provider.
-
- -- Luca Falavigna <dktrkranz at debian.org> Sun, 27 Jun 2010 10:59:40 +0200
-
-python-httplib2 (0.6.0-1) unstable; urgency=low
-
- * New upstream release.
- * Add new copyright holders.
-
- -- Luca Falavigna <dktrkranz at debian.org> Sun, 03 Jan 2010 17:12:21 +0100
-
-python-httplib2 (0.5.0-1) unstable; urgency=low
-
- * New upstream release (Closes: #461200) (LP: #373589).
- * debian/compat:
- - Bump compat level to 7.
- * debian/control:
- - New Maintainer (Closes: #542786).
- - Add Debian Python Modules Team to Uploaders.
- - Switch to python section to match override.
- - Remove cdbs from Build-Depends.
- - Bump debhelper required version to 7.2.18.
- - Do not build-depend on python-all-dev, depend on python instead.
- - Move python-support to Build-Depends-Indep.
- - Bump Standards-Version to 3.8.3.
- - Add Homepage field.
- - Add XS-Python-Version field.
- - Add Vcs-* fields to store Debian packaging.
- - Set Architecture to all.
- - Remove ${shlibs:Depends} from Depends.
- - Fix spelling errors in package description.
- * debian/copyright:
- - Adjust copyright informations.
- * debian/README.Debian:
- - Removed, already provided by upstream README.
- * debian/pycompat:
- - Removed, useless.
- * debian/rules:
- - Switch to debhelper 7.
- * debian/watch:
- - Provide a watch file.
-
- -- Luca Falavigna <dktrkranz at debian.org> Wed, 26 Aug 2009 20:16:16 +0200
-
-python-httplib2 (0.2.0-2) unstable; urgency=low
-
- * reformat description closes: #392116
- * add missing-build-dependency python-all-dev
-
- -- Matthias Jahn <jahn.matthias at freenet.de> Wed, 11 Oct 2006 08:39:48 +0200
-
-python-httplib2 (0.2.0-1) unstable; urgency=low
-
- * Initial upload. closes: #386944
-
- -- Matthias Jahn <jahn.matthias at freenet.de> Mon, 31 Jul 2006 11:24:22 +0200
-
Copied: packages/python-httplib2/tags/0.6.0-3/debian/changelog (from rev 14150, packages/python-httplib2/trunk/debian/changelog)
===================================================================
--- packages/python-httplib2/tags/0.6.0-3/debian/changelog (rev 0)
+++ packages/python-httplib2/tags/0.6.0-3/debian/changelog 2010-08-07 13:45:09 UTC (rev 14151)
@@ -0,0 +1,78 @@
+python-httplib2 (0.6.0-3) unstable; urgency=medium
+
+ * debian/control:
+ - Depend on ${python3:Depends} for python3-httplib2 to generate
+ correct dependencies for Python 3.X (Closes: #591956).
+ - Bump Standards-Version to 3.9.1, no changes required.
+ * debian/python-httplib2.lintian-overrides:
+ - Override old-versioned-python-dependency, needs fixing in Lintian.
+
+ -- Luca Falavigna <dktrkranz at debian.org> Sat, 07 Aug 2010 15:39:46 +0200
+
+python-httplib2 (0.6.0-2) unstable; urgency=low
+
+ * Switch to format 3.0 (quilt).
+ * Switch to dh_python2.
+ * debian/control:
+ - Add python3-httplib2 package.
+ - Bump Standards-Version to 3.8.4, no changes required.
+ * debian/rules:
+ - Install files for python3-httplib2 package.
+ * debian/watch:
+ - Use googlecode.debian.net provider.
+
+ -- Luca Falavigna <dktrkranz at debian.org> Sun, 27 Jun 2010 10:59:40 +0200
+
+python-httplib2 (0.6.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Add new copyright holders.
+
+ -- Luca Falavigna <dktrkranz at debian.org> Sun, 03 Jan 2010 17:12:21 +0100
+
+python-httplib2 (0.5.0-1) unstable; urgency=low
+
+ * New upstream release (Closes: #461200) (LP: #373589).
+ * debian/compat:
+ - Bump compat level to 7.
+ * debian/control:
+ - New Maintainer (Closes: #542786).
+ - Add Debian Python Modules Team to Uploaders.
+ - Switch to python section to match override.
+ - Remove cdbs from Build-Depends.
+ - Bump debhelper required version to 7.2.18.
+ - Do not build-depend on python-all-dev, depend on python instead.
+ - Move python-support to Build-Depends-Indep.
+ - Bump Standards-Version to 3.8.3.
+ - Add Homepage field.
+ - Add XS-Python-Version field.
+ - Add Vcs-* fields to store Debian packaging.
+ - Set Architecture to all.
+ - Remove ${shlibs:Depends} from Depends.
+ - Fix spelling errors in package description.
+ * debian/copyright:
+ - Adjust copyright informations.
+ * debian/README.Debian:
+ - Removed, already provided by upstream README.
+ * debian/pycompat:
+ - Removed, useless.
+ * debian/rules:
+ - Switch to debhelper 7.
+ * debian/watch:
+ - Provide a watch file.
+
+ -- Luca Falavigna <dktrkranz at debian.org> Wed, 26 Aug 2009 20:16:16 +0200
+
+python-httplib2 (0.2.0-2) unstable; urgency=low
+
+ * reformat description closes: #392116
+ * add missing-build-dependency python-all-dev
+
+ -- Matthias Jahn <jahn.matthias at freenet.de> Wed, 11 Oct 2006 08:39:48 +0200
+
+python-httplib2 (0.2.0-1) unstable; urgency=low
+
+ * Initial upload. closes: #386944
+
+ -- Matthias Jahn <jahn.matthias at freenet.de> Mon, 31 Jul 2006 11:24:22 +0200
+
Deleted: packages/python-httplib2/tags/0.6.0-3/debian/control
===================================================================
--- packages/python-httplib2/trunk/debian/control 2010-08-07 02:45:27 UTC (rev 14146)
+++ packages/python-httplib2/tags/0.6.0-3/debian/control 2010-08-07 13:45:09 UTC (rev 14151)
@@ -1,45 +0,0 @@
-Source: python-httplib2
-Section: python
-Priority: optional
-Maintainer: Luca Falavigna <dktrkranz at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.2.18), python-all (>= 2.6.5-2), python3-all (>= 3.1.2-2)
-Standards-Version: 3.8.4
-XS-Python-Version: >= 2.4
-Homepage: http://code.google.com/p/httplib2/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-httplib2/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-httplib2/trunk/
-
-Package: python-httplib2
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Description: comprehensive HTTP client library written for Python
- httplib2.py supports many features left out of other HTTP libraries.
- * HTTP and HTTPS
- * Keep-Alive
- * Authentication
- * Caching
- * All Methods
- * Redirects
- * Compression
- * Lost update support
- * Unit Tested
- .
- This package provides module for python2 series.
-
-Package: python3-httplib2
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Description: comprehensive HTTP client library written for Python3
- httplib2.py supports many features left out of other HTTP libraries.
- * HTTP and HTTPS
- * Keep-Alive
- * Authentication
- * Caching
- * All Methods
- * Redirects
- * Compression
- * Lost update support
- * Unit Tested
- .
- This package provides module for python3 series.
Copied: packages/python-httplib2/tags/0.6.0-3/debian/control (from rev 14148, packages/python-httplib2/trunk/debian/control)
===================================================================
--- packages/python-httplib2/tags/0.6.0-3/debian/control (rev 0)
+++ packages/python-httplib2/tags/0.6.0-3/debian/control 2010-08-07 13:45:09 UTC (rev 14151)
@@ -0,0 +1,45 @@
+Source: python-httplib2
+Section: python
+Priority: optional
+Maintainer: Luca Falavigna <dktrkranz at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.2.18), python-all (>= 2.6.5-2), python3-all (>= 3.1.2-2)
+Standards-Version: 3.9.1
+XS-Python-Version: >= 2.4
+Homepage: http://code.google.com/p/httplib2/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-httplib2/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-httplib2/trunk/
+
+Package: python-httplib2
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: comprehensive HTTP client library written for Python
+ httplib2.py supports many features left out of other HTTP libraries.
+ * HTTP and HTTPS
+ * Keep-Alive
+ * Authentication
+ * Caching
+ * All Methods
+ * Redirects
+ * Compression
+ * Lost update support
+ * Unit Tested
+ .
+ This package provides module for python2 series.
+
+Package: python3-httplib2
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: comprehensive HTTP client library written for Python3
+ httplib2.py supports many features left out of other HTTP libraries.
+ * HTTP and HTTPS
+ * Keep-Alive
+ * Authentication
+ * Caching
+ * All Methods
+ * Redirects
+ * Compression
+ * Lost update support
+ * Unit Tested
+ .
+ This package provides module for python3 series.
Copied: packages/python-httplib2/tags/0.6.0-3/debian/python-httplib2.lintian-overrides (from rev 14149, packages/python-httplib2/trunk/debian/python-httplib2.lintian-overrides)
===================================================================
--- packages/python-httplib2/tags/0.6.0-3/debian/python-httplib2.lintian-overrides (rev 0)
+++ packages/python-httplib2/tags/0.6.0-3/debian/python-httplib2.lintian-overrides 2010-08-07 13:45:09 UTC (rev 14151)
@@ -0,0 +1 @@
+old-versioned-python-dependency
More information about the Python-modules-commits
mailing list