summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2020-05-17 11:02:32 -0300
committerDavid Bremner <bremner@debian.org>2020-05-17 11:07:09 -0300
commit4446f81a5b256948a701951d678e2580c1d93da4 (patch)
treef50ed48d43f7d8db4c030045d1e5432ac8dfe439
parent1a9f7531f5a4f4fe200a7375701be236b5a06452 (diff)
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.
-rw-r--r--debian/changelog8
-rw-r--r--debian/control1
2 files changed, 9 insertions, 0 deletions
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 <bremner@debian.org> 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),