[Python-modules-commits] r32980 - in packages/python-dhm/trunk/debian (changelog control rules)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sun Jun 14 16:17:26 UTC 2015
Date: Sunday, June 14, 2015 @ 16:17:24
Author: dktrkranz
Revision: 32980
Switch to dh_python2
Modified:
packages/python-dhm/trunk/debian/changelog
packages/python-dhm/trunk/debian/control
packages/python-dhm/trunk/debian/rules
Modified: packages/python-dhm/trunk/debian/changelog
===================================================================
--- packages/python-dhm/trunk/debian/changelog 2015-06-14 16:07:33 UTC (rev 32979)
+++ packages/python-dhm/trunk/debian/changelog 2015-06-14 16:17:24 UTC (rev 32980)
@@ -1,5 +1,7 @@
-python-dhm (0.6-4) UNRELEASED; urgency=low
+python-dhm (0.6-4) unstable; urgency=low
+ * Team upload.
+
[ Sandro Tosi ]
* debian/control
- bump Standards-Version to 3.8.2 (no changes needed)
@@ -8,8 +10,11 @@
* Use canonical URIs for Vcs-* fields.
* Drop obsolete Conflicts/Replaces with python2.3-dhm and python2.4-dhm.
- -- Jakub Wilk <jwilk at debian.org> Sat, 08 Jun 2013 18:08:45 +0200
+ [ Luca Falavigna ]
+ * Switch to dh_python2 (Closes: #786018).
+ -- Luca Falavigna <dktrkranz at debian.org> Sun, 14 Jun 2015 18:12:06 +0200
+
python-dhm (0.6-3) unstable; urgency=low
* debian/control
Modified: packages/python-dhm/trunk/debian/control
===================================================================
--- packages/python-dhm/trunk/debian/control 2015-06-14 16:07:33 UTC (rev 32979)
+++ packages/python-dhm/trunk/debian/control 2015-06-14 16:17:24 UTC (rev 32980)
@@ -3,19 +3,16 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), python
-Build-Depends-Indep: python-support (>= 0.3)
+Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.6.6-3~), dh-python
Standards-Version: 3.8.2
Homepage: http://www.wiggy.net/code/python-dhm/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-dhm/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-dhm/trunk/
-XS-Python-Version: all
Package: python-dhm
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
Description: collection of Python utilities / helper
A collection of various tools wich cover a broad range of things: classes
to make it easier to deal with LDAP and SQL databases, CGI-related tools,
Modified: packages/python-dhm/trunk/debian/rules
===================================================================
--- packages/python-dhm/trunk/debian/rules 2015-06-14 16:07:33 UTC (rev 32979)
+++ packages/python-dhm/trunk/debian/rules 2015-06-14 16:17:24 UTC (rev 32980)
@@ -30,7 +30,7 @@
dh_installdocs
dh_compress
dh_fixperms
- dh_pysupport
+ dh_python2
dh_installdeb
dh_shlibdeps
dh_gencontrol
More information about the Python-modules-commits
mailing list