Codebase list jqueryui / f4ad203
Use dh-sequence-nodejs Xavier Guimard 3 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
88 , node-requirejs (>= 2.3.2~)
99 , node-uglify
1010 , nodejs
11 , pkg-js-tools (>= 0.9.40~)
11 , dh-sequence-nodejs
1212 , yui-compressor
1313 Standards-Version: 4.5.1
1414 Vcs-Browser: https://salsa.debian.org/js-team/jqueryui
55 version = $(shell echo $(DEB_VERSION_UPSTREAM) | sed 's/+dfsg//')
66
77 %:
8 dh $@ --with nodejs
8 dh $@
99
1010 override_dh_auto_configure:
1111 find demos -name "*.html" -exec sed --in-place "s#\.\./\.\./themes/base/all\.css#/usr/share/javascript/jquery-ui/themes/base/jquery-ui.css#" {} \;