Your message dated Sat, 14 Mar 2026 11:48:35 +0000
with message-id <[email protected]>
and subject line Released with 13.4
has caused the Debian Bug report #1129425,
regarding trixie-pu: package gnuais/0.3.3-9.1+deb13u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1129425: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129425
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:gnuais
User: [email protected]
Usertags: pu
* Add patch from Apostolos Kefalas to fix displaying the map
in gnuaisgui. (Closes: #1035657)
Not a recent regression, but made one binary package rather
useless and is easy to fix.
diffstat for gnuais-0.3.3 gnuais-0.3.3
changelog | 8 ++++++++
patches/fix-map.patch | 13 +++++++++++++
patches/series | 1 +
3 files changed, 22 insertions(+)
diff -Nru gnuais-0.3.3/debian/changelog gnuais-0.3.3/debian/changelog
--- gnuais-0.3.3/debian/changelog 2024-06-20 20:32:11.000000000 +0300
+++ gnuais-0.3.3/debian/changelog 2025-12-13 20:14:59.000000000 +0200
@@ -1,3 +1,11 @@
+gnuais (0.3.3-9.1+deb13u1) trixie; urgency=medium
+
+ * Non-maintainer upload.
+ * Add patch from Apostolos Kefalas to fix displaying the map
+ in gnuaisgui. (Closes: #1035657)
+
+ -- Adrian Bunk <[email protected]> Sat, 13 Dec 2025 20:14:59 +0200
+
gnuais (0.3.3-9.1) unstable; urgency=medium
* Non-maintainer upload
diff -Nru gnuais-0.3.3/debian/patches/fix-map.patch
gnuais-0.3.3/debian/patches/fix-map.patch
--- gnuais-0.3.3/debian/patches/fix-map.patch 1970-01-01 02:00:00.000000000
+0200
+++ gnuais-0.3.3/debian/patches/fix-map.patch 2025-12-13 20:13:02.000000000
+0200
@@ -0,0 +1,13 @@
+--- gnuais/src/gui/gui.c 2023-11-14 14:09:37.607737397 +0200
++++ gnuais-fixed/src/gui/gui.c 2023-05-10 10:40:25.881124858 +0300
+@@ -540,7 +540,9 @@
+ // (scrolled_window),
+ // drawing_area);
+ //osmmap = osm_gps_map_new ();
+- osmmap = g_object_new (OSM_TYPE_GPS_MAP,
++ osmmap = g_object_new (OSM_TYPE_GPS_MAP,
++ "map-source", OSM_GPS_MAP_SOURCE_OPENSTREETMAP,
++ "user-agent", "GnuAIS",
+ NULL);
+ // <-- End workaround
+ int tmp;
diff -Nru gnuais-0.3.3/debian/patches/series gnuais-0.3.3/debian/patches/series
--- gnuais-0.3.3/debian/patches/series 2024-06-20 20:32:11.000000000 +0300
+++ gnuais-0.3.3/debian/patches/series 2025-12-13 20:13:25.000000000 +0200
@@ -1,3 +1,4 @@
01_conf_location.patch
02_fix_inline_functions.patch
0003-Fix-compile-error-for-GCC-10.patch
+fix-map.patch
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 13.4
This update has been released as part of Debian 13.4.
--- End Message ---