[Python-modules-commits] r15000 - in packages/python-launchpadlib/trunk/debian (3 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Dec 4 00:55:47 UTC 2010


    Date: Saturday, December 4, 2010 @ 00:55:36
  Author: dktrkranz
Revision: 15000

Switch to dh_python2

Modified:
  packages/python-launchpadlib/trunk/debian/changelog
  packages/python-launchpadlib/trunk/debian/control
  packages/python-launchpadlib/trunk/debian/rules

Modified: packages/python-launchpadlib/trunk/debian/changelog
===================================================================
--- packages/python-launchpadlib/trunk/debian/changelog	2010-12-04 00:53:35 UTC (rev 14999)
+++ packages/python-launchpadlib/trunk/debian/changelog	2010-12-04 00:55:36 UTC (rev 15000)
@@ -1,11 +1,12 @@
-python-launchpadlib (1.8.0-1) UNRELEASED; urgency=low
+python-launchpadlib (1.8.0-1) unstable; urgency=low
 
   * New upstream release.
+  * Switch to dh_python2.
   * debian/control:
     - Depend on python-keyring.
     - Bump Standards-Version to 3.9.1, no changes required.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sat, 04 Dec 2010 01:53:02 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 04 Dec 2010 01:54:53 +0100
 
 python-launchpadlib (1.6.2-1) unstable; urgency=low
 

Modified: packages/python-launchpadlib/trunk/debian/control
===================================================================
--- packages/python-launchpadlib/trunk/debian/control	2010-12-04 00:53:35 UTC (rev 14999)
+++ packages/python-launchpadlib/trunk/debian/control	2010-12-04 00:55:36 UTC (rev 15000)
@@ -3,17 +3,17 @@
 Priority: optional
 Maintainer: Luca Falavigna <dktrkranz at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, James Westby <james.westby at ubuntu.com>
-Build-Depends: debhelper (>= 7.3.0), python (>= 2.4), python-setuptools, python-support
+Build-Depends: debhelper (>= 7.3.0), python (>= 2.6.5-2~), python-setuptools
 Standards-Version: 3.9.1
 Homepage: https://launchpad.net/launchpadlib
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-launchpadlib/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-launchpadlib/trunk/
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
 
 Package: python-launchpadlib
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-simplejson, python-httplib2 (>= 0.4.0), python-wadllib, python-lazr.restfulclient (>= 0.9.19), python-lazr.uri, python-oauth, python-keyring
-Breaks: bzr-pqm (<< 1.4.0~bzr67)
+Breaks: ${python:Breaks}
 Description: Launchpad web services client library
  A free Python library for scripting Launchpad through its web services
  interface.

Modified: packages/python-launchpadlib/trunk/debian/rules
===================================================================
--- packages/python-launchpadlib/trunk/debian/rules	2010-12-04 00:53:35 UTC (rev 14999)
+++ packages/python-launchpadlib/trunk/debian/rules	2010-12-04 00:55:36 UTC (rev 15000)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=python_distutils
+	dh $@ --with python2 --buildsystem=python_distutils
 
 override_dh_installchangelogs:
 	dh_installchangelogs src/launchpadlib/NEWS.txt




More information about the Python-modules-commits mailing list