[Pkg-javascript-devel] Bug#961873: npm2deb: Both node-$module and node-$module-$version get created, with two copies of debian dir

Wookey wookey at debian.org
Sat May 30 18:13:11 BST 2020


Package: npm2deb
Version: 0.3.0-4
Severity: important

Running npm2deb create npm-run
produced:
node-npm-run and node-npm-run-5.0.1

node-npm-run-5.0.1 contained the module source and a debian directory.
node-npm-run contained just a debian directory.

The contents of the two debian directories was identical except for the changelog file.
node-npm-run/debian/changelog was as expected:
node-npm-run (5.0.1-1) UNRELEASED; urgency=low

  * Initial release (Closes: #nnnn)

 -- Wookey <wookey at debian.org>  Sat, 30 May 2020 16:09:11 +0000


node-npm-run-5.0.1/debian/changelog had an extra copy of the stanza for the same version:
node-npm-run (5.0.1-1) UNRELEASED; urgency=medium

  *

 -- Wookey <wookey at debian.org>  Sat, 30 May 2020 16:09:20 +0000

node-npm-run (5.0.1-1) UNRELEASED; urgency=low

  * Initial release (Closes: #nnnn)

 -- Wookey <wookey at debian.org>  Sat, 30 May 2020 16:09:11 +0000


I did this with another package (angular-animate) and get exactly the equivalent results.



More information about the Pkg-javascript-devel mailing list