[Python-modules-commits] r18111 - in packages/pyquery/trunk/debian (changelog control rules)
jmw at users.alioth.debian.org
jmw at users.alioth.debian.org
Wed Aug 10 13:42:54 UTC 2011
Date: Wednesday, August 10, 2011 @ 13:42:53
Author: jmw
Revision: 18111
Build with dh_python2
Modified:
packages/pyquery/trunk/debian/changelog
packages/pyquery/trunk/debian/control
packages/pyquery/trunk/debian/rules
Modified: packages/pyquery/trunk/debian/changelog
===================================================================
--- packages/pyquery/trunk/debian/changelog 2011-08-10 13:38:25 UTC (rev 18110)
+++ packages/pyquery/trunk/debian/changelog 2011-08-10 13:42:53 UTC (rev 18111)
@@ -2,8 +2,9 @@
* New upstream release
* Use dh_installdocs to install documentation, not dh_install
+ * Build with dh_python2
- -- Jonathan Wiltshire <jmw at debian.org> Wed, 10 Aug 2011 14:14:43 +0100
+ -- Jonathan Wiltshire <jmw at debian.org> Wed, 10 Aug 2011 14:42:32 +0100
pyquery (0.6.1-2) unstable; urgency=low
Modified: packages/pyquery/trunk/debian/control
===================================================================
--- packages/pyquery/trunk/debian/control 2011-08-10 13:38:25 UTC (rev 18110)
+++ packages/pyquery/trunk/debian/control 2011-08-10 13:42:53 UTC (rev 18111)
@@ -4,8 +4,8 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Jonathan Wiltshire <jmw at debian.org>,
TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 7), python-all (>= 2.5)
-Build-Depends-Indep: python-support (>= 0.5.3), python-setuptools
+Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3)
+Build-Depends-Indep: python-setuptools
X-Python-Version: >= 2.5
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyquery/trunk/
Modified: packages/pyquery/trunk/debian/rules
===================================================================
--- packages/pyquery/trunk/debian/rules 2011-08-10 13:38:25 UTC (rev 18110)
+++ packages/pyquery/trunk/debian/rules 2011-08-10 13:42:53 UTC (rev 18111)
@@ -5,4 +5,4 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh --with python2 $@
More information about the Python-modules-commits
mailing list