[Python-modules-commits] r17905 - in packages/python-solrpy/trunk/debian (control rules)
ockham-guest at users.alioth.debian.org
ockham-guest at users.alioth.debian.org
Sun Jul 24 17:54:11 UTC 2011
Date: Sunday, July 24, 2011 @ 17:54:10
Author: ockham-guest
Revision: 17905
Migrate to dh_python2.
Modified:
packages/python-solrpy/trunk/debian/control
packages/python-solrpy/trunk/debian/rules
Modified: packages/python-solrpy/trunk/debian/control
===================================================================
--- packages/python-solrpy/trunk/debian/control 2011-07-24 16:19:38 UTC (rev 17904)
+++ packages/python-solrpy/trunk/debian/control 2011-07-24 17:54:10 UTC (rev 17905)
@@ -3,10 +3,10 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Bernhard Reiter <ockham at raz.or.at>
-Build-Depends: debhelper (>= 7.0.50~), python-all, python-support,
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~),
python-setuptools, python-nose (>= 0.10.1), solr-common,
solr-tomcat | solr-jetty
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://code.google.com/p/solrpy/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-solrpy/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-solrpy/trunk/
Modified: packages/python-solrpy/trunk/debian/rules
===================================================================
--- packages/python-solrpy/trunk/debian/rules 2011-07-24 16:19:38 UTC (rev 17904)
+++ packages/python-solrpy/trunk/debian/rules 2011-07-24 17:54:10 UTC (rev 17905)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_install:
dh_auto_install
More information about the Python-modules-commits
mailing list