Re: howto handle jquery embedding by build-depends

2014-05-12 Thread Helmut Grohne
On Thu, May 08, 2014 at 11:45:24AM +0200, Thorsten Glaser wrote: > This is a bug in doxygen. Replacing the embedded jquery copy > in the Debian package shipping it with a link to the jquery > version in Debian should be the right thing to do. Maybe this Your criticism is unconstructive. I agree th

Re: howto handle jquery embedding by build-depends

2014-05-08 Thread Russ Allbery
Thorsten Glaser writes: > This is a bug in doxygen. Replacing the embedded jquery copy in the > Debian package shipping it with a link to the jquery version in Debian > should be the right thing to do. This has previously been discussed on this list, and the Doxygen maintainers said explicitly t

Re: howto handle jquery embedding by build-depends

2014-05-08 Thread Jonas Smedegaard
Hi Vincent, Quoting Vincent Bernat (2014-05-08 13:52:01) > ❦ 8 mai 2014 11:45 +0200, Thorsten Glaser  : > >>> /usr/share/doc/doxygen/README.jquery >> >> This is a bug in doxygen. Replacing the embedded jquery copy in the >> Debian package shipping it with a link to the jquery version in >> Deb

Re: howto handle jquery embedding by build-depends

2014-05-08 Thread Jose Luis Rivas
On 08/05/14, 08:01am, Daniel Baumann wrote: > src:lxc contains documentation (*.sgml only) and build-depends on > docbook2x, no jquery is needed or installed as build-depends. the > resulting bin:lxc-dev then contains a *compressed* jquery.js put there > by docbook2x. lintian detects this and warns

Re: howto handle jquery embedding by build-depends

2014-05-08 Thread Vincent Bernat
❦ 8 mai 2014 11:45 +0200, Thorsten Glaser  : >> /usr/share/doc/doxygen/README.jquery > > This is a bug in doxygen. Replacing the embedded jquery copy > in the Debian package shipping it with a link to the jquery > version in Debian should be the right thing to do. Maybe this > entire technology

Re: howto handle jquery embedding by build-depends

2014-05-08 Thread Thorsten Glaser
On Thu, 8 May 2014, Paul Wise wrote: > /usr/share/doc/doxygen/README.jquery This is a bug in doxygen. Replacing the embedded jquery copy in the Debian package shipping it with a link to the jquery version in Debian should be the right thing to do. Maybe this entire technology behind doxygen needs

Re: howto handle jquery embedding by build-depends

2014-05-07 Thread Paul Wise
On Thu, May 8, 2014 at 2:43 PM, Paul Wise wrote: > You may have missed the maintainer's take on this: > > /usr/share/doc/doxygen/README.jquery > http://sources.debian.net/src/doxygen/1.8.6-2/debian/README.jquery Woops, I confused doxygen with docbook2x. The situation sounds similar though. -- b

Re: howto handle jquery embedding by build-depends

2014-05-07 Thread Paul Wise
On Thu, May 8, 2014 at 2:01 PM, Daniel Baumann wrote: > did i miss anything? You may have missed the maintainer's take on this: /usr/share/doc/doxygen/README.jquery http://sources.debian.net/src/doxygen/1.8.6-2/debian/README.jquery -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSC

howto handle jquery embedding by build-depends

2014-05-07 Thread Daniel Baumann
src:lxc contains documentation (*.sgml only) and build-depends on docbook2x, no jquery is needed or installed as build-depends. the resulting bin:lxc-dev then contains a *compressed* jquery.js put there by docbook2x. lintian detects this and warns about it (W: embedded-javascript-library). i think