notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit f8253363206caeb90e1b82ed00c73708116a9aba
  parents 801ca7fa Revert "debian: start changelog for 0.38.3-1"
          63d1a100 Record notmuch (0.38.2-1.1) in archive suite sid
     tree 2cfbfa41ea5c7a622e18bf91b4891baf4e5759a9
   author David Bremner <david@tethera.net>  2024-03-09 23:07:21 -0400
committer David Bremner <david@tethera.net>  2024-03-09 23:07:21 -0400

Merge from sid [dgit]


 debian/changelog                                       |  7 +++++++
 debian/control                                         | 15 +++++++++------
 debian/{libnotmuch5.install => libnotmuch5t64.install} |  0
 debian/libnotmuch5t64.lintian-overrides                |  1 +
 debian/{libnotmuch5.symbols => libnotmuch5t64.symbols} |  2 +-
 5 files changed, 18 insertions(+), 7 deletions(-)

diff --cc debian/changelog
index 47b0c651,a909b9d8..447da3b7
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,10 +1,18 @@@
 +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.1) unstable; urgency=medium
+ 
+   * Non-maintainer upload.
+   * Rename libraries for 64-bit time_t transition.  Closes: #1063205
+ 
+  -- Benjamin Drung <bdrung@debian.org>  Wed, 28 Feb 2024 23:56:48 +0000
+ 
  notmuch (0.38.2-1) unstable; urgency=medium
  
    * New upstream bugfix release

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