notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 9b1d10490e17406cdd253fca77a7731fbed00793 (patch)
   parent 8964fad0 debian: add build depency on texinfo
     tree 0db2673fba87fda16c564d2089ad95cac1076037
   author David Bremner <david@tethera.net>  2018-06-28 21:07:31 -0300
committer David Bremner <david@tethera.net>  2018-06-28 21:07:31 -0300

debian: changelog for 0.27-2

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

diff --git a/debian/changelog b/debian/changelog
index 8bac8a3d..1c72fe11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.27-2) unstable; urgency=medium
+
+  * Add texinfo as a build-dep, build info version of documentation.
+
+ -- David Bremner <bremner@debian.org>  Thu, 28 Jun 2018 21:01:29 -0300
+
 notmuch (0.27-1) unstable; urgency=medium
 
   * New upstream feature 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