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

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


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

js pushed a commit to annotated tag debian/0.84.2-3
in repository sugar-base.

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

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

diff --git a/debian/rules b/debian/rules
index ef19178..89a0460 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 = 43b95182be1103202aa796b02b312bdf
 
+# 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