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

sebastic pushed a commit to branch master
in repository geos.

commit fb2bf3c157324b18b77fb18b2116d944ce6b2337
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sat Aug 1 18:41:10 2015 +0200

    Explicitly remove static library for Ruby, not installed.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f5b1fdd..10591ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ geos (3.4.2-8) UNRELEASED; urgency=medium
   * Update symbols for amd64.
   * Use dh_install --list-missing.
   * Explicitly remove .la files, not installed.
+  * Explicitly remove static library for Ruby, not installed.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 19 Jul 2015 23:36:12 +0200
 
diff --git a/debian/rules b/debian/rules
index c64b17e..3adff5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,6 +87,9 @@ override_dh_install-arch:
        # Remove .la files
        find debian/tmp/usr/lib -name '*.la' -delete
 
+       # Remove static library for Ruby
+       rm -f debian/tmp/usr/lib/*/ruby/*/*/*.a
+
        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

_______________________________________________
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