From 4446f81a5b256948a701951d678e2580c1d93da4 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 17 May 2020 11:02:32 -0300 Subject: enable Multi-Arch: foreign Summary of discussion with Helmut. - The main issue is whether there are architecture dependent changes in the behaviour of dh_elpa (not dh_elpa_test since tests are disabled for cross building). - In principle it is possible for Emacs to load native libraries (as "modules"), but this is unlikely to be used by the package.el library we are depending on. --- debian/changelog | 8 ++++++++ debian/control | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 65cfece..504c96a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +dh-elpa (2.0.4) UNRELEASED; urgency=medium + + * Enable Multi-Arch: foreign. Currently it seems like any + architecture-dependent variance in the behaviour of dh_elpa is + probably a bug. + + -- David Bremner Sun, 17 May 2020 11:02:04 -0300 + dh-elpa (2.0.3) unstable; urgency=medium [ Nicholas D Steeves ] diff --git a/debian/control b/debian/control index 910c4e8..286ba93 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Rules-Requires-Root: no Package: dh-elpa Architecture: all +Multi-Arch: foreign Depends: debhelper (>= 9.20151004), libdebian-source-perl | dh-make-perl (>= 0.90), -- cgit v1.2.3