Run of multiarch-fixes for ruby-cucumber-expressions
Try this locally (using the lintian-brush package):
debcheckout ruby-cucumber-expressions
cd ruby-cucumber-expressions
apply-multiarch-hints
Merge these changes:
git pull https://janitor.debian.net/git/ruby-cucumber-expressions multiarch-fixes/main
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2020-03-15 10:20:05 +0000
+++ b/debian/changelog 2020-09-13 22:27:20 +0000
@@ -10,6 +10,8 @@
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
* Update standards version to 4.4.1, no changes needed.
+ * Apply multi-arch hints.
+ + ruby-cucumber-expressions: Add :all qualifier for ruby dependency.
-- James Valleroy <jvalleroy@mailbox.org> Thu, 15 Aug 2019 07:15:28 -0400
=== modified file 'debian/control'
--- a/debian/control 2020-09-01 13:39:20 +0000
+++ b/debian/control 2020-09-13 22:27:20 +0000
@@ -18,7 +18,7 @@
Package: ruby-cucumber-expressions
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter,
+Depends: ruby:any | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: simple patterns for matching Step Definitions