[Python-modules-commits] r6692 - in packages/python-socksipy/trunk (11 files)
thomasbl-guest at users.alioth.debian.org
thomasbl-guest at users.alioth.debian.org
Mon Oct 13 22:37:03 UTC 2008
Date: Monday, October 13, 2008 @ 22:37:02
Author: thomasbl-guest
Revision: 6692
[svn-inject] Applying Debian modifications to trunk
Added:
packages/python-socksipy/trunk/debian/
packages/python-socksipy/trunk/debian/changelog
packages/python-socksipy/trunk/debian/compat
packages/python-socksipy/trunk/debian/control
packages/python-socksipy/trunk/debian/copyright
packages/python-socksipy/trunk/debian/docs
packages/python-socksipy/trunk/debian/patches/
packages/python-socksipy/trunk/debian/patches/00list
packages/python-socksipy/trunk/debian/patches/setup.py.dpatch
packages/python-socksipy/trunk/debian/rules
packages/python-socksipy/trunk/debian/watch
Property changes on: packages/python-socksipy/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/python-socksipy/trunk/debian/changelog
===================================================================
--- packages/python-socksipy/trunk/debian/changelog (rev 0)
+++ packages/python-socksipy/trunk/debian/changelog 2008-10-13 22:37:02 UTC (rev 6692)
@@ -0,0 +1,5 @@
+python-socksipy (1.0-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #467222)
+
+ -- Thomas Bläsing <thomasbl at pool.math.tu-berlin.de> Tue, 14 Oct 2008 00:07:51 +0200
Added: packages/python-socksipy/trunk/debian/compat
===================================================================
--- packages/python-socksipy/trunk/debian/compat (rev 0)
+++ packages/python-socksipy/trunk/debian/compat 2008-10-13 22:37:02 UTC (rev 6692)
@@ -0,0 +1 @@
+5
Added: packages/python-socksipy/trunk/debian/control
===================================================================
--- packages/python-socksipy/trunk/debian/control (rev 0)
+++ packages/python-socksipy/trunk/debian/control 2008-10-13 22:37:02 UTC (rev 6692)
@@ -0,0 +1,24 @@
+Source: python-socksipy
+Section: python
+XS-Python-Version: all
+Priority: optional
+Maintainer: Thomas Bläsing <thomasbl at pool.math.tu-berlin.de>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5), dpatch (>= 2.0.30)
+Build-Depends-Indep: python, python-central (>= 0.6)
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-socksipy
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-socksipy/trunk/?op=log
+
+Package: python-socksipy
+Architecture: all
+Depends: ${python:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Homepage: http://socksipy.sourceforge.net/
+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.
+ .
Added: packages/python-socksipy/trunk/debian/copyright
===================================================================
--- packages/python-socksipy/trunk/debian/copyright (rev 0)
+++ packages/python-socksipy/trunk/debian/copyright 2008-10-13 22:37:02 UTC (rev 6692)
@@ -0,0 +1,32 @@
+This package was debianized by Thomas Bläsing <thomasbl at pool.math.tu-berlin.de> on
+Tue, 14 Oct 2008 00:07:51 +0200
+
+It was downloaded from http://socksipy.sourceforge.net/
+
+Upstream Author:
+ Dan Haim <negativeiq at users.sourceforge.net>
+
+Copyright:
+ Copyright (c) 2006-2008 Dan Haim <negativeiq at users.sourceforge.net>
+
+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.
Added: packages/python-socksipy/trunk/debian/docs
===================================================================
--- packages/python-socksipy/trunk/debian/docs (rev 0)
+++ packages/python-socksipy/trunk/debian/docs 2008-10-13 22:37:02 UTC (rev 6692)
@@ -0,0 +1,2 @@
+README
+BUGS
Added: packages/python-socksipy/trunk/debian/patches/00list
===================================================================
--- packages/python-socksipy/trunk/debian/patches/00list (rev 0)
+++ packages/python-socksipy/trunk/debian/patches/00list 2008-10-13 22:37:02 UTC (rev 6692)
@@ -0,0 +1,2 @@
+setup.py
+
Added: packages/python-socksipy/trunk/debian/patches/setup.py.dpatch
===================================================================
--- packages/python-socksipy/trunk/debian/patches/setup.py.dpatch (rev 0)
+++ packages/python-socksipy/trunk/debian/patches/setup.py.dpatch 2008-10-13 22:37:02 UTC (rev 6692)
@@ -0,0 +1,24 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## setup.py.dpatch by <thomasbl at devel.thomasbl.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: setup.py for installing files the right way :)
+
+ at 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 at users.sourceforge.net',
++ url='http://socksipy.sourceforge.net/'
++)
Property changes on: packages/python-socksipy/trunk/debian/patches/setup.py.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/python-socksipy/trunk/debian/rules
===================================================================
--- packages/python-socksipy/trunk/debian/rules (rev 0)
+++ packages/python-socksipy/trunk/debian/rules 2008-10-13 22:37:02 UTC (rev 6692)
@@ -0,0 +1,39 @@
+#!/usr/bin/make -f
+
+include /usr/share/dpatch/dpatch.make
+
+build:
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+ rm -rf build
+ find . -name '*\.pyc' -delete
+ dh_clean
+
+install: patch
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ python setup.py install --no-compile --root=$(CURDIR)/debian/python-socksipy
+
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installdocs
+ dh_installchangelogs
+ dh_pycentral
+ dh_link
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-arch: install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
Property changes on: packages/python-socksipy/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/python-socksipy/trunk/debian/watch
===================================================================
--- packages/python-socksipy/trunk/debian/watch (rev 0)
+++ packages/python-socksipy/trunk/debian/watch 2008-10-13 22:37:02 UTC (rev 6692)
@@ -0,0 +1,3 @@
+version=2
+http://sf.net/socksipy/SocksiPy\.tar\.gz
+
More information about the Python-modules-commits
mailing list