summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2022-10-19 02:39:26 +0000
committerDebian Janitor <janitor@jelmer.uk>2022-10-19 02:39:26 +0000
commit1bc1c46584eddece9a015d3a1c8fab7e49cb8c7b (patch)
tree0c4b98847675da1160de9b6dd838377010c92179
parent13916479f8d039759fe961a0758d14706610a618 (diff)
Apply multi-arch hints.
+ libparse-pmfile-perl: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 35f7fd9..c5f6f70 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Package: libparse-pmfile-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
+Multi-Arch: foreign
Description: module to parse .pm file as PAUSE does
Most of the code of this module is taken from the PAUSE code as of April 2013
almost verbatim. Thus, the heart of Parse::PMFile should be quite stable.