aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2025-02-28 16:18:48 -0500
committerDavid Bremner <david@tethera.net>2025-02-28 16:18:48 -0500
commite1b27f57c84a9e96c9404de8c6aeeb7c6673d997 (patch)
tree067cd41bb7f7ff5a081adb54da131f98b2a05dd4 /debian
parentc8fe08092575d2c204bd972e27370895e700d4e8 (diff)
Commit Debian 3.0 (quilt) metadata
[dgit (12.6) quilt-fixup]
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/debian-changes10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index abb3bc8e..44e5e3eb 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -5,6 +5,16 @@ Description: Autogenerated patch header for a single-debian-patch file.
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 @@