summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2025-02-25 16:53:26 -0400
committerDavid Bremner <david@tethera.net>2025-02-25 16:53:26 -0400
commit9e79f5562efeeb5ed8be4e26cf63a83434782003 (patch)
treed2bba8babaf0fedab0e585221f324cfa37dd960a
parent9cac62d22bf40b897d8ca3392ff889ad9fed7165 (diff)
Commit Debian 3.0 (quilt) metadatadebian/0.38.3-4archive/debian/0.38.3-4
[dgit (12.6) quilt-fixup]
-rw-r--r--debian/patches/debian-changes19
-rw-r--r--debian/patches/series1
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
new file mode 100644
index 00000000..abb3bc8e
--- /dev/null
+++ b/debian/patches/debian-changes
@@ -0,0 +1,19 @@
+Description: Autogenerated patch header for a single-debian-patch file.
+ The delta against upstream is either kept as a single patch, or maintained
+ in some VCS, and exported as a single patch instead of more manageable
+ atomic patches.
+Forwarded: not-needed
+
+---
+--- notmuch-0.38.3.orig/test/test-lib.el
++++ notmuch-0.38.3/test/test-lib.el
+@@ -33,6 +33,9 @@
+
+ (require 'cl-lib)
+
++;; Use old pretty print algorithm, so tests don't break with Emacs 30
++(setq-default pp-default-function 'pp-28)
++
+ ;; Ensure that the dynamic variables that are defined by this library
+ ;; are defined by the time that we let-bind them. This is needed
+ ;; because starting with Emacs 27 undeclared variables in evaluated
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 00000000..7bb82529
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debian-changes