[SCM] grits branch, master, updated. upstream/0.7-31-g328254f

Andy Spencer andy753421 at gmail.com
Thu Feb 16 16:40:07 UTC 2012


The following commit has been merged in the master branch:
commit 328254f690c4c2f9feb6ef165a1b42f6a1032c18
Author: Andy Spencer <andy753421 at gmail.com>
Date:   Thu Feb 16 16:37:25 2012 +0000

    Patch configure.ac to require gmodule-2.0

diff --git a/debian/changelog b/debian/changelog
index de20fb1..1066cb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 libgrits (0.7-1) unstable; urgency=low
 
   * New upstream release
+  * Patch configure.ac to require gmodule-2.0
 
- -- Andy Spencer <andy753421 at gmail.com>  Wed, 15 Feb 2012 05:57:03 +0000
+ -- Andy Spencer <andy753421 at gmail.com>  Thu, 16 Feb 2012 16:36:28 +0000
 
 libgrits (0.6.3-1) unstable; urgency=low
 
diff --git a/debian/patches/gmodule.patch b/debian/patches/gmodule.patch
new file mode 100644
index 0000000..a15e5fd
--- /dev/null
+++ b/debian/patches/gmodule.patch
@@ -0,0 +1,14 @@
+Description: Add explicit gmodule dependency
+Author: Andy Spencer <andy753421 at gmail.com>
+
+--- libgrits-0.7.orig/configure.ac
++++ libgrits-0.7/configure.ac
+@@ -26,7 +26,7 @@ PKG_PROG_PKG_CONFIG
+ GTK_DOC_CHECK(1.9)
+ 
+ # Check for required packages
+-PKG_CHECK_MODULES(GLIB,  glib-2.0 >= 2.14 gobject-2.0 gthread-2.0)
++PKG_CHECK_MODULES(GLIB,  glib-2.0 >= 2.14 gobject-2.0 gthread-2.0 gmodule-2.0)
+ PKG_CHECK_MODULES(CAIRO, cairo)
+ PKG_CHECK_MODULES(GTK,   gtk+-2.0 >= 2.16)
+ PKG_CHECK_MODULES(SOUP,  libsoup-2.4 >= 2.26)
diff --git a/debian/patches/series b/debian/patches/series
index fa8c452..9c5e439 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 libtool.patch
+gmodule.patch

-- 
A Virtual Globe library



More information about the Pkg-grass-devel mailing list