[Python-modules-commits] r34052 - in packages/elib.intl/trunk/debian (changelog control rules)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sun Aug 30 14:00:14 UTC 2015
Date: Sunday, August 30, 2015 @ 14:00:12
Author: dktrkranz
Revision: 34052
Switch to dh_python2
Modified:
packages/elib.intl/trunk/debian/changelog
packages/elib.intl/trunk/debian/control
packages/elib.intl/trunk/debian/rules
Modified: packages/elib.intl/trunk/debian/changelog
===================================================================
--- packages/elib.intl/trunk/debian/changelog 2015-08-30 13:56:38 UTC (rev 34051)
+++ packages/elib.intl/trunk/debian/changelog 2015-08-30 14:00:12 UTC (rev 34052)
@@ -1,9 +1,13 @@
-elib.intl (0.0.3~git20110809-3) UNRELEASED; urgency=low
+elib.intl (0.0.3~git20110809-3) unstable; urgency=low
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:00:48 +0200
+ [ Luca Falavigna ]
+ * Switch to dh_python2 (Closes: #786278).
+ -- Luca Falavigna <dktrkranz at debian.org> Sun, 30 Aug 2015 15:59:48 +0200
+
elib.intl (0.0.3~git20110809-2) unstable; urgency=low
* Set DPMT as maintainer and me as uploader
Modified: packages/elib.intl/trunk/debian/control
===================================================================
--- packages/elib.intl/trunk/debian/control 2015-08-30 13:56:38 UTC (rev 34051)
+++ packages/elib.intl/trunk/debian/control 2015-08-30 14:00:12 UTC (rev 34052)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Jonathan Wiltshire <jmw at debian.org>
-Build-Depends: python-all (>= 2.6.6-3~), python-support (>= 0.5.3), debhelper (>= 7.0.50~), python-sphinx, python-setuptools (>= 0.6c11)
+Build-Depends: python-all (>= 2.6.6-3~), dh-python, debhelper (>= 7.0.50~), python-sphinx, python-setuptools (>= 0.6c11)
Standards-Version: 3.9.2
Homepage: https://github.com/dieterv/elib.intl
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/elib.intl/
Modified: packages/elib.intl/trunk/debian/rules
===================================================================
--- packages/elib.intl/trunk/debian/rules 2015-08-30 13:56:38 UTC (rev 34051)
+++ packages/elib.intl/trunk/debian/rules 2015-08-30 14:00:12 UTC (rev 34052)
@@ -14,4 +14,4 @@
dh_auto_build
%:
- dh $@
+ dh $@ --with python2
More information about the Python-modules-commits
mailing list