[SCM] snd/master: Provided a way to fetch missing sources

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Jun 27 19:59:52 UTC 2016


The following commit has been merged in the master branch:
commit 63e95416aca184abbb722c0b06668877c3e5890d
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Jun 27 21:15:46 2016 +0200

    Provided a way to fetch missing sources

diff --git a/debian/rules b/debian/rules
index c94efb1..2536066 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,3 +99,14 @@ binary-post-install/snd-nox binary-post-install/snd-gtk-jack binary-post-install
 
 clean::
 	rm -f $(SND_MANPAGES)
+
+
+## missing sources for s7webserver/jqconsole.min.js
+##  it seems like the minification was done with a different version of
+##  'uglifyjs', as it doesn't produce the same output (whereas the current
+##  version of jqconsole builds reproducible)
+JQCONSOLE_COMMIT=96eb6c42434d2cd30c83cc9af4e3d574cd6c39c6
+s7webserver/jqconsole.min.js: debian/missing-sources/jqconsole.coffee
+	coffee -c -p $< | uglifyjs -m -o $@
+debian/missing-sources/jqconsole.coffee:
+	wget -O $@ https://raw.githubusercontent.com/replit/jq-console/$(JQCONSOLE_COMMIT)/src/jqconsole.coffee

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list