[Pkg-sugar-commit] [sugar-base] 05/08: Remove la file. Closes: bug#633284.

Jonas Smedegaard dr at jones.dk
Fri Apr 17 07:41:49 UTC 2015


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

js pushed a commit to annotated tag debian/0.86.0-6
in repository sugar-base.

commit 4ffadabd51e31e108e94bfccf5fff2a43da3478c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jul 25 00:32:43 2011 +0200

    Remove la file. Closes: bug#633284.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 080b8e6..a7b2990 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,10 @@ DEB_UPSTREAM_URL = http://download.sugarlabs.org/sources/sucrose/glucose/$(DEB_U
 DEB_UPSTREAM_TARBALL_EXTENSION = tar.bz2
 DEB_UPSTREAM_TARBALL_MD5 = 320f418a4f38d4c15402ff80b7845ab1
 
+# Remove .la file
+binary-post-install/$(pkg)::
+	find $(DEB_DESTDIR)/usr -type f -name '*.la' -delete
+
 # Strip hardcoded rpath
 binary-strip/$(pkg)::
 	find $(DEB_DESTDIR)/usr/lib -type f -name '*.so' -exec chrpath -d '{}' ';'

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



More information about the pkg-sugar-commit mailing list