From f635a0177bf2c6d8bf235c1088f90fc77cdddf18 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 27 Apr 2010 17:02:17 -0700 Subject: debian/changelog: Copy in content from the NEWS file. Someday we'll automate this step. --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d0c13ba6..66589c18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +notmuch (0.3.1) unstable; urgency=low + + * Fix an infinite loop in "notmuch reply" + * Fix a potential SEGV in "notmuch search" + * emacs: Fix calculations for line wrapping in the "notmuch" view. + * emacs: Fix Fcc support to prompt to create a directory if necessary + + -- Carl Worth Tue, 27 Apr 2010 17:02:07 -0700 + notmuch (0.3) unstable; urgency=low * User-configurable tags for new messages -- cgit v1.2.3 From e9e1466b441769f77391080ee8d08ec1afac7a61 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 27 Apr 2010 17:04:52 -0700 Subject: debian: Instruct git-buildpackage that it's OK to build from this branch I wish I had something with better support for a native Debian package here. I shouldn't ever have to configure any branch---I just want it to build a package from the current branch. Instead it makes me tell it (twice!) what the current branch actually is. --- debian/gbp.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/gbp.conf b/debian/gbp.conf index dba526f6..a4794f1c 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -2,10 +2,10 @@ [DEFAULT] # The default branch for upstream sources -upstream-branch = master +upstream-branch = 0.3.x # The default branch for the debian patch (no patch in our case) -debian-branch = master +debian-branch = 0.3.x # Directory for performing the build export-dir = ./debian-build -- cgit v1.2.3