debian/0000755000000000000000000000000011674126471007177 5ustar debian/copyright0000644000000000000000000000352111673157627011141 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: MultipartPostHandler Source: http://pypi.python.org/packages/source/M/MultipartPostHandler/MultipartPostHandler-0.1.0.tar.gz#md5=e3e51c1b3a72389c0b86ebc96b398365 Files: * Copyright: 2006 Will Holcomb License: LGPL-2 . This package is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License, version 2, as published by the Free Software Foundation. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU Library General Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". Files: debian/* Copyright: 2011 Georges Khaznadar License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000644000000000000000000000056211674126462011054 0ustar multipartposthandler (0.1.0-2) unstable; urgency=low * added a Build-Dependency on python-setuptools Closes:#652779 -- Georges Khaznadar Tue, 20 Dec 2011 16:43:00 +0100 multipartposthandler (0.1.0-1) unstable; urgency=low * Initial release (Closes: #652492) -- Georges Khaznadar Sat, 17 Dec 2011 19:03:21 +0100 debian/README.source0000644000000000000000000000106111673161312011344 0ustar multipartposthandler for Debian ------------------------------- This file was downloaded from http://pypi.python.org/packages/source/M/MultipartPostHandler/MultipartPostHandler-0.1.0.tar.gz#md5=e3e51c1b3a72389c0b86ebc96b398365 and the directory containing the source was renamed to a debian-compatible format. The directory doc/ has been deleted (it only contained an empty __init__.py file A few changes are managed with the program quilt. See /usr/share/doc/quilt/README.source -- Georges Khaznadar , Sat, 17 Dec 2011 19:43:22 +0100 debian/control0000644000000000000000000000106511674126377010611 0ustar Source: multipartposthandler Section: python Priority: extra Maintainer: Georges Khaznadar Build-Depends: debhelper (>= 8.0.0), python-all, python-setuptools, quilt X-Python-Version: >= 2.5 Standards-Version: 3.9.2 Homepage: http://pypi.python.org/pypi/MultipartPostHandler/ Package: python-multipartposthandler Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: handler for urllib2 to enable multipart form uploading Enables the use of multipart/form-data for posting forms, with an easy management of file uploads. debian/compat0000644000000000000000000000000211673154553010376 0ustar 8 debian/rules0000755000000000000000000000071011673154612010252 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 debian/source/0000755000000000000000000000000011673154553010500 5ustar debian/source/format0000644000000000000000000000001411673154553011706 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001311673157702010044 0ustar README.txt debian/patches/0000755000000000000000000000000011673162706010626 5ustar debian/patches/05-setup.cfg.patch0000644000000000000000000000250611673160247013770 0ustar Description: Upstream changes introduced in version 0.1.0-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . multipartposthandler (0.1.0-1) unstable; urgency=low . * Initial release (Closes: #nnnn) . The person named in the Author field signed this changelog entry. Author: Georges Khaznadar --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- multipartposthandler-0.1.0.orig/MultipartPostHandler.egg-info/SOURCES.txt +++ multipartposthandler-0.1.0/MultipartPostHandler.egg-info/SOURCES.txt @@ -1,5 +1,6 @@ MultipartPostHandler.py README.txt +setup.cfg setup.py MultipartPostHandler.egg-info/PKG-INFO MultipartPostHandler.egg-info/SOURCES.txt debian/patches/10-setup.py.patch0000644000000000000000000000100111673156642013646 0ustar Index: multipartposthandler-0.1.0/setup.py =================================================================== --- multipartposthandler-0.1.0.orig/setup.py +++ multipartposthandler-0.1.0/setup.py @@ -42,7 +42,7 @@ Further Example: The main function of this file is a sample which downloads a page and then uploads it to the W3C validator. """, - package_data = {'doc':['MultipartPostHandler.html']}, + ## package_data = {'doc':['MultipartPostHandler.html']}, packages = find_packages() ) debian/patches/series0000644000000000000000000000006711673162706012046 0ustar 05-setup.cfg.patch 10-setup.py.patch 15-egg-info.patch debian/patches/15-egg-info.patch0000644000000000000000000000326611673162440013567 0ustar Description: Upstream changes introduced in version 0.1.0-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . multipartposthandler (0.1.0-1) unstable; urgency=low . * Initial release (Closes: #652492) . The person named in the Author field signed this changelog entry. Author: Georges Khaznadar Bug-Debian: http://bugs.debian.org/652492 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- multipartposthandler-0.1.0.orig/MultipartPostHandler.egg-info/SOURCES.txt +++ multipartposthandler-0.1.0/MultipartPostHandler.egg-info/SOURCES.txt @@ -5,5 +5,4 @@ setup.py MultipartPostHandler.egg-info/PKG-INFO MultipartPostHandler.egg-info/SOURCES.txt MultipartPostHandler.egg-info/dependency_links.txt -MultipartPostHandler.egg-info/top_level.txt -doc/__init__.py \ No newline at end of file +MultipartPostHandler.egg-info/top_level.txt \ No newline at end of file --- multipartposthandler-0.1.0.orig/MultipartPostHandler.egg-info/top_level.txt +++ multipartposthandler-0.1.0/MultipartPostHandler.egg-info/top_level.txt @@ -1,2 +1 @@ -doc MultipartPostHandler