Re: [Doxygen-develop] release tarballs
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2013-04-07 14:47:04
|
Hi Helmut, On Apr 6, 2013, at 12:45 , Helmut Grohne <he...@su...> wrote: > Dear Doxygen developers, > > I am writing to you on behalf of the Debian project. There are a few > issues with the doxygen package as shipped by Debian that are imho best > addressed upstream. Please have a look at whether this is reasonable. > > In http://bugs.debian.org/569504 Jonathan Nieder asked to include > upstream changelogs and notes that these are only available from the > website. Would it be possible to include changelogs in future release > tarballs? Yes, that possible. I'll make the changelog part of the HTML version of the manual. > > The current way of shipping jquery in Doxygen poses a set of problems > (mainly http://bugs.debian.org/625956) to Debian. In order to ship a > package in the Debian main distribution the source code must be > available in preferred form for modification. This is not the case with > the version of jquery embedded in Doxygen tarballs, because they are > minified. Would it be possible to additionally ship the original > uncompressed javascript components in future release tarballs even if > they are not used for building Doxygen? Yes, I've compiled a package (see attachment) which I plan to include in the next release. It includes the non-minified scripts and a Makefile to compile them into the minified files that in turn can be compiled into doxygen. Let me know if this meets the requirements. This approach also makes it relatively simple to try out newer versions of the scripts. |