From d59c337b7007c9020b86ba92fc51768b85ca21a5 Mon Sep 17 00:00:00 2001
From: Debian Janitor <janitor@jelmer.uk>
Date: Thu, 13 Oct 2022 10:05:51 +0000
Subject: [PATCH] Apply multi-arch hints. + node-array-differ: Add :any
 qualifier for nodejs dependency.

Changes-By: apply-multiarch-hints
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index cb5e868..4d0934d 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Rules-Requires-Root: no
 Package: node-array-differ
 Architecture: all
 Depends: ${misc:Depends}
- , nodejs
+ , nodejs:any
 Multi-Arch: foreign
 Description: Create an array with values present in the first input array
  Create an array with values that are present in the first input array
-- 
GitLab