[Python-modules-commits] r15201 - in packages/python-geoclue/trunk/debian (4 files)
cjsmo-guest at users.alioth.debian.org
cjsmo-guest at users.alioth.debian.org
Tue Dec 28 21:38:25 UTC 2010
Date: Tuesday, December 28, 2010 @ 21:38:24
Author: cjsmo-guest
Revision: 15201
taking over maintenance of package, updated to use dh_python2
Modified:
packages/python-geoclue/trunk/debian/changelog
packages/python-geoclue/trunk/debian/control
packages/python-geoclue/trunk/debian/copyright
packages/python-geoclue/trunk/debian/rules
Modified: packages/python-geoclue/trunk/debian/changelog
===================================================================
--- packages/python-geoclue/trunk/debian/changelog 2010-12-28 10:32:05 UTC (rev 15200)
+++ packages/python-geoclue/trunk/debian/changelog 2010-12-28 21:38:24 UTC (rev 15201)
@@ -1,3 +1,16 @@
+python-geoclue (0.1.0-3) UNRELEASED; urgency=low
+
+ * After a discussion with Luca Falavigna, I am taking over maintenance of
+ the package.
+ * Updated debian/rules to use dh_python2.
+ * debian/control:
+ - Bump Standards-Version to 3.9.1, no changes needed.
+ - Increased debhelper and python version for use with dh_python2
+ - Updated Maintainers field with my info.
+ - Increased XS-P-V to >=2.6.
+
+ -- Charlie Smotherman <cjsmo at cableone.net> Tue, 28 Dec 2010 10:09:55 -0500
+
python-geoclue (0.1.0-2) unstable; urgency=medium
* Urgency medium to fix RC bugs.
Modified: packages/python-geoclue/trunk/debian/control
===================================================================
--- packages/python-geoclue/trunk/debian/control 2010-12-28 10:32:05 UTC (rev 15200)
+++ packages/python-geoclue/trunk/debian/control 2010-12-28 21:38:24 UTC (rev 15201)
@@ -1,12 +1,12 @@
Source: python-geoclue
Section: python
Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Luca Falavigna <dktrkranz at debian.org>
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python (>= 2.5), python-support, python-dbus, python-gobject
-Standards-Version: 3.8.4
-XS-Python-Version: >= 2.5
+Maintainer: Charlie Smotherman <cjsmo at cableone.net>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: python (>=2.6.5-2~), python-dbus, python-gobject
+Standards-Version: 3.9.1
+XS-Python-Version: >= 2.6
Homepage: http://live.gnome.org/gtg/soc/python_geoclue
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-geoclue/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-geoclue/trunk/
Modified: packages/python-geoclue/trunk/debian/copyright
===================================================================
--- packages/python-geoclue/trunk/debian/copyright 2010-12-28 10:32:05 UTC (rev 15200)
+++ packages/python-geoclue/trunk/debian/copyright 2010-12-28 21:38:24 UTC (rev 15201)
@@ -35,6 +35,7 @@
The Debian packaging is:
Copyright © 2010 Luca Falavigna <dktrkranz at debian.org>
+ Copyright © 2010 Charlie Smotherman <cjsmo at cableone.net>
and is licensed under the GPL version 3, see above.
Modified: packages/python-geoclue/trunk/debian/rules
===================================================================
--- packages/python-geoclue/trunk/debian/rules 2010-12-28 10:32:05 UTC (rev 15200)
+++ packages/python-geoclue/trunk/debian/rules 2010-12-28 21:38:24 UTC (rev 15201)
@@ -1,3 +1,3 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh --with python2 $@
More information about the Python-modules-commits
mailing list