[Pkg-javascript-devel] Bug#956517: node-rw: missing test-depends on node-d3-queue

2020-04-12 Thread Rebecca N. Palmer
Package: node-rw Version: 1.3.3-1 Severity: serious Tags: patch One of this package's upstream tests (encoding-async) requires (node-)d3-queue. It build-depends on this, but does not test-depend on it (debian/tests/control last test), so the autopkgtest fails. -- Pkg-javascript-devel mailing

[Pkg-javascript-devel] Bug#956512: node-unicode-data: autopkgtest requires outdated version

2020-04-12 Thread Rebecca N. Palmer
Package: node-unicode-13.0.0 Version: 0~20200315+gitfc57d75a-2 Severity: serious Tags: patch The autopkgtest includes the versioned package name (in both debian/tests/control and debian/tests/require). As these were not updated when this changed from 12 to 13, the autopkgtest fails as uninsta

[Pkg-javascript-devel] Bug#956507: pegjs: stray Provides: nodejs

2020-04-12 Thread Rebecca N. Palmer
Package: pegjs Version: 0.10.0-1 Tags: patch Severity: serious debian/control lists a Provides: nodejs. This is obviously wrong, and also causes the autopkgtest to fail by not installing the real nodejs. -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https:/

[Pkg-javascript-devel] Bug#956503: node-lodash-reevaluate: mis-spelled test dependency

2020-04-12 Thread Rebecca N. Palmer
Package: node-lodash-reevaluate Version: 3.0.0-1 Severity: serious Tags: patch debian/tests/control has a stray . in the package name. As there is no package with this name, this causes the test to fail as uninstallable. -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.d

[Pkg-javascript-devel] Bug#927787: the new upstream does exist, but not where debian/watch is looking

2020-04-11 Thread Rebecca N. Palmer
Control: reopen -1 Upstream has moved to https://github.com/DataTables (see the base datatables.js package). As well as the Bootstrap 4 styling option, there are two new extensions (RowGroup and SearchPanes), and probably other changes. Each extension is now a separate upstream repository,

[Pkg-javascript-devel] Bug#941309: node-browserify-lite: unreproducible dependency map order

2019-09-29 Thread Rebecca N. Palmer
Control: forwarded -1 https://github.com/andrewrk/browserify-lite/pull/13 Upstream pointed out that this doesn't escape special characters in file names; corrected version follows. Subject: Ease reproducible build author: Rebecca N. Palmer" Sort module list and dependency lists in o

[Pkg-javascript-devel] Bug#941309: node-browserify-lite: unreproducible dependency map order

2019-09-28 Thread Rebecca N. Palmer
test was *not* done, as reprotest/disorderfs fails on my system (I apparently don't have a fuse group even though the fuse package is installed; I don't know why). Description: Ease reproducible build Sort module list and dependency lists in order to be reproducible Author: Re

[Pkg-javascript-devel] Bug#918361: node-browserify-lite: unreproducible output order

2019-01-05 Thread Rebecca N. Palmer
Package: node-browserify-lite Version: 0.5.0-1 Control: tags -1 upstream patch User: reproducible-bui...@lists.alioth.debian.org Usertags: toolchain randomness X-Debbugs-Cc: reproducible-bui...@alioth-lists.debian.net browserify-lite produces its output in a (pseudo)random order: see e.g. https:

[Pkg-javascript-devel] Bug#894929: (no subject)

2019-01-05 Thread Rebecca N. Palmer
Control: tags -1 patch --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,2 @@ -Test-Command: nodejs -e "require('"'"'browserify-lite'"'"');" +Test-Command: nodejs -e "require('browserify-lite');" Depends: @ -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.de