[SCM] pd-iemmatrix/master: Removed unwanted install-files (.la,...)

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Nov 12 19:38:11 UTC 2015


The following commit has been merged in the master branch:
commit f8e338dcaf9236e0d10875faaad16ff706dedd4c
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Nov 12 17:15:34 2015 +0100

    Removed unwanted install-files (.la,...)

diff --git a/debian/rules b/debian/rules
index 7f11940..393855d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,3 +35,9 @@ DEB_CONFIGURE_EXTRA_FLAGS += --with-extension=pd_linux --with-build-date="$(BUIL
 # remove generated files not cleaned up on "make clean"
 clean::
 	-rm -f VERSION.txt doc/iemmatrix-meta.pd
+
+binary-predeb/pd-iemmatrix::
+	# remove libtools leftovers
+	find "$(cdbs_curdestdir)" -name "*.la" -delete
+	# we rather link to the debian provided GPL-2
+	-rm -f "$(cdbs_curdestdir)/usr/lib/pd/extra/iemmatrix/LICENSE.txt"

-- 
pd-iemmatrix packaging



More information about the pkg-multimedia-commits mailing list