notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 1126732eced3f13f7934c5b152eb4ed018789502 (patch)
   parent 19f0ca7e debian: remove Xapian exceptions symbols from libnotmuch1.symbols
     tree ce323af7e95abecc58d1dc548b7473e72bc988f6
   author David Bremner <bremner@debian.org>  2011-06-20 19:05:53 -0300
committer David Bremner <bremner@debian.org>  2011-06-23 07:58:31 -0300

debian: update changelog for upload 0.6~254, bump standards version to 3.9.2

---
 debian/changelog | 16 ++++++++++++++++
 debian/control   |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dbaf83b6..6ebbcf65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+notmuch (0.6~254) experimental; urgency=low
+
+  [David Bremner]
+  * Git snapshot fba968d
+  * Upstream release candidate
+  * Build binary package python-notmuch from upstream notmuch.
+  * Split off emacs and vim interfaces into their own packages.
+    (Closes: #578199)
+  * Hide Xapian exception symbols
+  * Build-depend on emacs23-nox instead of emacs
+
+  [ Jameson Rollins ]
+  * Bump standards version to 3.9.2 (No changes).
+  
+ -- David Bremner <bremner@debian.org>  Thu, 23 Jun 2011 07:50:05 -0300
+
 notmuch (0.6~237) experimental; urgency=low
 
   * Git snapshot 12d6f90
diff --git a/debian/control b/debian/control
index 68603baf..0f1e179d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Jameson Graef Rollins <jrollins@finestructure.net>, martin f. krafft
 Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, 
  libgmime-2.4-dev, libtalloc-dev, libz-dev,  python-all (>= 2.6.6-3~),
  emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~)
-Standards-Version: 3.9.1.0
+Standards-Version: 3.9.2
 Homepage: http://notmuchmail.org/
 Vcs-Git: git://notmuchmail.org/git/notmuch
 Vcs-Browser: http://git.notmuchmail.org/git/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