[Python-modules-commits] r32880 - in packages/python-uniconvertor/trunk/debian (5 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sat Jun 6 11:41:17 UTC 2015
Date: Saturday, June 6, 2015 @ 11:41:16
Author: dktrkranz
Revision: 32880
Convert to dh_python2 (Closes: #786179)
Modified:
packages/python-uniconvertor/trunk/debian/changelog
packages/python-uniconvertor/trunk/debian/control
packages/python-uniconvertor/trunk/debian/rules
Deleted:
packages/python-uniconvertor/trunk/debian/pycompat
packages/python-uniconvertor/trunk/debian/python-uniconvertor.preinst
Modified: packages/python-uniconvertor/trunk/debian/changelog
===================================================================
--- packages/python-uniconvertor/trunk/debian/changelog 2015-06-06 09:17:00 UTC (rev 32879)
+++ packages/python-uniconvertor/trunk/debian/changelog 2015-06-06 11:41:16 UTC (rev 32880)
@@ -1,9 +1,15 @@
-python-uniconvertor (1.1.4-2) UNRELEASED; urgency=low
+python-uniconvertor (1.1.4-2) unstable; urgency=low
+ * Team upload.
+
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:03:37 +0200
+ [ Luca Falavigna ]
+ * Convert to dh_python2 (Closes: #786179).
+ -- Luca Falavigna <dktrkranz at debian.org> Sat, 06 Jun 2015 13:35:44 +0200
+
python-uniconvertor (1.1.4-1) unstable; urgency=low
* New upstream release (LP: #393688)
Modified: packages/python-uniconvertor/trunk/debian/control
===================================================================
--- packages/python-uniconvertor/trunk/debian/control 2015-06-06 09:17:00 UTC (rev 32879)
+++ packages/python-uniconvertor/trunk/debian/control 2015-06-06 11:41:16 UTC (rev 32880)
@@ -4,8 +4,7 @@
Maintainer: Andreas Wenning <uniconvertor at awen.dk>
Uploaders: Andreas Wenning <awen at awen.dk>, Luis Uribe <acme at eviled.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Homepage: http://sk1project.org/modules.php?name=Products&product=uniconvertor
-Build-Depends: python-all-dev (>= 2.4), python-all-dbg (>= 2.4), debhelper (>= 5.0.51), quilt, python-support (>= 1.0), perl
-XS-Python-Version: all
+Build-Depends: python-all-dev (>= 2.6.6-3~), python-all-dbg (>= 2.6.6-3~), debhelper (>= 5.0.51), quilt, dh-python, perl
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-uniconvertor/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-uniconvertor/trunk/
Standards-Version: 3.8.2
@@ -15,7 +14,6 @@
Depends: ${python:Depends}, ${shlibs:Depends}, python-imaging, python-reportlab
Provides: ${python:Provides}
Suggests: python-uniconvertor-dbg
-XB-Python-Version: ${python:Versions}
Description: Universal vector graphics translator
UniConvertor is a multiplatform universal vector graphics translator.
It uses sK1 engine to convert one format to another.
Deleted: packages/python-uniconvertor/trunk/debian/pycompat
===================================================================
--- packages/python-uniconvertor/trunk/debian/pycompat 2015-06-06 09:17:00 UTC (rev 32879)
+++ packages/python-uniconvertor/trunk/debian/pycompat 2015-06-06 11:41:16 UTC (rev 32880)
@@ -1 +0,0 @@
-2
\ No newline at end of file
Deleted: packages/python-uniconvertor/trunk/debian/python-uniconvertor.preinst
===================================================================
--- packages/python-uniconvertor/trunk/debian/python-uniconvertor.preinst 2015-06-06 09:17:00 UTC (rev 32879)
+++ packages/python-uniconvertor/trunk/debian/python-uniconvertor.preinst 2015-06-06 11:41:16 UTC (rev 32880)
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.1.4-1; then
- pycentral pkgremove python-uniconvertor
-fi
-#DEBHELPER#
Modified: packages/python-uniconvertor/trunk/debian/rules
===================================================================
--- packages/python-uniconvertor/trunk/debian/rules 2015-06-06 09:17:00 UTC (rev 32879)
+++ packages/python-uniconvertor/trunk/debian/rules 2015-06-06 11:41:16 UTC (rev 32880)
@@ -51,7 +51,7 @@
dh_strip -ppython-uniconvertor --dbg-package=python-uniconvertor-dbg
dh_compress -a -X.py
dh_fixperms -a
- dh_pysupport -a
+ dh_python2 -a
dh_makeshlibs -a
dh_installdeb -a
dh_shlibdeps -a
More information about the Python-modules-commits
mailing list