Multiarch Fixes - node-tinycolor

Ready changes

Summary

  • dep-any : node-tinycolor could have its dependency on nodejs annotated with :any

Diff

diff --git a/debian/control b/debian/control
index daac7e2..84c2503 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Homepage: https://github.com/einaros/tinycolor
 Package: node-tinycolor
 Architecture: all
 Depends: ${misc:Depends},
-         nodejs
+         nodejs:any
 Description: No-fuzz, barebone, zero muppetry color module for Node.js
  Tinycolor provides color name definitions for colorizing ANSI output on
  TTY-like terminals.

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: nodejs nodejs:any

More details

Full run details