summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2022-12-07 10:20:56 +0000
committerDebian Janitor <janitor@jelmer.uk>2022-12-07 10:20:56 +0000
commit5faaaa26403f34468db9f9400eb976680f6c505c (patch)
tree1f87c1173f98fab8d6f9e66bae0fac7569392441
parent5d7c3c89501784e03d96a7327c5c7a40f5096f4a (diff)
Apply multi-arch hints.
+ libextutils-modulemaker-perl: Add :any qualifier for perl dependency. Changes-By: apply-multiarch-hints
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index d21e150..33d3e0d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libfile-homedir-perl,
- perl (>= 5.27.5)
+ perl:any (>= 5.27.5)
Description: Perl extension to build module from scratch
ExtUtils::ModuleMaker is a replacement for the most typical use of the
h2xs utility bundled with all Perl distributions: the creation of the