[SCM] pd-moonlib/master: Stripped externals

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Jan 5 19:22:11 UTC 2017


The following commit has been merged in the master branch:
commit e147c5d27e134c64335c61a33ba1964b76620e8f
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 5 17:22:06 2017 +0100

    Stripped externals

diff --git a/debian/rules b/debian/rules
index b5ca44a..4b12274 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,3 +29,7 @@ override_dh_auto_install:
 override_dh_shlibdeps:
 	dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \
 		-T$(CURDIR)/debian/$(PACKAGE).substvars
+override_dh_strip:
+	dh_strip
+	find debian -name "*.pd_linux" -exec \
+		strip --remove-section=.comment --remove-section=.note --strip-unneeded {} +

-- 
pd-moonlib packaging



More information about the pkg-multimedia-commits mailing list