[SCM] libspatialindex branch, master, updated. upstream/1.7.0-29-g8f2f076

Bas Couwenberg sebastic at xs4all.nl
Fri Jan 10 19:30:53 UTC 2014


The following commit has been merged in the master branch:
commit 61cbfbdec3aa7069da3a2ed10fbab8b8769d0e2b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 10 19:42:04 2014 +0100

    Remove .la files before install.

diff --git a/debian/changelog b/debian/changelog
index 07705f6..46abe9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ spatialindex (1.8.1-1) UNRELEASED; urgency=low
   * Update copyright file using copyright-format 1.0.
   * Add lintian override for debian-watch-may-check-gpg-signature,
     upstream doesn't provide signatures for verification.
+  * Remove .la files before install.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 10 Jan 2014 16:38:53 +0100
 
diff --git a/debian/rules b/debian/rules
index e4f7767..d16f589 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,8 @@ SPATIALINDEX_VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)
 	dh $@ --with autoreconf
 
 override_dh_install:
+	$(RM) $(CURDIR)/debian/tmp/usr/lib/*/*.la
+
 	dh_install --autodest --list-missing
 
 override_dh_makeshlibs:

-- 
A general framework for developing spatial indices



More information about the Pkg-grass-devel mailing list