Multiarch Fixes - node-for-in

Ready changes

Summary

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

Diff

diff --git a/debian/control b/debian/control
index b409bbe..3d844f8 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Rules-Requires-Root: no
 Package: node-for-in
 Architecture: all
 Depends: ${misc:Depends}
- , nodejs
+ , nodejs:any
 Multi-Arch: foreign
 Description: iterate over object
  Iterate over the own and inherited enumerable properties of an object,

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: nodejs nodejs:any

More details

Full run details