Multiarch Fixes - zeparser.js

Ready changes

Summary

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

Diff

diff --git a/debian/control b/debian/control
index 23f1dc8..b2386ae 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Package: node-zeparser
 Architecture: all
 Depends:
  ${misc:Depends},
- nodejs
+ nodejs:any
 Multi-Arch: foreign
 Description: Javascript code parser module for Node.js
  Parse Javascript code elements with Node.js. The parser has two modes

More details

Full run details