summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2022-10-09 06:47:08 -0300
committerDavid Bremner <bremner@debian.org>2022-10-09 06:51:29 -0300
commit94ef3d17f2c9bc7ff56a3eb4614d097cf5efd87b (patch)
treee9e7cb9052ba939250c0457beec72077596bdc71
parenta42603de8c739681d9ae2e660af637ffb583a67d (diff)
update changelog for 1.26-3
-rw-r--r--debian/changelog5
-rw-r--r--debian/patches/debian-changes2
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 98545b1..5716368 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-emacs-buttercup (1.26-3) UNRELEASED; urgency=medium
+emacs-buttercup (1.26-3) unstable; urgency=medium
* fix second typo in bin/buttercup introduced in 1.26-1
+ * use native-comp-eln-load-path to redirect output
- -- David Bremner <bremner@debian.org> Sun, 09 Oct 2022 06:41:17 -0300
+ -- David Bremner <bremner@debian.org> Sun, 09 Oct 2022 06:50:04 -0300
emacs-buttercup (1.26-2) unstable; urgency=medium
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index 2aa5e6f..32246bd 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -31,7 +31,7 @@ A single combined diff, containing all the changes, follows.
check-docs test-docs: compile
- $(EMACS) -batch -L . -l buttercup.el -f buttercup-run-markdown docs/writing-tests.md
-+ $(EMACS) -batch -L . --eval "(setq native-compile-target-directory \"${TEMP_DIR}\")" -l buttercup.el -f buttercup-run-markdown docs/writing-tests.md
++ $(EMACS) -batch -L . --eval "(setq native-comp-eln-load-path (list \"${TEMP_DIR}\"))" -l buttercup.el -f buttercup-run-markdown docs/writing-tests.md
+ rm -r ${TEMP_DIR}
compile: $(patsubst %.el,%.elc,$(ELISP_FILES))