[Pkg-sugar-commit] [sugar-artwork] 03/04: Avoid installing *.la file. Closes: bug#633205. Thanks to Neil Williams.

Jonas Smedegaard dr at jones.dk
Mon Apr 20 08:33:22 UTC 2015


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

js pushed a commit to annotated tag debian/0.84.4-3
in repository sugar-artwork.

commit 3a4d85280c819cb6af9fe2571b2fc44ccd322f6b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Sep 17 16:12:02 2011 +0200

    Avoid installing *.la file. Closes: bug#633205. Thanks to Neil Williams.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 6184572..6ace908 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,10 @@ DEB_UPSTREAM_TARBALL_MD5 = 7e657c921f79c34ff124390f4c0602dc
 binary-install/$(pkg)::
 	dh_icons -p$(cdbs_curpkg)
 
+# Remove unnecessary files
+binary-post-install/$(pkg)::
+	find $(DEB_DESTDIR)/usr/lib -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-artwork.git



More information about the pkg-sugar-commit mailing list