[mate-system-tools] 14/20: debian/rules: Clean-up .la files before packaging everything in.

Mike Gabriel sunweaver at debian.org
Sat Oct 25 07:59:33 UTC 2014


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

sunweaver pushed a commit to branch master
in repository mate-system-tools.

commit b2889a3bb773a3091dc0ee8c9602699888dc7372
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Oct 25 04:05:50 2014 +0200

    debian/rules: Clean-up .la files before packaging everything in.
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index bebe307..6f9d2fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,12 @@ DEB_CONFIGURE_SCRIPT := ./autogen.sh
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
 
+common-install-indep:: remove-cruft
+common-install-arch:: remove-cruft
+
+remove-cruft::
+	rm -fv debian/tmp/usr/lib/*/caja/extensions-2.0/*.la
+
 get-orig-source: $(PKG)_$(VER)$(DTYPE).orig.tar.xz $(info I: $(PKG)_$(VER)$(DTYPE))
 	@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-system-tools.git



More information about the pkg-mate-commits mailing list