[libwnck] 25/38: debian/rules: Remove unwanted (cruft) files after build.

Mike Gabriel sunweaver at debian.org
Mon Feb 8 15:01:19 UTC 2016


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

sunweaver pushed a commit to branch master
in repository libwnck.

commit 6b99addd8dac5bf0cb1439522d11e17f3dfc3079
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Feb 8 12:49:55 2016 +0100

    debian/rules: Remove unwanted (cruft) files after build.
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 9926897..5d30a28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,5 +17,13 @@ DEB_CONFIGURE_EXTRA_FLAGS += \
 
 DEB_DH_INSTALL_ARGS += --fail-missing
 
+common-install-indep:: remove-cruft
+common-install-arch:: remove-cruft
+
+remove-cruft::
+	rm -fv debian/tmp/usr/lib/*/*.la
+	rm -fv debian/tmp/usr/bin/wnck-urgency-monitor
+	rm -fv debian/tmp/usr/bin/wnckprop
+
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..

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



More information about the pkg-mate-commits mailing list