--- poster-0.8.1.orig/debian/pyversions +++ poster-0.8.1/debian/pyversions @@ -0,0 +1 @@ +2.5- --- poster-0.8.1.orig/debian/control +++ poster-0.8.1/debian/control @@ -0,0 +1,21 @@ +Source: poster +Section: python +Priority: optional +Maintainer: Martin Owens +Standards-Version: 3.9.0 +XS-Python-Version: all +Build-Depends: debhelper (>= 4.1.13), python, python-central, python-setuptools, python-support +Homepage: http://www.google.com/ + +Package: python-poster +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends} +Provides: ${python:Provides} +Description: Streaming HTTP uploads and multipart/form-data encoding + . + The modules in the Python standard library don't provide a way to upload large + files via HTTP without having to load the entire file into memory first. + . + poster provides support for both streaming POST requests as well as + multipart/form-data encoding of string or file parameters. --- poster-0.8.1.orig/debian/pycompat +++ poster-0.8.1/debian/pycompat @@ -0,0 +1 @@ +2 --- poster-0.8.1.orig/debian/changelog +++ poster-0.8.1/debian/changelog @@ -0,0 +1,23 @@ +poster (0.8.1-0ubuntu5) oneiric; urgency=low + + * For Oneiric + + -- Martin Owens (DoctorMO) Tue, 01 Nov 2011 01:17:01 -0400 + +poster (0.8.1-0ubuntu4) natty; urgency=low + + * For Natty + + -- Martin Owens (DoctorMO) Thu, 19 May 2011 20:13:46 -0400 + +poster (0.8.1-0ubuntu2) maverick; urgency=low + + * Fix cdbc dependancy. + + -- Martin Owens (DoctorMO) Thu, 19 May 2011 13:10:17 -0400 + +poster (0.8.1-0ubuntu1) maverick; urgency=low + + * Poster provides http multi-form access. + + -- Martin Owens (DoctorMO) Thu, 12 May 2011 15:28:01 -0400 --- poster-0.8.1.orig/debian/copyright +++ poster-0.8.1/debian/copyright @@ -0,0 +1,28 @@ +This package was created by Martin Owens on +Thu, 19 May 2011 12:47:24 -0500. + +Copyright 2011, 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 (C) 2011, Martin Owens +is licensed under the GPL, see license online. + --- poster-0.8.1.orig/debian/compat +++ poster-0.8.1/debian/compat @@ -0,0 +1 @@ +5 --- poster-0.8.1.orig/debian/rules +++ poster-0.8.1/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ + +