--- python-poster-0.7.0.orig/debian/compat +++ python-poster-0.7.0/debian/compat @@ -0,0 +1 @@ +7 --- python-poster-0.7.0.orig/debian/rules +++ python-poster-0.7.0/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +clean:: + -rm -rf build + -rm tests.log + find . -name "*.pyc" -print0 | xargs -0 rm -f --- python-poster-0.7.0.orig/debian/control +++ python-poster-0.7.0/debian/control @@ -0,0 +1,18 @@ +Source: python-poster +Section: python +Priority: optional +Maintainer: Robert Collins +Build-Depends: debhelper (>= 7.0.50~), cdbs (>= 0.4.49), + python-all (>= 2.3.5-11), + python-setuptools +Build-Depends-Indep: python-support (>= 0.5.3) +Standards-Version: 3.9.1.0 +Homepage: http://atlee.ca/software/poster/ +Vcs-Bzr: lp:debian/sid/python-poster/packaging + +Package: python-poster +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Description: Python support for HTTP multipart PUT/POST + The Python standard library is missing support for multipart HTTP uploads and + the poster module provides that. --- python-poster-0.7.0.orig/debian/changelog +++ python-poster-0.7.0/debian/changelog @@ -0,0 +1,13 @@ +python-poster (0.7.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Build-Depends on python-setuptools to fix FTBFS (Closes: #625134). + Patch by Angel Abad . + + -- Alessio Treglia Sun, 21 Aug 2011 12:16:21 +0200 + +python-poster (0.7.0-1) unstable; urgency=low + + * Initial release (Closes: #612043) + + -- Robert Collins Sat, 05 Feb 2011 18:49:27 +1300 --- python-poster-0.7.0.orig/debian/pycompat +++ python-poster-0.7.0/debian/pycompat @@ -0,0 +1 @@ +2 --- python-poster-0.7.0.orig/debian/pyversions +++ python-poster-0.7.0/debian/pyversions @@ -0,0 +1 @@ +2.4- --- python-poster-0.7.0.orig/debian/copyright +++ python-poster-0.7.0/debian/copyright @@ -0,0 +1,57 @@ +This work was packaged for Debian by: + + Robert Collins on Sat, 05 Feb 2011 18:49:27 +1300 + +It was downloaded from: + + + +Upstream Author(s): + + Chris AtLee + +Copyright: + + Copyright (c) 2010 Chris AtLee + +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 (C) 2011 Robert Collins + + 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. --- python-poster-0.7.0.orig/debian/watch +++ python-poster-0.7.0/debian/watch @@ -0,0 +1,9 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://pypi.python.org/packages/source/p/poster/poster-(.*)\.tar\.gz --- python-poster-0.7.0.orig/debian/source/format +++ python-poster-0.7.0/debian/source/format @@ -0,0 +1 @@ +1.0