diff -Nru osm-gps-map-1.1.0/debian/changelog osm-gps-map-1.1.0/debian/changelog --- osm-gps-map-1.1.0/debian/changelog 2017-11-20 13:15:43.000000000 +0000 +++ osm-gps-map-1.1.0/debian/changelog 2018-05-03 11:07:42.000000000 +0000 @@ -1,3 +1,17 @@ +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 Thu, 03 May 2018 13:07:42 +0200 + osm-gps-map (1.1.0-2) unstable; urgency=medium * Team upload. diff -Nru osm-gps-map-1.1.0/debian/control osm-gps-map-1.1.0/debian/control --- osm-gps-map-1.1.0/debian/control 2017-11-20 07:44:22.000000000 +0000 +++ osm-gps-map-1.1.0/debian/control 2018-05-03 11:07:42.000000000 +0000 @@ -5,7 +5,7 @@ Ross Gammon Section: science Priority: optional -Build-Depends: debhelper (>= 9~), +Build-Depends: debhelper (>= 9.20160114), libtool, automake, dh-autoreconf, @@ -19,10 +19,10 @@ gnome-common, gtk-doc-tools, gobject-introspection -Standards-Version: 4.1.1 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/osm-gps-map.git -Vcs-Git: https://anonscm.debian.org/git/pkg-grass/osm-gps-map.git -Homepage: http://nzjrs.github.com/osm-gps-map/ +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: https://nzjrs.github.com/osm-gps-map/ Package: libosmgpsmap-1.0-dev Architecture: any @@ -59,23 +59,6 @@ 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 diff -Nru osm-gps-map-1.1.0/debian/copyright osm-gps-map-1.1.0/debian/copyright --- osm-gps-map-1.1.0/debian/copyright 2015-11-26 21:14:18.000000000 +0000 +++ osm-gps-map-1.1.0/debian/copyright 2018-01-21 09:13:22.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Source: https://github.com/nzjrs/osm-gps-map/ Files: * diff -Nru osm-gps-map-1.1.0/debian/rules osm-gps-map-1.1.0/debian/rules --- osm-gps-map-1.1.0/debian/rules 2017-11-20 13:05:05.000000000 +0000 +++ osm-gps-map-1.1.0/debian/rules 2018-05-03 11:07:42.000000000 +0000 @@ -24,20 +24,30 @@ 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~)'