[geos] 05/07: Explicitly remove static library for Ruby, 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 fb2bf3c157324b18b77fb18b2116d944ce6b2337
Author: Bas Couwenberg <sebastic at 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 <sebastic at 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



More information about the Pkg-grass-devel mailing list