notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 3b8c0dee2240e2a76efdad2db4bfccc10ae208c1 (patch)
   parent b97cd900 lib: clear error message on success in _choose_database_path
     tree 6b0f391b7afd3c8870a5bbfb756dc609de79fd0e
   author David Bremner <david@tethera.net>  2024-02-17 09:04:32 -0400
committer David Bremner <david@tethera.net>  2024-02-17 09:04:32 -0400

debian: recommend gpg-agent instead of gnupg agent

---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 75765b6f..47b0c651 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+notmuch (0.38.3-1) unstable; urgency=medium
+
+  * New upstream bugfix release
+  * Bug fix: "Recommends transitional package gnupg-agent instead of
+    gpg-agent", thanks to Andreas Metzler (Closes: #1064114).
+
+ -- David Bremner <bremner@debian.org>  Sat, 17 Feb 2024 09:03:50 -0400
+
 notmuch (0.38.2-1) unstable; urgency=medium
 
   * New upstream bugfix release
diff --git a/debian/control b/debian/control
index 135eb7ce..5a3adc04 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,7 @@ Depends:
  ${shlibs:Depends},
 Recommends:
  elpa-notmuch | notmuch-vim | notmuch-mutt | alot,
- gnupg-agent,
+ gpg-agent,
  gpgsm,
 Suggests:
  mailscripts,


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