[Pkg-javascript-commits] [SCM] jqueryui branch, master, updated. upstream/1.10.1+dfsg-108-g6e8b822

Marcelo Jorge Vieira metal at alucinados.com
Wed Feb 20 02:42:57 UTC 2013


The following commit has been merged in the master branch:
commit 0591f86cf360cb2db5e91296f5dd1e2ac082bd1f
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Tue Feb 19 22:55:15 2013 -0300

    Updating get-orig-source rule

diff --git a/debian/rules b/debian/rules
index 29a0f96..971006c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,12 +44,18 @@ get-orig-source:
 	VERSION=`echo $$USCAN | sed -n 's/.*Newer version (\(.*\)) available.*/\1/p'` ; \
 	cd $$TMP ; \
 	mkdir jqueryui-$$VERSION; \
-	unzip -q jquery-ui-$$VERSION.custom.zip -d jqueryui-$$VERSION; \
-	cd jqueryui-$$VERSION; \
+	unzip -o -q jquery-ui-$$VERSION.custom.zip -d jqueryui-$$VERSION; \
+	cd jqueryui-$$VERSION ; \
+	mv jquery-ui-$$VERSION.custom/* . ; \
+	rm -rf jquery-ui-$$VERSION.custom ; \
 	rm -rf js ; \
+	rm -f css/smoothness/*.min.css ; \
 	rm -f development-bundle/jquery-*.js ; \
+	rm -f development-bundle/grunt.js ; \
 	rm -rf development-bundle/external ; \
 	rm -rf development-bundle/ui/minified/ ; \
+	rm -rf development-bundle/themes/base/minified/ ; \
+	rm -rf development-bundle/themes/smoothness/minified/ ; \
 	cd .. ; \
 	tar c jqueryui-$$VERSION | gzip -9 > jqueryui_$$VERSION+dfsg.orig.tar.gz ; \
 	rm -rf jqueryui-$$VERSION ; \

-- 
jqueryui



More information about the Pkg-javascript-commits mailing list