aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2011-08-01 21:58:07 +0200
committerDavid Bremner <bremner@debian.org>2011-08-01 21:58:07 +0200
commit68e8560b0962cab812d78db83d33ce7fe730cb41 (patch)
treee0cdc3ad5eade873d3176ea2b294a9077002c6d9 /debian
parent20aa9b1b7ebcd3ae1443232d2f3edaac9e82f424 (diff)
parentbb6d99497b121b2584cb76f9954726ffdd2f48eb (diff)
Merge branch 'release'
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog25
-rwxr-xr-xdebian/rules5
2 files changed, 25 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 37a228c4..1b642802 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+notmuch (0.7-1) unstable; urgency=low
+
+ * New upstream release (no changes since 0.7~rc1).
+ * Upload to unstable.
+
+ -- David Bremner <bremner@debian.org> Mon, 01 Aug 2011 21:46:26 +0200
+
+notmuch (0.7~rc1-1) experimental; urgency=low
+
+ * Upstream release candidate.
+ * Fix for notmuch.sym and parallel build (Thanks to
+ Thomas Jost)
+ * Bug fixes from Jason Woofenden for vim interface:
+ - Fix "space (in show mode) mostly adds tag:inbox and tag:unread
+ instead of removing them" (Closes: #633009).
+ - Fix "says press 's'; to toggle signatures, but it's
+ really 'i'", (Closes: #633115).
+ - Fix "fix for from list on search pages", (Closes: #633045).
+ * Bug fixes for vim interface from Uwe Kleine-König
+ - use full path for sendmail/doc fix
+ - fix compose temp file name
+ * Python tag encoding fixes from Sebastian Spaeth.
+
+ -- David Bremner <bremner@debian.org> Fri, 29 Jul 2011 12:16:56 +0200
+
notmuch (0.6.1-1) unstable; urgency=low
* Properly install README.Debian in notmuch-vim (Closes: #632992).
diff --git a/debian/rules b/debian/rules
index 169a8050..956f3f2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,9 @@
#!/usr/bin/make -f
-VERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version:\([^-]*\)/\1/p')
-
%:
dh --with python2 $@
override_dh_auto_configure:
- cp version debian/version.pre-build
- echo $(VERSION) > version
dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
override_dh_auto_build:
@@ -15,7 +11,6 @@ override_dh_auto_build:
dh_auto_build --sourcedirectory bindings/python
override_dh_auto_clean:
- -mv debian/version.pre-build version
dh_auto_clean
dh_auto_clean --sourcedirectory bindings/python