[Python-modules-commits] r24980 - in packages/python-socksipy/trunk/debian (4 files)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Jun 26 14:37:38 UTC 2013


    Date: Wednesday, June 26, 2013 @ 14:37:36
  Author: sramacher
Revision: 24980

* Apply patch from Andrea Colangelo: convert to dh_python2.
* Orphan package (cf. #700554).
* debian/rules: Convert to dh(1).
* debian/control:
  - Remove Provides.
  - 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.

Modified:
  packages/python-socksipy/trunk/debian/changelog
  packages/python-socksipy/trunk/debian/compat
  packages/python-socksipy/trunk/debian/control
  packages/python-socksipy/trunk/debian/rules

Modified: packages/python-socksipy/trunk/debian/changelog
===================================================================
--- packages/python-socksipy/trunk/debian/changelog	2013-06-26 13:54:36 UTC (rev 24979)
+++ packages/python-socksipy/trunk/debian/changelog	2013-06-26 14:37:36 UTC (rev 24980)
@@ -1,5 +1,7 @@
 python-socksipy (1.0-2) UNRELEASED; urgency=low
 
+  * Team upload.
+
   [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
@@ -7,6 +9,19 @@
   [ 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 ]
+  * Orphan package (cf. #700554).
+  * debian/rules: Convert to dh(1).
+  * debian/control:
+    - Remove Provides.
+    - 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.
+
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:03:27 +0200
 
 python-socksipy (1.0-1) unstable; urgency=low

Modified: packages/python-socksipy/trunk/debian/compat
===================================================================
--- packages/python-socksipy/trunk/debian/compat	2013-06-26 13:54:36 UTC (rev 24979)
+++ packages/python-socksipy/trunk/debian/compat	2013-06-26 14:37:36 UTC (rev 24980)
@@ -1 +1 @@
-5
+9

Modified: packages/python-socksipy/trunk/debian/control
===================================================================
--- packages/python-socksipy/trunk/debian/control	2013-06-26 13:54:36 UTC (rev 24979)
+++ packages/python-socksipy/trunk/debian/control	2013-06-26 14:37:36 UTC (rev 24980)
@@ -2,11 +2,9 @@
 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)
+Maintainer: Debian QA Group <packages at qa.debian.org>
+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/
@@ -14,8 +12,6 @@
 Package: python-socksipy
 Architecture: all
 Depends: ${python:Depends}
-Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: Python SOCKS client module
  This module was designed to allow developers of Python
  software that uses the Internet or another TCP/IP-based

Modified: packages/python-socksipy/trunk/debian/rules
===================================================================
--- packages/python-socksipy/trunk/debian/rules	2013-06-26 13:54:36 UTC (rev 24979)
+++ packages/python-socksipy/trunk/debian/rules	2013-06-26 14:37:36 UTC (rev 24980)
@@ -1,39 +1,4 @@
 #!/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
+%:
+	dh $@ --with python2,dpatch




More information about the Python-modules-commits mailing list