diff options
| author | David Bremner <david@tethera.net> | 2016-12-29 08:41:20 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-12-29 08:41:20 +0900 |
| commit | 11064124732961f6fcfd78226ebaba0abed2c8fe (patch) | |
| tree | a7ff0ecee9228ec0e731579151517f6b1fe58f83 /debian | |
| parent | f2a038825b73d4b9fa6cfd3ecbe661f1e6a49840 (diff) | |
| parent | 4dde1e677473faa6588909396820f9948e28923f (diff) | |
Merge branch 'release'
merge 0.23.4 release
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | debian/rules | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9c2ebf75..18788d86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.23.4-1) unstable; urgency=medium + + * Improve error handling in notmuch insert + * Restore autoload cookie for notmuch-search (notmuch-emacs) + + -- David Bremner <bremner@debian.org> Sat, 24 Dec 2016 17:47:48 +0900 + notmuch (0.23.3-3) unstable; urgency=medium * Disable gdb using tests on kfreebsd-*, due to apparent gdb breakage diff --git a/debian/rules b/debian/rules index 15710a89..a915179b 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,7 @@ override_dh_auto_configure: --mandir=/usr/share/man \ --infodir=/usr/share/info \ --sysconfdir=/etc \ - --localstatedir=/var \ - --emacslispdir=/usr/share/emacs/site-lisp/notmuch + --localstatedir=/var override_dh_auto_build: dh_auto_build -- V=1 |
