[SCM] faust/master: (pseudo) build-target to fetch missing sources

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Sep 28 08:30:39 UTC 2016


The following commit has been merged in the master branch:
commit b93b1fb5802366a5ce306a201331892eac8023c1
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Sep 27 21:33:30 2016 +0200

    (pseudo) build-target to fetch missing sources

diff --git a/debian/rules b/debian/rules
index 0bae6f4..b60e75c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,3 +59,15 @@ clean:: manpageclean
 binary-install/faust:: fixinstall
 install/faust-common:: fixinstall
 
+
+.PHONY: missing-sources
+
+missing-sources: debian/missing-sources/jquery-1.4.2.js
+debian/missing-sources/jquery-1.4.2.js:
+	wget -O $@ https://raw.githubusercontent.com/jquery/jquery/1.4.2/jquery.js
+missing-sources: debian/missing-sources/jquery-1.7.1.js
+debian/missing-sources/jquery-1.7.1.js:
+	wget -O $@ https://raw.githubusercontent.com/jquery/jquery/1.7.1/jquery.js
+missing-sources: debian/missing-sources/underscore-0.5.5.js
+debian/missing-sources/underscore-0.5.5.js:
+	wget -O $@ https://raw.githubusercontent.com/jashkenas/underscore/0.5.5/underscore.js

-- 
faust packaging



More information about the pkg-multimedia-commits mailing list