Codebase list jquery-colorbox / 5be85f7
Updated paths of the javascript files into debian/rules Agustin Henze 11 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11 # -*- makefile -*-
22
33 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
4 # export DH_VERBOSE=1
55
66 %:
77 dh $@
1010 mkdir -p debian/libjs-jquery-colorbox/usr/share/javascript/jquery-colorbox
1111
1212 yui-compressor \
13 colorbox/jquery.colorbox.js \
13 jquery.colorbox.js \
1414 -o \
1515 debian/libjs-jquery-colorbox/usr/share/javascript/jquery-colorbox/jquery.colorbox-min.js
1616
1717 dh_install \
18 colorbox/jquery.colorbox.js \
18 jquery.colorbox.js \
1919 usr/share/javascript/jquery-colorbox/
2020
2121 override_dh_installchangelogs: