mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
debian: recommend gpg-agent instead of gnupg agent
This commit is contained in:
parent
b97cd90040
commit
3b8c0dee22
2 changed files with 9 additions and 1 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -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
|
notmuch (0.38.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream bugfix release
|
* New upstream bugfix release
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -55,7 +55,7 @@ Depends:
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
Recommends:
|
Recommends:
|
||||||
elpa-notmuch | notmuch-vim | notmuch-mutt | alot,
|
elpa-notmuch | notmuch-vim | notmuch-mutt | alot,
|
||||||
gnupg-agent,
|
gpg-agent,
|
||||||
gpgsm,
|
gpgsm,
|
||||||
Suggests:
|
Suggests:
|
||||||
mailscripts,
|
mailscripts,
|
||||||
|
|
Loading…
Reference in a new issue