[Python-modules-commits] r15530 - in packages/python-geoclue/trunk/debian (control rules)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Mon Feb 7 22:49:04 UTC 2011
Date: Monday, February 7, 2011 @ 22:49:00
Author: dktrkranz
Revision: 15530
Fix versioning
Modified:
packages/python-geoclue/trunk/debian/control
packages/python-geoclue/trunk/debian/rules
Modified: packages/python-geoclue/trunk/debian/control
===================================================================
--- packages/python-geoclue/trunk/debian/control 2011-02-07 22:45:15 UTC (rev 15529)
+++ packages/python-geoclue/trunk/debian/control 2011-02-07 22:49:00 UTC (rev 15530)
@@ -4,7 +4,7 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Charlie Smotherman <cjsmo at cableone.net>
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python (>=2.6.6-3), python-dbus, python-gobject
+Build-Depends-Indep: python (>=2.6.6-3~), python-dbus, python-gobject
Standards-Version: 3.9.1
X-Python-Version: >= 2.6
Homepage: http://live.gnome.org/gtg/soc/python_geoclue
Modified: packages/python-geoclue/trunk/debian/rules
===================================================================
--- packages/python-geoclue/trunk/debian/rules 2011-02-07 22:45:15 UTC (rev 15529)
+++ packages/python-geoclue/trunk/debian/rules 2011-02-07 22:49:00 UTC (rev 15530)
@@ -1,3 +1,3 @@
#!/usr/bin/make -f
%:
- dh --with python2 $@
+ dh $@ --with python2
More information about the Python-modules-commits
mailing list