--- python-socksipy-1.0.orig/debian/README.source +++ python-socksipy-1.0/debian/README.source @@ -0,0 +1,9 @@ +This package is using dpatch patch system. + +To patch the source: + * debian/rules patch +To add a new patch: + * put it under debian/patches + * add it to debian/patches/00list + +See /usr/share/doc/dpatch/README.source.gz for more information. --- python-socksipy-1.0.orig/debian/docs +++ python-socksipy-1.0/debian/docs @@ -0,0 +1,2 @@ +README +BUGS --- python-socksipy-1.0.orig/debian/compat +++ python-socksipy-1.0/debian/compat @@ -0,0 +1 @@ +9 --- python-socksipy-1.0.orig/debian/rules +++ python-socksipy-1.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2,dpatch --- python-socksipy-1.0.orig/debian/changelog +++ python-socksipy-1.0/debian/changelog @@ -0,0 +1,33 @@ +python-socksipy (1.0-2) unstable; urgency=low + + * Orphan package (cf. #700554). + + [ Sandro Tosi ] + * debian/control + - switch Vcs-Browser field to viewsvn + + [ Jakub Wilk ] + * Use canonical URIs for Vcs-* fields. + + [ Andrea Colangelo ] + * Convert to dh_python2 (Closes: #617030). Patch from Ubuntu, thanks to + Andrew Starr-Bochicchio for forwarding it. + + [ Sebastian Ramacher ] + * debian/rules: Convert to dh(1). + * debian/control: + - Change Maintainer to Debian QA Group and remove Uploaders. + - Bump Standards-Version to 3.9.4. + - Bump dpatch in Build-Depends to >= 2.0.32 for dh integration. + - Bump debhelper in Build-Depends to >= 9. + - Add ${misc:Depends} to Depends. + - Remove Provides. + - Remove XS-Python-Version. + + -- Sebastian Ramacher Wed, 26 Jun 2013 16:58:19 +0200 + +python-socksipy (1.0-1) unstable; urgency=low + + * Initial release (Closes: #467222) + + -- Thomas Bläsing Tue, 14 Oct 2008 00:07:51 +0200 --- python-socksipy-1.0.orig/debian/copyright +++ python-socksipy-1.0/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Thomas Bläsing on +Tue, 14 Oct 2008 00:07:51 +0200 + +It was downloaded from http://socksipy.sourceforge.net/ + +Upstream Author: + Dan Haim + +Copyright: + Copyright (c) 2006-2008 Dan Haim + +License: + Redistribution and use in source and binary forms, with or without modification, + are permitted provided that the following conditions are met: + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + 3. Neither the name of Dan Haim nor the names of his contributors may be used + to endorse or promote products derived from this software without specific + prior written permission. + + THIS SOFTWARE IS PROVIDED BY DAN HAIM "AS IS" AND ANY EXPRESS OR IMPLIED + WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL DAN HAIM OR HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMANGE. --- python-socksipy-1.0.orig/debian/control +++ python-socksipy-1.0/debian/control @@ -0,0 +1,18 @@ +Source: python-socksipy +Section: python +Priority: optional +Maintainer: Debian QA Group +Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 9), dpatch (>= 2.0.32), python (>= 2.6.6-3~) +Homepage: http://socksipy.sourceforge.net/ +Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-socksipy/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-socksipy/trunk/ + +Package: python-socksipy +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Description: Python SOCKS client module + This module was designed to allow developers of Python + software that uses the Internet or another TCP/IP-based + network to add support for connection through a SOCKS proxy + server with as much ease as possible. --- python-socksipy-1.0.orig/debian/watch +++ python-socksipy-1.0/debian/watch @@ -0,0 +1,3 @@ +version=2 +http://sf.net/socksipy/SocksiPy-(.*)\.tar\.gz + --- python-socksipy-1.0.orig/debian/patches/setup.py.dpatch +++ python-socksipy-1.0/debian/patches/setup.py.dpatch @@ -0,0 +1,24 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## setup.py.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: setup.py for installing files the right way :) + +@DPATCH@ +diff -urNad SocksiPy-1.0~/setup.py SocksiPy-1.0/setup.py +--- SocksiPy-1.0~/setup.py 1970-01-01 01:00:00.000000000 +0100 ++++ SocksiPy-1.0/setup.py 2008-10-14 00:30:56.000000000 +0200 +@@ -0,0 +1,13 @@ ++#!/usr/bin/env python ++ ++from distutils.core import setup ++ ++setup( ++ name='python-socksipy', ++ py_modules=['socks'], ++ version='1.0', ++ description='This module was designed to allow developers of Python software that uses the Internet or another TCP/IP-based network to add support for connection through a SOCKS proxy server with as much ease as possible.', ++ author='Dan Haim', ++ author_email='negativeiq@users.sourceforge.net', ++ url='http://socksipy.sourceforge.net/' ++) --- python-socksipy-1.0.orig/debian/patches/00list +++ python-socksipy-1.0/debian/patches/00list @@ -0,0 +1,2 @@ +setup.py + --- python-socksipy-1.0.orig/debian/source/format +++ python-socksipy-1.0/debian/source/format @@ -0,0 +1 @@ +1.0