[Pkg-javascript-devel] Bug#720556: libjs-jquery-ui: i18n *.js files are not provided as minified files

Martin von Wittich martin.von.wittich at iserv.eu
Fri Aug 23 11:19:33 UTC 2013


Package: libjs-jquery-ui
Version: 1.10.1+dfsg-1
Severity: normal

Upstream provides minified versions of the files in /ui/i18n/*.js (in
the folder /ui/minified/i18n, though that's probably not important to
us anyway). The Debian package unfortunately does not, because the
following command in debian/rules skips over these files:

override_dh_auto_build:
	for file in `find development-bundle/ui/jquery* -name '*.js'`; do \
		yui-compressor $$file -o $${file%.js}.min.js; \
	done
	[...]

I propose to change the find command to this:

  find development-bundle/ui/ -name '*.js'

which would minify the i18n files too (but nothing else) so that
software that relies on the minified versions to exist will work.


-- System Information:
Debian Release: 6.0.7
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libjs-jquery-ui depends on:
ii  libjs-jquery                  1.10.2-1   JavaScript library for dynamic web

Versions of packages libjs-jquery-ui recommends:
ii  javascript-common             7          Base support for javascript librar

Versions of packages libjs-jquery-ui suggests:
ii  libjs-jquery-ui-docs       1.10.1+dfsg-1 Documentation for JQuery-UI

-- no debconf information



More information about the Pkg-javascript-devel mailing list