[Pkg-osm-commits] [SCM] osm-gps-map branch, master, updated. debian/0.7.3-1-21-gdf4d707

David Paleino dapal at debian.org
Wed Jun 27 07:31:03 UTC 2012


The following commit has been merged in the master branch:
commit c742ff669bc1d0b0944b1b5259d505fdbe4a25ec
Author: David Paleino <dapal at debian.org>
Date:   Tue Mar 6 19:15:20 2012 +0100

    Dropped python-osmgpsmap-dbg: all debugging symbols are now shipped in libosmgpsmap2-dbg.

diff --git a/debian/changelog b/debian/changelog
index 0379e14..4aeb15c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,10 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
   * Updated debian/copyright
   * Added more files to debian/clean
   * Build with introspection disabled
+  * Dropped python-osmgpsmap-dbg: all debugging symbols are now
+    shipped in libosmgpsmap2-dbg.
 
- -- David Paleino <dapal at debian.org>  Tue, 06 Mar 2012 19:09:53 +0100
+ -- David Paleino <dapal at debian.org>  Tue, 06 Mar 2012 19:15:03 +0100
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 02dc547..5652b99 100644
--- a/debian/control
+++ b/debian/control
@@ -63,7 +63,8 @@ Description: GTK+ library to embed OpenStreetMap maps - debugging symbols
  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.
+ This package contains the debugging symbols for the shared library and its
+ Python bindings.
     
 Package: python-osmgpsmap
 Section: python
@@ -72,6 +73,7 @@ Depends: ${misc:Depends}
  , ${shlibs:Depends}
  , ${python:Depends}
 Provides: ${python:Provides}
+Suggests: libosmgpsmap2-dbg
 Description: GTK+ library to embed OpenStreetMap maps - Python bindings
  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 
@@ -79,21 +81,3 @@ 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})
-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 a676ca0..6183992 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,9 +43,6 @@ override_dh_auto_clean:
 
 override_dh_strip:
 	dh_strip --keep-debug --dbg-package=libosmgpsmap2-dbg
-	-mkdir -p $(CURDIR)/debian/python-osmgpsmap-dbg/usr/lib/debug/usr/lib/
-	-mv $(CURDIR)/debian/libosmgpsmap2-dbg/usr/lib/debug/usr/lib/python* \
-	    $(CURDIR)/debian/python-osmgpsmap-dbg/usr/lib/debug/usr/lib/
 
 %:
 	dh $@ \

-- 
GTK+ library to embed OpenStreetMap maps



More information about the Pkg-osm-commits mailing list