notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 76c3147613d0cb624573a5ba1ac7d0a5f81113bc (patch)
   parent 5e44b744 debian: build-depend on emacs-el
     tree 896a81d915ac9b33e92477d3a0bdeb3e94c3c2b4
   author David Bremner <david@tethera.net>  2022-08-24 09:12:57 -0700
committer David Bremner <david@tethera.net>  2022-08-24 09:12:57 -0700

debian: update changelog for new build-depends

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

diff --git a/debian/changelog b/debian/changelog
index 99d523a1..846ccd2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 notmuch (0.37-1) unstable; urgency=medium
 
   * New upstream release.
+  * Build-depend on emacs-el to work around #1017698
 
- -- David Bremner <bremner@debian.org>  Sun, 21 Aug 2022 13:08:35 -0700
+ -- David Bremner <bremner@debian.org>  Wed, 24 Aug 2022 09:12:19 -0700
 
 notmuch (0.37~rc0-3) experimental; 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