Multiarch Fixes - node-sha

Ready changes

Summary

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

Diff

diff --git a/debian/control b/debian/control
index d108f5e..a6c0ad0 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends}
  , node-graceful-fs
- , nodejs
+ , nodejs:any
 Description: Check and get file or stream hashes - module for Node.js
  node-sha exposes simple functions to check and get file or stream hashes.
  The algorithm used defaults to sha1 and can be any of the algorithms

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: node-graceful-fs, nodejs nodejs:any

More details

Full run details