notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 7a27a0bc4eba86a298ca3c62dc5d6fc9f4ba8fbf (patch)
   parent 7059f0ed Merge branch 'debian/bullseye' into debian/buster-backports
     tree 3369d1751f8ffb9deeb86391a1facaef115fc0bc
   author David Bremner <david@tethera.net>  2021-09-10 07:36:03 -0300
committer David Bremner <david@tethera.net>  2021-09-10 07:36:03 -0300

Changelog for backport of 0.31.4-2

---
 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 85263214..9996d5ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.31.4-2~bpo10+1) buster-backports; urgency=medium
+
+  * Rebuild for buster-backports.
+
+ -- David Bremner <bremner@debian.org>  Fri, 10 Sep 2021 07:34:54 -0300
+
 notmuch (0.31.4-2) unstable; urgency=medium
 
   * Cherry pick upstream commit 3f4de98e7c8, which fixes a bug where


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