[Python-modules-commits] r14995 - in packages/python-wadllib/trunk/debian (3 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sat Dec 4 00:42:38 UTC 2010
Date: Saturday, December 4, 2010 @ 00:42:21
Author: dktrkranz
Revision: 14995
Switch to dh_python2.
Modified:
packages/python-wadllib/trunk/debian/changelog
packages/python-wadllib/trunk/debian/control
packages/python-wadllib/trunk/debian/rules
Modified: packages/python-wadllib/trunk/debian/changelog
===================================================================
--- packages/python-wadllib/trunk/debian/changelog 2010-12-04 00:36:19 UTC (rev 14994)
+++ packages/python-wadllib/trunk/debian/changelog 2010-12-04 00:42:21 UTC (rev 14995)
@@ -3,6 +3,7 @@
* New upstream release.
* Repack upstream tarball to include COPYING.txt and HACKING.txt files,
they were removed from release tarball by mistake.
+ * Switch to dh_python2.
* debian/patches/no_package_data.patch:
- Do not install documentation files in Python module directory.
* debian/control:
@@ -10,7 +11,7 @@
* debian/docs:
- Install documentation files under /usr/share/doc.
- -- Luca Falavigna <dktrkranz at debian.org> Sat, 04 Dec 2010 01:35:44 +0100
+ -- Luca Falavigna <dktrkranz at debian.org> Sat, 04 Dec 2010 01:37:34 +0100
python-wadllib (1.1.4-2) unstable; urgency=low
Modified: packages/python-wadllib/trunk/debian/control
===================================================================
--- packages/python-wadllib/trunk/debian/control 2010-12-04 00:36:19 UTC (rev 14994)
+++ packages/python-wadllib/trunk/debian/control 2010-12-04 00:42:21 UTC (rev 14995)
@@ -3,16 +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/wadllib
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-wadllib/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-wadllib/trunk/
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
Package: python-wadllib
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-simplejson, python-lazr.uri
+Breaks: ${python:Breaks}
Description: Python library for navigating WADL files
The Web Application Description Language (WADL) is an XML vocabulary for
describing the capabilities of HTTP resources. wadllib can be used in
Modified: packages/python-wadllib/trunk/debian/rules
===================================================================
--- packages/python-wadllib/trunk/debian/rules 2010-12-04 00:36:19 UTC (rev 14994)
+++ packages/python-wadllib/trunk/debian/rules 2010-12-04 00:42:21 UTC (rev 14995)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh --buildsystem=python_distutils $@
+ dh $@ --with python2 --buildsystem=python_distutils
override_dh_installchangelogs:
dh_installchangelogs src/wadllib/NEWS.txt
More information about the Python-modules-commits
mailing list