--- python-httplib2-0.5.0.orig/debian/rules +++ python-httplib2-0.5.0/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ + --- python-httplib2-0.5.0.orig/debian/control +++ python-httplib2-0.5.0/debian/control @@ -0,0 +1,30 @@ +Source: python-httplib2 +Section: python +Priority: optional +Maintainer: Luca Falavigna +Uploaders: Debian Python Modules Team +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 + + + --- python-httplib2-0.5.0.orig/debian/changelog +++ python-httplib2-0.5.0/debian/changelog @@ -0,0 +1,46 @@ +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 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 Wed, 11 Oct 2006 08:39:48 +0200 + +python-httplib2 (0.2.0-1) unstable; urgency=low + + * Initial upload. closes: #386944 + + -- Matthias Jahn Mon, 31 Jul 2006 11:24:22 +0200 + --- python-httplib2-0.5.0.orig/debian/compat +++ python-httplib2-0.5.0/debian/compat @@ -0,0 +1,2 @@ +7 + --- python-httplib2-0.5.0.orig/debian/watch +++ python-httplib2-0.5.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/httplib2/downloads/list \ + http://httplib2.googlecode.com/files/httplib2-([0-9\.]+)\.tar\.gz --- python-httplib2-0.5.0.orig/debian/docs +++ python-httplib2-0.5.0/debian/docs @@ -0,0 +1 @@ +README --- python-httplib2-0.5.0.orig/debian/copyright +++ python-httplib2-0.5.0/debian/copyright @@ -0,0 +1,45 @@ +This package was debianized by: + + Matthias Jahn 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 + +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 + Copyright © 2009 Luca Falavigna + +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'.