[Python-modules-commits] r34083 - in packages/python-ctypeslib/trunk/debian (3 files)

wrar at users.alioth.debian.org wrar at users.alioth.debian.org
Tue Sep 1 18:09:46 UTC 2015


    Date: Tuesday, September 1, 2015 @ 18:09:37
  Author: wrar
Revision: 34083

Port to dh-python.

Modified:
  packages/python-ctypeslib/trunk/debian/changelog
  packages/python-ctypeslib/trunk/debian/control
  packages/python-ctypeslib/trunk/debian/rules

Modified: packages/python-ctypeslib/trunk/debian/changelog
===================================================================
--- packages/python-ctypeslib/trunk/debian/changelog	2015-09-01 10:39:21 UTC (rev 34082)
+++ packages/python-ctypeslib/trunk/debian/changelog	2015-09-01 18:09:37 UTC (rev 34083)
@@ -1,13 +1,13 @@
-python-ctypeslib (0.0.0+svn20100125-5) UNRELEASED; urgency=low
+python-ctypeslib (0.0.0+svn20100125-5) unstable; urgency=low
 
-  [ Richard Darst ]
-  * NOT RELEASED YET
-
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:17 +0200
+  [ Andrey Rahmatullin ]
+  * Port from python-support to dh-python (Closes: #786089).
 
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Tue, 01 Sep 2015 22:59:02 +0500
+
 python-ctypeslib (0.0.0+svn20100125-4) unstable; urgency=low
 
   * Bump standards-version to 3.9.2.

Modified: packages/python-ctypeslib/trunk/debian/control
===================================================================
--- packages/python-ctypeslib/trunk/debian/control	2015-09-01 10:39:21 UTC (rev 34082)
+++ packages/python-ctypeslib/trunk/debian/control	2015-09-01 18:09:37 UTC (rev 34083)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Richard Darst <rkd at zgib.net>
-Build-Depends: debhelper (>= 7), python-all, python-support, gccxml
+Build-Depends: debhelper (>= 7), python-all, dh-python, gccxml
 Standards-Version: 3.9.2
 Homepage: http://starship.python.net/crew/theller/ctypes/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-ctypeslib/trunk/

Modified: packages/python-ctypeslib/trunk/debian/rules
===================================================================
--- packages/python-ctypeslib/trunk/debian/rules	2015-09-01 10:39:21 UTC (rev 34082)
+++ packages/python-ctypeslib/trunk/debian/rules	2015-09-01 18:09:37 UTC (rev 34083)
@@ -37,7 +37,7 @@
 	done
 
 binary:
-	dh binary --until dh_install #pysupport
+	dh binary --until dh_install
 #	python -c 'print "x"*5000'
 #	dh_install
 	mv debian/python-ctypeslib/usr/bin/h2xml.py \
@@ -49,7 +49,7 @@
 	      debian/python-ctypeslib/usr/share/man/man1/h2xml.1.gz
 	ln -s ctypeslib.1.gz \
 	      debian/python-ctypeslib/usr/share/man/man1/xml2py.1.gz
-	dh binary
+	dh binary --with python2
 
 %:
 	dh $@




More information about the Python-modules-commits mailing list