notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 8fe58226ef81e9600c97675e62d4a78e0f6eeefe (patch)
   parent 6cf6469e debian: add explicit build-depends on gnupg
     tree b0fa49dfe5b08104c2ee3181eba8aec837ffaef1
   author David Bremner <david@tethera.net>  2016-07-19 08:51:33 -0300
committer David Bremner <david@tethera.net>  2016-07-19 08:51:33 -0300

debian: changelog stanza for 0.22.1-2

---
 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 916100d9..bac4fcb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.22.1-2) unstable; urgency=medium
+
+  * Add explicit build-depends on gnupg, for the test suite.
+
+ -- David Bremner <bremner@debian.org>  Tue, 19 Jul 2016 08:50:13 -0300
+
 notmuch (0.22.1-1) unstable; urgency=medium
 
   * Correct the definition of `LIBNOTMUCH_CHECK_VERSION`.


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