On 2014-01-27 11:21:19, Jerome Charaoui wrote: >>> diff --git a/debian/rules b/debian/rules index 118de9d..49f0824 >>> 100755 --- a/debian/rules +++ b/debian/rules @@ -20,11 +20,5 @@ >>> export DH_OPTIONS %: dh $@ --with=python2 >>> >>> -override_dh_auto_build: - dh_auto_build - ln -s >>> /usr/share/javascript/jquery/jquery.js >>> $(CURDIR)/web/js/000-jquery-1.7.2.js - ln -s >>> /usr/share/javascript/jquery-mousewheel/jquery.mousewheel.js >>> $(CURDIR)/web/js/003-mousewheel.js - cd $(CURDIR)/web && $(MAKE) >>> - override_dh_install: - dh_install -X.gitignore -XMakefile >>> -Xutils/ + dh_install -X.gitignore -X*.min.js -Xutils/ >> >> Does that mean we still build the minified versions during build, >> but then don't ship them? Shouldn't just skip that? > > I removed the whole override_dh_auto_build code block, so the > build-time minify doesn't happen anymore.
Hum.. I would have thought that without the override, dh_auto_build
would still get called and hit the makefile and so on...
> Sounds pretty reasonable to me! However upstream uses google-compiler,
> so the change would look like :
>
> - -JS_COMPILER = utils/google-compiler --warning_level QUIET
> +JS_COMPILER =? utils/google-compiler --warning_level QUIET
Understood. Can you take care of posting the patch upstream as well?
Thanks!
A.
--
Seul a un caractère scientifique ce qui peut être réfuté. Ce qui n'est
pas réfutable relève de la magie ou de la mystique.
- Popper, Karl
pgpPEpzMVvaB3.pgp
Description: PGP signature

