[Python-modules-commits] r24522 - in packages/pywapi/trunk/debian (changelog control rules)
asb at users.alioth.debian.org
asb at users.alioth.debian.org
Sat May 25 16:51:45 UTC 2013
Date: Saturday, May 25, 2013 @ 16:51:44
Author: asb
Revision: 24522
Transition to dh_python2.
Modified:
packages/pywapi/trunk/debian/changelog
packages/pywapi/trunk/debian/control
packages/pywapi/trunk/debian/rules
Modified: packages/pywapi/trunk/debian/changelog
===================================================================
--- packages/pywapi/trunk/debian/changelog 2013-05-25 12:28:51 UTC (rev 24521)
+++ packages/pywapi/trunk/debian/changelog 2013-05-25 16:51:44 UTC (rev 24522)
@@ -5,6 +5,7 @@
[ Andrew Starr-Bochicchio ]
* Fix broken debian/watch file. Thanks to Bart Martens.
+ * Transition to dh_python2.
-- Andrew Starr-Bochicchio <asb at debian.org> Fri, 24 May 2013 18:06:47 -0400
Modified: packages/pywapi/trunk/debian/control
===================================================================
--- packages/pywapi/trunk/debian/control 2013-05-25 12:28:51 UTC (rev 24521)
+++ packages/pywapi/trunk/debian/control 2013-05-25 16:51:44 UTC (rev 24522)
@@ -3,8 +3,9 @@
Priority: optional
Maintainer: Runa Sandvik <runa.sandvik at gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python-support (>= 0.5.3)
+Build-Depends: debhelper (>= 7), python-all
Standards-Version: 3.8.3
+X-Python-Version: >=2.5
Homepage: http://code.google.com/p/python-weather-api/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pywapi/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pywapi/trunk/
Modified: packages/pywapi/trunk/debian/rules
===================================================================
--- packages/pywapi/trunk/debian/rules 2013-05-25 12:28:51 UTC (rev 24521)
+++ packages/pywapi/trunk/debian/rules 2013-05-25 16:51:44 UTC (rev 24522)
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python2
More information about the Python-modules-commits
mailing list