[SCM] mate-utils Debian package branch, master, updated. 1036bc4e9628b8b38acde851b142a7e0ea066cda

Mike Gabriel sunweaver at moszumanska.debian.org
Wed May 7 23:07:16 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-utils.git;a=commitdiff;h=802e1a0

The following commit has been merged in the master branch:
commit 802e1a0f70a07f51ff613ca71874dd6f3af245ab
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed May 7 23:56:05 2014 +0200

    debian/rules: Remove .la files before running dh_install.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 04d92f6..b7bacc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper \
 
 DEB_CONFIGURE_SCRIPT := ./autogen.sh
 
+common-install-indep::
+	rm -fv debian/tmp/usr/lib/*.la
+
 get-orig-source: $(PKG)_$(VER)$(DTYPE).orig.tar.xz $(info I: $(PKG)_$(VER)$(DTYPE))
 	@
 

-- 
mate-utils Debian package



More information about the pkg-mate-commits mailing list