[SCM] pd-extendedview/master: run fix-declare script on all the Pd-patches...

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Feb 21 22:24:43 UTC 2016


The following commit has been merged in the master branch:
commit c16e8c612ec30ae2f02410a04630b804055d1cf5
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sun Feb 21 23:21:48 2016 +0100

    run fix-declare script on all the Pd-patches...

diff --git a/debian/rules b/debian/rules
index 2615757..e66f690 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,7 @@ DEB_COMPRESS_EXCLUDE=/media/
 
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \
 ^(media/(cam[1-4].jpg|rotterdam360.jpg|grid.png|diver.mov)|debian/(changelog|copyright(|_hints|_newhints)))$
+
+binary-post-install/pd-extendedview::
+	find $(CURDIR)/debian/$(cdbs_curpkg)/ -type f -name "*.pd" \
+		-exec $(CURDIR)/debian/fix-declare.sh \{\} \;

-- 
pd-extendedview packaging



More information about the pkg-multimedia-commits mailing list