Bas Couwenberg pushed to branch master at Debian GIS Project / osm-gps-map
Commits: 06bb200c by Bas Couwenberg at 2025-04-16T20:08:25+02:00 Set distribution to unstable. - - - - - 98774f03 by Bas Couwenberg at 2025-04-16T20:18:00+02:00 Add dependencies suggests by dh_girepository. - - - - - 8e0cf77f by Bas Couwenberg at 2025-04-16T20:18:00+02:00 Set distribution to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/osm_gps_map_track_add_point.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,10 +1,13 @@ -osm-gps-map (1.2.0-4) UNRELEASED; urgency=medium +osm-gps-map (1.2.0-4) unstable; urgency=medium * Team upload. * Bump Standards-Version to 4.7.2, no changes. * Fix old FSF address in copyright file. + * Add patch to fix gpxviewer. + (closes: #1103354) + * Add dependencies suggests by dh_girepository. - -- Bas Couwenberg <[email protected]> Thu, 20 Mar 2025 06:14:14 +0100 + -- Bas Couwenberg <[email protected]> Wed, 16 Apr 2025 20:08:29 +0200 osm-gps-map (1.2.0-3) unstable; urgency=medium ===================================== debian/control ===================================== @@ -8,6 +8,8 @@ Priority: optional Build-Depends: autoconf-archive, debhelper-compat (= 13), dh-sequence-gir, + gir1.2-gobject-2.0-dev <!nogir>, + gir1.2-gtk-3.0-dev <!nogir>, gobject-introspection, gtk-doc-tools, libcairo2-dev, @@ -30,8 +32,10 @@ Depends: libosmgpsmap-1.0-1 (= ${binary:Version}), libglib2.0-dev, libgtk-3-dev, libsoup-3.0-dev, + ${gir:Depends}, ${misc:Depends} -Provides: gir1.2-osmgpsmap-1.0-dev (= ${binary:Version}) +Provides: gir1.2-osmgpsmap-1.0-dev (= ${binary:Version}), + ${gir:Provides} Description: GTK+ library to embed OpenStreetMap maps - development files 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 ===================================== debian/patches/osm_gps_map_track_add_point.patch ===================================== @@ -0,0 +1,16 @@ +Description: Mark first parameter of osm_gps_map_track_add_point as in. +Author: loqs (https://github.com/loqs) +Bug: https://github.com/nzjrs/osm-gps-map/issues/106 +Bug-Debian: https://bugs.debian.org/1103354 + +--- a/src/osm-gps-map-track.h ++++ b/src/osm-gps-map-track.h +@@ -72,7 +72,7 @@ GType osm_gps_map_track_get_type (void) G_GNUC_CONST; + OsmGpsMapTrack * osm_gps_map_track_new (void); + /** + * osm_gps_map_track_add_point: +- * @track: (inout): a #OsmGpsMapTrack ++ * @track: (in): a #OsmGpsMapTrack + * @point: (in): a #OsmGpsMapPoint point to add + * + * Add a point to track ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ 01-fix_LFS_support.patch 0001-Drop-support-for-libsoup-older-than-2.42.patch 0001-Port-to-libsoup3.patch +osm_gps_map_track_add_point.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/osm-gps-map/-/compare/e4007dd31ff15ffc8134b8c9fb2c53ae176d7a5a...8e0cf77faec058d110ab8a25bd00f98a97569eec -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osm-gps-map/-/compare/e4007dd31ff15ffc8134b8c9fb2c53ae176d7a5a...8e0cf77faec058d110ab8a25bd00f98a97569eec You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
