summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-23 11:20:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-23 11:20:23 -0700
commit65a588ca2de0aa560d716975b9e5ca2de818c214 (patch)
treee498eed95f4dc52ffef03ae3d3c0caff91169761 /debian
parent5facb81bd8fac78dc46ea71b1c9f2575de6eddfd (diff)
dh_elpa_test: Export EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION=t
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 45343be..9c20cd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ dh-elpa (2.0.16) UNRELEASED; urgency=medium
* Drop dependencies on emacs-el introduced in 2.0.11.
Emacs itself now has this dependency. It's required for native-comp.
+ * dh_elpa_test: Revert changes in 2.0.12, 2.0.13 and 2.0.14.
+ * dh_elpa_test: Export EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION=t.
+ Unconditionally prevent native comp writing to HOME while running tests.
+ - Tighten dependency on emacs-nox|emacs to require >= 1:28.2+1-9.
* dh_elpa_test: Replace use of smartmatch operator.
It is expected that Perl upstream will soon deprecate the operator.
diff --git a/debian/control b/debian/control
index 63391e0..ef45d59 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Multi-Arch: foreign
Depends:
debhelper (>= 9.20151004),
libdebian-source-perl | dh-make-perl (>= 0.90),
- emacs-nox (>= 47) | emacs (>= 47.0),
+ emacs-nox (>= 1:28.2+1-9) | emacs (>= 1:28.2+1-9),
libarray-utils-perl,
libconfig-tiny-perl,
libfile-find-rule-perl,