summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Glondu <glondu@debian.org>2023-08-13 08:53:50 +0000
committerStéphane Glondu <glondu@debian.org>2023-08-13 08:53:50 +0000
commite33e58ec304f5f5f5f377b553918e576c08f8481 (patch)
tree2f5e2fbc4cf7d4d67681628fb11d41473b776d77
parentdaf0d0b6e5ed3178be759c24ed446154fc869556 (diff)
parent6d78981918b155b1f74f18e542d9a5209faa12b7 (diff)
Merge branch 'multiarch-fixes' into 'master'
Apply hints suggested by the multi-arch hinter See merge request ocaml-team/perl4caml!5
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1f0732f..cc1aa37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
perl4caml (0.9.5-7) UNRELEASED; urgency=medium
* Remove MIA uploaders
+ * Apply multi-arch hints.
+ + libperl4caml-ocaml-doc: Add Multi-Arch: foreign.
-- Debian Janitor <janitor@jelmer.uk> Wed, 11 May 2022 09:22:45 -0000
diff --git a/debian/control b/debian/control
index 3b1c9a1..b4abc59 100644
--- a/debian/control
+++ b/debian/control
@@ -62,6 +62,7 @@ Package: libperl4caml-ocaml-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
+Multi-Arch: foreign
Description: Use Perl code in OCaml programs, documentation
perl4caml allows you to use Perl code within Objective CAML (OCaml),
thus neatly side-stepping the old problem with OCaml which was that it