[osm-gps-map] 26/153: debian/patches/: 03-add_missing_include.patch, glib/gstdio.h was missing (Closes: #564907)

Ross Gammon ross-guest at moszumanska.debian.org
Tue May 13 19:58:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 3cc03f85c04c7146e6f0c20de777ce9ba3a13cc5
Author: David Paleino <dapal at debian.org>
Date:   Sun Jan 17 22:11:49 2010 +0100

    debian/patches/: 03-add_missing_include.patch, glib/gstdio.h was missing (Closes: #564907)
---
 debian/changelog                            |  8 +++++---
 debian/patches/03-add_missing_include.patch | 18 ++++++++++++++++++
 debian/patches/series                       |  1 +
 3 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bb172f8..201af3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
 osm-gps-map (0.4-2) UNRELEASED; urgency=low
 
-  * debian/patches/01-fix_shared_library_linking.patch added,
-    adds libraries to the linker
+  * debian/patches/:
+    - 01-fix_shared_library_linking.patch added, adds libraries to the linker
+    - 03-add_missing_include.patch, glib/gstdio.h was missing
+      (Closes: #564907)
 
- -- David Paleino <dapal at debian.org>  Thu, 14 Jan 2010 22:37:11 +0100
+ -- David Paleino <dapal at debian.org>  Sun, 17 Jan 2010 22:10:38 +0100
 
 osm-gps-map (0.4-1) unstable; urgency=low
 
diff --git a/debian/patches/03-add_missing_include.patch b/debian/patches/03-add_missing_include.patch
new file mode 100644
index 0000000..52bbe33
--- /dev/null
+++ b/debian/patches/03-add_missing_include.patch
@@ -0,0 +1,18 @@
+From: David Paleino <dapal at debian.org>
+Subject: add missing #include, which caused a missing prototype
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564907
+
+---
+ src/osm-gps-map.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- osm-gps-map.orig/src/osm-gps-map.c
++++ osm-gps-map/src/osm-gps-map.c
+@@ -34,6 +34,7 @@
+ #include <gdk/gdk.h>
+ #include <glib.h>
+ #include <glib/gprintf.h>
++#include <glib/gstdio.h>
+ #include <libsoup/soup.h>
+ 
+ #include "converter.h"
diff --git a/debian/patches/series b/debian/patches/series
index eaaea61..e72a04a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-fix_shared_library_linking.patch
 02-fix_python_library_linking.patch
+03-add_missing_include.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-gps-map.git



More information about the Pkg-grass-devel mailing list