Multiarch Fixes - node-cssom

Ready changes

Summary

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

Diff

diff --git a/debian/control b/debian/control
index 9b30272..0b2cf0e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Rules-Requires-Root: no
 Package: node-cssom
 Architecture: all
 Depends: ${misc:Depends}
- , nodejs
+ , nodejs:any
 Multi-Arch: foreign
 Description: CSS parser written in pure JavaScript - NodeJS module
  CSSOM.js is a CSS parser written in pure JavaScript. It is also a partial

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package libjs-cssom

Control files of package node-cssom: lines which differ (wdiff format)

  • Depends: nodejs nodejs:any

More details

Full run details