[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:58 UTC 2013


The following commit has been merged in the master branch:
commit 3a772e5c7e523f4a4a61be09bcf4c7b2b49c87f5
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Tue Feb 19 23:07:24 2013 -0300

    Updating debian/rules
    
    Updating path to JS files

diff --git a/debian/rules b/debian/rules
index 971006c..f74f016 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 PKG_PATH:=/usr/share/javascript/jquery-ui
-JS_FILE:=$$(basename development-bundle/ui/jquery-ui-*.custom.js)
-JS_MIN_FILE:=$$(basename development-bundle/ui/jquery-ui-*.custom.min.js)
+JS_FILE:=$$(basename development-bundle/ui/jquery-ui.custom.js)
+JS_MIN_FILE:=$$(basename development-bundle/ui/jquery-ui.custom.min.js)
 CSS_FILE:=$$(basename css/smoothness/jquery-ui-*.custom.css)
 CSS_MIN_FILE:=$$(basename css/smoothness/jquery-ui-*.custom.min.css)
 DH_LINKS_FILE:=debian/libjs-jquery-ui.links

-- 
jqueryui



More information about the Pkg-javascript-commits mailing list