[Git][debian-gis-team/osm-gps-map][master] 6 commits: Add d-shlibmove override for libfribidi0-dev -> libfribidi-dev.

Bas Couwenberg gitlab at salsa.debian.org
Thu May 3 12:43:38 BST 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / osm-gps-map


Commits:
0640b78a by Bas Couwenberg at 2018-05-03T12:54:49+02:00
Add d-shlibmove override for libfribidi0-dev -> libfribidi-dev.

- - - - -
908c3886 by Bas Couwenberg at 2018-05-03T13:04:22+02:00
Explicitly remove files not included in any package.

- - - - -
76f28961 by Bas Couwenberg at 2018-05-03T13:04:42+02:00
Close bug in changelog.

- - - - -
52da785c by Bas Couwenberg at 2018-05-03T13:34:37+02:00
Drop obsolete dbg package.

- - - - -
c9df71c8 by Bas Couwenberg at 2018-05-03T13:34:37+02:00
Update Homepage URL to use HTTPS.

- - - - -
7740583c by Bas Couwenberg at 2018-05-03T13:34:37+02:00
Set distribution to unstable.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,16 @@
-osm-gps-map (1.1.0-3) UNRELEASED; urgency=medium
+osm-gps-map (1.1.0-3) unstable; urgency=medium
 
+  * Team upload.
   * Update copyright-format URL to use HTTPS.
   * Update Vcs-* URLs for Salsa.
   * Bump Standards-Version to 4.1.4, no changes.
+  * Add d-shlibmove override for libfribidi0-dev -> libfribidi-dev.
+    (closes: #897468)
+  * Explicitly remove files not included in any package.
+  * Drop obsolete dbg package.
+  * Update Homepage URL to use HTTPS.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sun, 21 Jan 2018 10:13:28 +0100
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 03 May 2018 13:07:42 +0200
 
 osm-gps-map (1.1.0-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: David Paleino <dapal at debian.org>,
            Ross Gammon <rossgammon at mail.dk>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9~),
+Build-Depends: debhelper (>= 9.20160114),
                libtool,
                automake,
                dh-autoreconf,
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 9~),
 Standards-Version: 4.1.4
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/osm-gps-map
 Vcs-Git: https://salsa.debian.org/debian-gis-team/osm-gps-map.git
-Homepage: http://nzjrs.github.com/osm-gps-map/
+Homepage: https://nzjrs.github.com/osm-gps-map/
 
 Package: libosmgpsmap-1.0-dev
 Architecture: any
@@ -59,23 +59,6 @@ Description: GTK+ library to embed OpenStreetMap maps
  display. Downloads map data from a number of websites, including
  openstreetmap.org, openaerialmap.org and others.
 
-Package: libosmgpsmap-1.0-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libosmgpsmap-1.0-1 (= ${binary:Version}),
-         ${misc:Depends}
-Conflicts: libosmgpsmap-1.0-0-dbg
-Replaces: libosmgpsmap-1.0-0-dbg
-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 and its
- Python bindings.
-
 Package: gir1.2-osmgpsmap-1.0
 Architecture: any
 Section: introspection


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -24,20 +24,30 @@ override_dh_auto_configure:
 
 override_dh_install:
 	find debian/tmp -name '*.la' -delete
+
 	d-shlibmove --commit \
 		    --multiarch \
 		    --override s/libgtk-3-0-dev/libgtk-3-dev/ \
 		    --override s/libsoup-2.4-1-dev/libsoup2.4-dev/ \
 		    --override s/libcairo-gobject2-dev/libcairo2-dev/ \
+		    --override s/libfribidi0-dev/libfribidi-dev/ \
 		    --override s/libgdk-3-0-dev/libgtk-3-dev/ \
 		    --movedev debian/tmp/usr/include/* usr/include \
 		    --devunversioned \
 		    debian/tmp/usr/lib/*/lib*.so
+
+	# Explicitly remove files not included in any package
+	$(RM) debian/tmp/usr/share/doc/osm-gps-map/AUTHORS
+	$(RM) debian/tmp/usr/share/doc/osm-gps-map/ChangeLog
+	$(RM) debian/tmp/usr/share/doc/osm-gps-map/COPYING
+	$(RM) debian/tmp/usr/share/doc/osm-gps-map/NEWS
+	$(RM) debian/tmp/usr/share/doc/osm-gps-map/README
+
 	dh_install --list-missing
 
 override_dh_makeshlibs:
 	dh_makeshlibs -- -v$(UPSTREAM_VERSION)
 
 override_dh_strip:
-	dh_strip --keep-debug --dbg-package=libosmgpsmap-1.0-dbg
+	dh_strip --dbgsym-migration='libosmgpsmap-1.0-dbg (<< 1.1.0-3~)'
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/osm-gps-map/compare/4945959c71a4d936095f07cd5c1dc5b6c208334a...7740583c44e4c84f589ed6d496412e28ee1a0aea

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm-gps-map/compare/4945959c71a4d936095f07cd5c1dc5b6c208334a...7740583c44e4c84f589ed6d496412e28ee1a0aea
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180503/cece6423/attachment-0001.html>


More information about the Pkg-grass-devel mailing list