[osm-gps-map] 47/153: libosmgpsmap0-dbg and python-osmgpsmap-dbg packages added

Ross Gammon ross-guest at moszumanska.debian.org
Tue May 13 19:58:59 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 e7231534cd1e98cea54a8ab3735fbead4871c3af
Author: David Paleino <dapal at debian.org>
Date:   Wed Feb 10 16:03:56 2010 +0100

    libosmgpsmap0-dbg and python-osmgpsmap-dbg packages added
---
 debian/changelog |  3 ++-
 debian/control   | 34 ++++++++++++++++++++++++++++++++++
 debian/rules     |  6 ++++++
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6e04d6a..6588aad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,9 +7,10 @@ osm-gps-map (0.6.0-1) UNRELEASED; urgency=low
     install examples in the -dev package, not with the shared library.
   * debian/control:
     - bump Standards-Version to 3.8.4, no changes needed
+    - libosmgpsmap0-dbg and python-osmgpsmap-dbg packages added
   * debian/libosmgpsmap0.symbols: new symbols added
 
- -- David Paleino <dapal at debian.org>  Wed, 10 Feb 2010 16:01:07 +0100
+ -- David Paleino <dapal at debian.org>  Wed, 10 Feb 2010 16:03:36 +0100
 
 osm-gps-map (0.5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index b33f1b8..db7ed71 100644
--- a/debian/control
+++ b/debian/control
@@ -44,6 +44,21 @@ Description: GTK+ library to embed OpenStreetMap maps
  co-ordinates, draws a GPS track, and points of interest on a moving map 
  display. Downloads map data from a number of websites, including 
  openstreetmap.org, openaerialmap.org and others.
+
+Package: libosmgpsmap0-dbg
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libosmgpsmap0 (= ${binary:Version})
+Priority: extra
+Section: debug
+Description: GTK+ library to embed OpenStreetMap maps - debugging symbols
+ libosmgpsmap is a library to embed maps in applications that when given GPS
+ co-ordinates, draws a GPS track, and points of interest on a moving map
+ display. Downloads map data from a number of websites, including
+ openstreetmap.org, openaerialmap.org and others.
+ .
+ This package contains the debugging symbols for the shared library.
     
 Package: python-osmgpsmap
 Section: python
@@ -60,3 +75,22 @@ Description: GTK+ library to embed OpenStreetMap maps - Python bindings
  openstreetmap.org, openaerialmap.org and others.
  .
  This package provides the Python bindings for the library.
+
+Package: python-osmgpsmap-dbg
+Section: debug
+Priority: extra
+Architecture: any
+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
+ co-ordinates, draws a GPS track, and points of interest on a moving map
+ display. Downloads map data from a number of websites, including
+ openstreetmap.org, openaerialmap.org and others.
+ .
+ This package provides the debugging symbols for the Python bindings of the
+ library.
diff --git a/debian/rules b/debian/rules
index 5c60ca4..cffb067 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,5 +34,11 @@ override_dh_auto_clean:
 	dh_clean compile osmgpsmap.pc python/osmgpsmap.c \
 		src/openstreetmap-gps-map stamp-h1
 
+override_dh_strip:
+	dh_strip --keep-debug --dbg-package=libosmgpsmap0-dbg
+	-mkdir -p $(CURDIR)/debian/python-osmgpsmap-dbg/usr/lib/debug/usr/lib/
+	-mv $(CURDIR)/debian/libosmgpsmap0-dbg/usr/lib/debug/usr/lib/pyshared \
+	    $(CURDIR)/debian/python-osmgpsmap-dbg/usr/lib/debug/usr/lib/
+
 %:
 	dh $@

-- 
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