notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit b6cfc8a61c20aec1e54185829718f87c7f7dea79 (patch)
   parent 7b6f1b0f Commit Debian 3.0 (quilt) metadata
     tree f0842ab462bb2b63ed7646529d10193c60135256
   author David Bremner <david@tethera.net>  2021-06-28 22:48:29 -0300
committer David Bremner <david@tethera.net>  2021-06-28 22:48:29 -0300

debian: document new build-dependency

---
 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d767fb4b..ebfd9209 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ notmuch (0.31.4-2) unstable; urgency=medium
   * Cherry pick upstream commit 3f4de98e7c8, which fixes a bug where
     duplicate message-ids can cause multiple thread-ids for some message
     documents.
+  * Add build-dependency on xapian-tools, for new test
 
- -- David Bremner <bremner@debian.org>  Mon, 28 Jun 2021 22:09:09 -0300
+ -- David Bremner <bremner@debian.org>  Mon, 28 Jun 2021 22:48:02 -0300
 
 notmuch (0.31.4-1) unstable; urgency=medium
 


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git