[Python-modules-commits] r9438 - in packages/python-httplib2/trunk (8 files)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Mon Aug 24 08:12:06 UTC 2009


    Date: Monday, August 24, 2009 @ 08:12:05
  Author: dktrkranz-guest
Revision: 9438

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-httplib2/trunk/debian/
  packages/python-httplib2/trunk/debian/changelog
  packages/python-httplib2/trunk/debian/compat
  packages/python-httplib2/trunk/debian/control
  packages/python-httplib2/trunk/debian/copyright
  packages/python-httplib2/trunk/debian/docs
  packages/python-httplib2/trunk/debian/rules
  packages/python-httplib2/trunk/debian/watch


Property changes on: packages/python-httplib2/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-httplib2/trunk/debian/changelog
===================================================================
--- packages/python-httplib2/trunk/debian/changelog	                        (rev 0)
+++ packages/python-httplib2/trunk/debian/changelog	2009-08-24 08:12:05 UTC (rev 9438)
@@ -0,0 +1,46 @@
+python-httplib2 (0.5.0-1) UNRELEASED; 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 ubuntu.com>  Fri, 21 Aug 2009 14:52:13 +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
+

Added: packages/python-httplib2/trunk/debian/compat
===================================================================
--- packages/python-httplib2/trunk/debian/compat	                        (rev 0)
+++ packages/python-httplib2/trunk/debian/compat	2009-08-24 08:12:05 UTC (rev 9438)
@@ -0,0 +1,2 @@
+7
+

Added: packages/python-httplib2/trunk/debian/control
===================================================================
--- packages/python-httplib2/trunk/debian/control	                        (rev 0)
+++ packages/python-httplib2/trunk/debian/control	2009-08-24 08:12:05 UTC (rev 9438)
@@ -0,0 +1,30 @@
+Source: python-httplib2
+Section: python
+Priority: optional
+Maintainer: Luca Falavigna <dktrkranz at ubuntu.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.2.18), python (>= 2.4)
+Build-Depends-Indep: python-support (>= 0.5.3)
+Standards-Version: 3.8.3
+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 in 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
+
+
+

Added: packages/python-httplib2/trunk/debian/copyright
===================================================================
--- packages/python-httplib2/trunk/debian/copyright	                        (rev 0)
+++ packages/python-httplib2/trunk/debian/copyright	2009-08-24 08:12:05 UTC (rev 9438)
@@ -0,0 +1,45 @@
+This package was debianized by:
+
+    Matthias Jahn <jahn.matthias at freenet.de> on Mon, 31 Jul 2006 11:24:22 +0200
+
+It was downloaded from:
+
+    http://code.google.com/p/httplib2/downloads/list
+
+Upstream Author:
+
+    Joe Gregorio <joe at bitworking.org>
+
+Copyright:
+
+    Copyright © 2006 by Joe Gregorio
+
+License:
+
+    Permission is hereby granted, free of charge, to any person 
+    obtaining a copy of this software and associated documentation 
+    files (the "Software"), to deal in the Software without restriction, 
+    including without limitation the rights to use, copy, modify, merge, 
+    publish, distribute, sublicense, and/or sell copies of the Software, 
+    and to permit persons to whom the Software is furnished to do so, 
+    subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be 
+    included in all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
+    OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 
+    BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 
+    ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 
+    CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
+    SOFTWARE.
+
+The Debian packaging is:
+
+    Copyright © 2006 Matthias Jahn <jahn.matthias at freenet.de>
+    Copyright © 2009 Luca Falavigna <dktrkranz at ubuntu.com>
+
+and is licensed under the GPL version 3, the complete text of the GNU General
+Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.

Added: packages/python-httplib2/trunk/debian/docs
===================================================================
--- packages/python-httplib2/trunk/debian/docs	                        (rev 0)
+++ packages/python-httplib2/trunk/debian/docs	2009-08-24 08:12:05 UTC (rev 9438)
@@ -0,0 +1 @@
+README

Added: packages/python-httplib2/trunk/debian/rules
===================================================================
--- packages/python-httplib2/trunk/debian/rules	                        (rev 0)
+++ packages/python-httplib2/trunk/debian/rules	2009-08-24 08:12:05 UTC (rev 9438)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+


Property changes on: packages/python-httplib2/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-httplib2/trunk/debian/watch
===================================================================
--- packages/python-httplib2/trunk/debian/watch	                        (rev 0)
+++ packages/python-httplib2/trunk/debian/watch	2009-08-24 08:12:05 UTC (rev 9438)
@@ -0,0 +1,3 @@
+version=3
+http://code.google.com/p/httplib2/downloads/list \
+  http://httplib2.googlecode.com/files/httplib2-([0-9\.]+)\.tar\.gz




More information about the Python-modules-commits mailing list