Multiarch Fixes - node-pause

Ready changes

Summary

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

Diff

diff --git a/debian/control b/debian/control
index 339a4bd..eda1abe 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Rules-Requires-Root: no
 Package: node-pause
 Architecture: all
 Depends:
- nodejs (>= 6),
+ nodejs:any (>= 6),
  ${misc:Depends},
 Description: Pause a stream's data events
  Pause the data events on a stream and return a handle to resume or end the

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: nodejs nodejs:any (>= 6)

More details

Full run details