Control: tags -1 patch

On Wed, 13 Dec 2017 14:49:15 +0200 Adrian Bunk <b...@debian.org> wrote:
> Source: node-semver-diff
> Version: 2.1.0-1
> Severity: serious
> 
> Some recent change in unstable makes node-semver-diff FTBFS:
>
> https://tests.reproducible-builds.org/debian/history/node-semver-diff.html
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-semver-diff.html
> 
> ...
>    debian/rules override_dh_auto_test
> make[1]: Entering directory '/build/1st/node-semver-diff-2.1.0'
> mocha -R spec
> module.js:471
>     throw err;
>     ^
> 
> Error: Cannot find module 'semver'

I think this package needs a Build-Depends: node-semver to be able to run its 
test
during the build. A patch for that is attached.


Regards
Juhani
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
  , nodejs
+ , node-semver (>= 5.0.3)
  , mocha
 Standards-Version: 4.0.0
 Homepage: https://github.com/sindresorhus/semver-diff

Reply via email to