1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
JavaScript source files
=======================
Upstream source of GNUmed client is distributed with compressed
JavaScript files that are not considered as source code. These files
are part of the GNUmed documentation which is using a FosWiki export.
The requirement of providing the source code for those files is
fullfilled in two different ways:
1. JQuery is used in its Debian packaged flavour anyway so these
files are simply removed from source tarball
2. Those JavaScript files which are not packaged for Debian are
downloaded from their original location (FosWiki SVN, see
debian/JS/get) and provided in the directory debian/JS in
uncompressed source.
GNUmed upstream confirmed that the results obtained from these
sources via yui-compressor could be perfectly used instead of
the compressed files JS files inside GNUmed upstream source.
-- Andreas Tille <tille@debian.org> Mon, 15 Oct 2012 12:37:29 +0200
|