From 5b0dd51a4357019c147ad6af53e292e2913b88c0 Mon Sep 17 00:00:00 2001
From: Debian Janitor <janitor@jelmer.uk>
Date: Tue, 27 Oct 2020 22:59:54 +0000
Subject: [PATCH] Apply multi-arch hints. + ruby-hashie: Add :any qualifier for
 ruby dependency.

Changes-By: apply-multiarch-hints
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 85da90c..dd3b571 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ ruby-hashie (3.5.5-3) UNRELEASED; urgency=medium
     Repository-Browse.
   * Update Vcs-* headers from URL redirect.
   * Use canonical URL in Vcs-Git.
+  * Apply multi-arch hints.
+    + ruby-hashie: Add :any qualifier for ruby dependency.
 
  -- Utkarsh Gupta <guptautkarsh2102@gmail.com>  Tue, 13 Aug 2019 05:35:57 +0530
 
diff --git a/debian/control b/debian/control
index 66a84dc..0b9023a 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ XS-Ruby-Versions: all
 Package: ruby-hashie
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter,
+Depends: ruby:any | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
 Conflicts: ruby-rash
-- 
GitLab