[Pkg-javascript-devel] Bug#972570: node-lightgallery is built using minified files
Daniel Ring
dring at wolfishly.me
Fri Apr 23 08:44:41 BST 2021
Hello Xavier,
It looks like the build process was minifying the source files to the
destination *.js files and copying the pre-minified files to *.min.js. I
corrected it to copy the unminified files directly and minify them to
*.min.js.
I also updated the package on Salsa to exclude the minified
modules/*.min.js files via Files-Excluded in d/copyright, so they're no
longer in the source package at all.
Sincerely,
Daniel Ring
On 10/20/2020 6:41 AM, Xavier Guimard wrote:
> Package: node-lightgallery
> Version: 1.6.11+dfsg-1
> Severity: serious
> Justification: 4
>
> Hi,
>
> debian/source/lintian-overrides overwrites some real problems: the
> "concat" part of Gulpfile uses modules/* files which are all obfuscated
> using minification (downloaded from distinct sources).
> A possible solution could be to ignore modules/* files during import and
> add related components using uscan components (with a build).
>
>
More information about the Pkg-javascript-devel
mailing list