notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 3245dfc3c5e698b0dbaf859782989a189bf09800 (patch)
   parent e41c2d3a Merge tag 'debian/0.23.5-1' into jessie-backports
     tree dfd67a50b10987be84bf423d29a7b434db0e3e94
   author David Bremner <david@tethera.net>  2017-02-21 18:32:11 -0400
committer David Bremner <david@tethera.net>  2017-02-21 18:32:11 -0400

debian: changelog stanza for backport

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

diff --git a/debian/changelog b/debian/changelog
index 13ded4ab..955a605f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.23.5-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- David Bremner <bremner@debian.org>  Tue, 21 Feb 2017 18:31:10 -0400
+
 notmuch (0.23.5-1) unstable; urgency=medium
 
   * Remove RUNPATH from /usr/bin/notmuch


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