notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 5c6d2666b2aa892279f5917638c46b9363ab8740 (patch)
   parent 2d785ef2 debian: changelog for backport of 0.37-1
     tree a363e1513c95fe2ae92b93be0b0f8fe01dd2920c
   author David Bremner <david@tethera.net>  2022-10-10 14:04:49 -0300
committer David Bremner <david@tethera.net>  2022-10-10 14:10:21 -0300

debian: 0.37-1~bpo11+2

no-change re-upload.
---
 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index af7f0bed..9cedf9fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.37-1~bpo11+2) bullseye-backports; urgency=medium
+
+  * reupload with binaries.
+
+ -- David Bremner <bremner@debian.org>  Mon, 10 Oct 2022 14:09:56 -0300
+
 notmuch (0.37-1~bpo11+1) bullseye-backports; urgency=medium
 
   * Rebuild for bullseye-backports.


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