summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Agon-Rambosson <aymeric.agon@yandex.com>2023-02-04 17:30:35 +0100
committerAymeric Agon-Rambosson <aymeric.agon@yandex.com>2023-02-04 17:30:35 +0100
commit3d07d2f92be4a3df511062152ba0517916cc9007 (patch)
tree1ead2c14e66a92e617bf16016739868b370340fb
parent3275dd4a1d3c02f5be3371ddeb1c9f2a0f8ff470 (diff)
parent60277c73c4c4112015fc1bab8cb74fe5782c058d (diff)
Record projectile (2.7.0-2) in archive suite sid
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
-rwxr-xr-xdebian/tests/buttercup5
-rw-r--r--debian/tests/control2
4 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b891f82..c8114cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+projectile (2.7.0-2) unstable; urgency=medium
+
+ * Export EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION (in autopkgtest as
+ well) (Closes: #1030475).
+
+ -- Aymeric Agon-Rambosson <aymeric.agon@yandex.com> Sat, 04 Feb 2023 17:30:35 +0100
+
projectile (2.7.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/rules b/debian/rules
index bb9aa29..f59150c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION := t
+
%:
dh $@ --with elpa
diff --git a/debian/tests/buttercup b/debian/tests/buttercup
new file mode 100755
index 0000000..fdd6b68
--- /dev/null
+++ b/debian/tests/buttercup
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+export EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION=t
+
+buttercup -L . --eval "(with-eval-after-load 'comp (push 'insert-file-contents native-comp-never-optimize-functions))"
diff --git a/debian/tests/control b/debian/tests/control
index 0b25e90..76bc567 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
-Test-Command: buttercup -L . --eval "(with-eval-after-load 'comp (push 'insert-file-contents native-comp-never-optimize-functions))"
+Tests: buttercup
Depends: dh-elpa (>= 1.7), elpa-buttercup
Restrictions: allow-stderr