aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2025-03-15 19:45:14 -0300
committerDavid Bremner <david@tethera.net>2025-03-15 19:45:14 -0300
commit14f7a8929abedc465e30e8ec77c1bea72db35d9d (patch)
treeb4eb83fc471e5336a0989f7ddc964cf355293980
parent65932712721569c0853c7ad53b310c5420cc6788 (diff)
Those changes are now directly in git.
-rw-r--r--debian/patches/debian-changes29
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 30 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
deleted file mode 100644
index 44e5e3eb..00000000
--- a/debian/patches/debian-changes
+++ /dev/null
@@ -1,29 +0,0 @@
-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/T350-crypto.sh
-+++ notmuch-0.38.3/test/T350-crypto.sh
-@@ -453,6 +453,7 @@ y
- | gpg --no-tty --quiet --import
- output=$(notmuch show --format=json --verify subject:"test signed message 001" \
- | notmuch_json_show_sanitize \
-+ | sed -e 's/"key-\(revoked\|missing\)"/"key-revoked"/g' \
- | sed -e 's|"created": [1234567890]*|"created": 946728000|')
- expected='[[[{"id": "XXXXX",
- "match": true,
---- 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
deleted file mode 100644
index 7bb82529..00000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-debian-changes