[Python-modules-commits] r34112 - in packages/swiginac/trunk/debian (changelog control rules)

wrar at users.alioth.debian.org wrar at users.alioth.debian.org
Wed Sep 2 16:41:45 UTC 2015


    Date: Wednesday, September 2, 2015 @ 16:41:43
  Author: wrar
Revision: 34112

Port to dh-python.

Modified:
  packages/swiginac/trunk/debian/changelog
  packages/swiginac/trunk/debian/control
  packages/swiginac/trunk/debian/rules

Modified: packages/swiginac/trunk/debian/changelog
===================================================================
--- packages/swiginac/trunk/debian/changelog	2015-09-02 14:32:58 UTC (rev 34111)
+++ packages/swiginac/trunk/debian/changelog	2015-09-02 16:41:43 UTC (rev 34112)
@@ -1,11 +1,15 @@
-swiginac (1.5.1.1-2) UNRELEASED; urgency=low
+swiginac (1.5.1.1-2) unstable; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
   * Remove DM-Upload-Allowed; it's no longer used by the archive
     software.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:40:59 +0200
+  [ Andrey Rahmatullin ]
+  * Port from python-support to dh-python (Closes: #786062).
 
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Wed, 02 Sep 2015 21:35:16 +0500
+
 swiginac (1.5.1.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/swiginac/trunk/debian/control
===================================================================
--- packages/swiginac/trunk/debian/control	2015-09-02 14:32:58 UTC (rev 34111)
+++ packages/swiginac/trunk/debian/control	2015-09-02 16:41:43 UTC (rev 34112)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Johannes Ring <johannr at simula.no>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-support,
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), dh-python,
  python-all-dev, swig, pkg-config, libginac-dev
 Standards-Version: 3.8.4
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/swiginac/trunk/

Modified: packages/swiginac/trunk/debian/rules
===================================================================
--- packages/swiginac/trunk/debian/rules	2015-09-02 14:32:58 UTC (rev 34111)
+++ packages/swiginac/trunk/debian/rules	2015-09-02 16:41:43 UTC (rev 34112)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM = pysupport
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 




More information about the Python-modules-commits mailing list