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

sebastic pushed a commit to branch master
in repository sfcgal.

commit d963a10d5b72fb2267e889bca7af724c3e0b0581
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Oct 2 17:06:46 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 60422f0..3e3ee2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ sfcgal (1.2.0-1) UNRELEASED; urgency=medium
   * Install NEWS file as upstream changelog.
   * Use -DCMAKE_BUILD_TYPE=RelWithDebInfo instead of None.
   * Update symbols for amd64.
+  * Explicitly remove .la files, not installed.
 
  -- Sven Geggus <sven-deb...@geggus.net>  Fri, 18 Sep 2015 17:47:24 +0200
 
diff --git a/debian/rules b/debian/rules
index 70e93e4..d1472c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,9 @@ override_dh_install:
        # removing embedded rpath in libraries
        -find $(CURDIR)/debian/tmp/usr/lib -name "*.so*" -type f -exec chrpath 
--delete {} \;
 
+       # Remove .la files
+       $(RM) $(CURDIR)/debian/tmp/usr/lib/libSFCGAL.la
+
        dh_install --list-missing
 
 override_dh_installchangelogs:

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to