[osm-gps-map] 98/153: Package switch from pysupport to dh_python2
Ross Gammon
ross-guest at moszumanska.debian.org
Tue May 13 19:59:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository osm-gps-map.
commit a8a4330d13cb37a3bf3d2da1ea9c9d8d852bc449
Author: David Paleino <dapal at debian.org>
Date: Tue Sep 13 17:01:17 2011 +0200
Package switch from pysupport to dh_python2
---
debian/changelog | 3 ++-
debian/control | 7 ++-----
debian/rules | 3 ++-
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b55757d..baa07c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
* Don't install *.la files anymore (Closes: #621487)
* Standards-Version bump to 3.9.2, no changes needed
* debhelper compatibility bump to 8
+ * Package switch from pysupport to dh_python2
- -- David Paleino <dapal at debian.org> Tue, 13 Sep 2011 17:00:15 +0200
+ -- David Paleino <dapal at debian.org> Tue, 13 Sep 2011 17:01:06 +0200
osm-gps-map (0.7.3-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ac9f9e3..3ce1b40 100644
--- a/debian/control
+++ b/debian/control
@@ -14,11 +14,10 @@ Build-Depends:
, python-gobject-dev (>= 2.16.0)
, python-gtk2-dev (>= 2.10.0)
, libcairo2-dev (>= 1.8)
- , python-support (>= 0.90.0)
- , python-all-dev
+ , python-all-dev (>= 2.6.6-3~)
, gnome-common
, gtk-doc-tools (>= 1.12)
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
Standards-Version: 3.9.2
Homepage: http://nzjrs.github.com/osm-gps-map/
Vcs-Git: git://git.debian.org/pkg-osm/osm-gps-map.git
@@ -70,7 +69,6 @@ Architecture: any
Depends: ${misc:Depends}
, ${shlibs:Depends}
, ${python:Depends}
-XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: GTK+ library to embed OpenStreetMap maps - Python bindings
libosmgpsmap is a library to embed maps in applications that when given GPS
@@ -88,7 +86,6 @@ Depends: ${misc:Depends}
, ${shlibs:Depends}
, ${python:Depends}
, python-osmgpsmap (= ${binary:Version})
-XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: GTK+ library to embed OpenStreetMap maps - debugging symbols
libosmgpsmap is a library to embed maps in applications that when given GPS
diff --git a/debian/rules b/debian/rules
index 3421bf7..faf8a71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,4 +44,5 @@ override_dh_strip:
$(CURDIR)/debian/python-osmgpsmap-dbg/usr/lib/debug/usr/lib/
%:
- dh $@
+ dh $@ \
+ --with python2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-gps-map.git
More information about the Pkg-grass-devel
mailing list