[SCM] libspatialindex branch, master, updated. upstream/1.8.1-31-g821fcb8

Bas Couwenberg sebastic at xs4all.nl
Fri Jan 10 20:20:37 UTC 2014


The following commit has been merged in the master branch:
commit 821fcb880f78b23153e31575d25f3429a5d6e3b8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 10 21:18:56 2014 +0100

    Add patch to include linking to libspatialindex in pkg-config file.

diff --git a/debian/changelog b/debian/changelog
index 7b2d86d..7ec8e27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ spatialindex (1.8.1-1) unstable; urgency=low
   * Bump Standards-Version to 3.9.5, changes: minimal dh rules, Multi-Arch,
     Vcs-* fields, shared library changes, copyright.
   * Add patch to modernize the build system.
+  * Add patch to include linking to libspatialindex in pkg-config file.
+    (closes: #679690)
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 10 Jan 2014 20:30:00 +0100
 
diff --git a/debian/patches/pkgconfig.patch b/debian/patches/pkgconfig.patch
new file mode 100644
index 0000000..38c1546
--- /dev/null
+++ b/debian/patches/pkgconfig.patch
@@ -0,0 +1,14 @@
+Description: Update pkg-config to include linking libspatialindex
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Bug-Debian: http://bugs.debian.org/679690
+Last-Update: 2014-01-10
+--- a/src/libspatialindex.pc.in
++++ b/src/libspatialindex.pc.in
+@@ -7,6 +7,6 @@ Name: libspatialindex
+ Description: Generic C/C++ library for spatial indexing
+ Requires: 
+ Version: @PACKAGE_VERSION@
+-Libs: -L at libdir@ @LDFLAGS@
++Libs: -L at libdir@ -lspatialindex @LDFLAGS@
+ Cflags: -I${includedir}/spatialindex @CFLAGS@ @CPPFLAGS@
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 2af3136..3f17d27 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 buildsystem.patch
+pkgconfig.patch

-- 
A general framework for developing spatial indices



More information about the Pkg-grass-devel mailing list