[geos] 04/07: Explicitly remove .la files, not installed.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Aug 1 18:20:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository geos.
commit 8acfa928c970199ccda727041a5ff9f449753179
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Aug 1 18:36:33 2015 +0200
Explicitly remove .la files, not installed.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a114570..f5b1fdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ geos (3.4.2-8) UNRELEASED; urgency=medium
* Append v5 to library package names for GCC 5 transition.
* Update symbols for amd64.
* Use dh_install --list-missing.
+ * Explicitly remove .la files, not installed.
-- Bas Couwenberg <sebastic at debian.org> Sun, 19 Jul 2015 23:36:12 +0200
diff --git a/debian/rules b/debian/rules
index 32737ef..c64b17e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,6 +84,9 @@ override_dh_install-arch:
# Strip RPATH
chrpath --delete debian/tmp/usr/lib/php5/*/geos.so
+ # Remove .la files
+ find debian/tmp/usr/lib -name '*.la' -delete
+
dh_install --same-arch --list-missing
# remove the library from the -dev package
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geos.git
More information about the Pkg-grass-devel
mailing list