Multiarch Fixes - ruby-graphviz

Ready changes

Summary

  • dep-any : ruby-graphviz could have its dependency on ruby annotated with :any

Diff

diff --git a/debian/control b/debian/control
index 774e79e..02bc212 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Rules-Requires-Root: no
 
 Package: ruby-graphviz
 Architecture: all
-Depends: graphviz, ruby, ${misc:Depends}, ${shlibs:Depends}
+Depends: graphviz, ruby:any, ${misc:Depends}, ${shlibs:Depends}
 Description: Ruby interface to the GraphViz graphing tool
  Ruby/Graphviz provides an interface to layout and generate images of
  directed graphs in a variety of formats (PostScript, PNG, etc.) using

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: graphviz, ruby ruby:any

More details

Full run details