notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 5d5628e1588ebeda792417dfbceb7f92647f667e (patch)
   parent 6442a473 version: propagate version changes
     tree 411aacd854e2f52d5d229481f1d557e8d7607fe8
   author David Bremner <bremner@debian.org>  2012-08-21 10:39:58 +0200
committer David Bremner <bremner@debian.org>  2012-08-21 10:43:50 +0200

debian: set distribution to experimental

This is to simplify potential bugfix uploads during Debian freeze.
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ec39d5d5..ef620928 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-notmuch (0.14-1) unstable; urgency=low
+notmuch (0.14-1) experimental; urgency=low
 
   [ Stefano Zacchiroli ]
   * notmuch-mutt: fix tag action invocation (Closes: #678012)


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