]> git.notmuchmail.org Git - notmuch/commitdiff
Commit Debian 3.0 (quilt) metadata archive/debian/0.38.3-4 debian/0.38.3-4
authorDavid Bremner <david@tethera.net>
Tue, 25 Feb 2025 20:53:26 +0000 (16:53 -0400)
committerDavid Bremner <david@tethera.net>
Tue, 25 Feb 2025 20:53:26 +0000 (16:53 -0400)
[dgit (12.6) quilt-fixup]

debian/patches/debian-changes [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]

diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
new file mode 100644 (file)
index 0000000..abb3bc8
--- /dev/null
@@ -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 (file)
index 0000000..7bb8252
--- /dev/null
@@ -0,0 +1 @@
+debian-changes