diff options
| 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 |
| commit | 3b8c0dee2240e2a76efdad2db4bfccc10ae208c1 (patch) | |
| tree | 6b0f391b7afd3c8870a5bbfb756dc609de79fd0e | |
| parent | b97cd90040a8353e6f94c317af2020f3d6e67a2e (diff) | |
debian: recommend gpg-agent instead of gnupg agent
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
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, |
