From: David Bremner Date: Fri, 29 Jun 2018 00:01:29 +0000 (-0300) Subject: Import notmuch_0.27-2.debian.tar.xz X-Git-Tag: archive/debian/0.27-3~1^2^2 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=d12a4f4a82bb2d33142cf66cae82189c3ed0cd2b Import notmuch_0.27-2.debian.tar.xz [dgit import tarball notmuch 0.27-2 notmuch_0.27-2.debian.tar.xz] --- d12a4f4a82bb2d33142cf66cae82189c3ed0cd2b diff --git a/NEWS b/NEWS new file mode 100644 index 00000000..bf661fe4 --- /dev/null +++ b/NEWS @@ -0,0 +1,74 @@ +notmuch (0.21~rc1-1) experimental; urgency=medium + + This release of notmuch requires a non-reversible database upgrade + to support database revision tracking. This upgrade will happen on + the first run of 'notmuch-new' after updating. Notmuch will backup + your tags for your before doing the upgrade, but it never hurts to + make your own backup with notmuch dump. + + -- David Bremner Thu, 15 Oct 2015 08:13:04 -0300 + +notmuch (0.19-1) experimental; urgency=medium + + This release of notmuch again requires a non-reversable database + upgrade to support database features. This upgrade will happen on + the first run of 'notmuch-new' after updating. Notmuch will backup + your tags for your before doing the upgrade, but it never hurts to + make your own backup with notmuch dump. + + -- David Bremner Fri, 14 Nov 2014 20:34:55 +0100 + +notmuch (0.18~rc0-1) experimental; urgency=low + + This release of notmuch requires a non-reversable database upgrade + to support the new path: and updated folder: prefixes. Notmuch + will backup your tags for your before doing the upgrade, but it + never hurts to make your own backup with notmuch dump before + next running 'notmuch new' + + -- David Bremner Tue, 22 Apr 2014 09:32:11 +0900 + +notmuch (0.17-1) unstable; urgency=low + + Previously on big endian architectures like sparc and powerpc the + computation of SHA1 hashes was incorrect. This meant that messages + with overlong or missing message-ids were given different computed + message-ids than on more common little endian architectures like + i386 and amd64. If you use notmuch on a big endian architecture, + you are strongly advised to make a backup of your tags using + `notmuch dump` before this upgrade. You can locate the affected + files using something like: + + notmuch dump | \ + awk '/^notmuch-sha1-[0-9a-f]{40} / \ + {system("notmuch search --exclude=false --output=files id:" $1)}' + + -- David Bremner Mon, 30 Dec 2013 20:31:16 -0400 + +notmuch (0.16-1) unstable; urgency=low + + The vim interface has been rewritten from scratch. In particular + it requires a version of vim with ruby support. + + -- David Bremner Sat, 16 Feb 2013 08:12:02 -0400 + +notmuch (0.14-1) unstable; urgency=low + + There is an incompatible change in option syntax for dump and restore + in this release. Please update your scripts. + + From upstream NEWS: + + The deprecated positional output file argument to notmuch dump has + been replaced with an --output option. The input file positional + argument for restore has been replaced with an --input option for + consistency with dump. + + -- David Bremner Sun, 05 Aug 2012 11:52:49 -0300 + +notmuch (0.6~238) unstable; urgency=low + + The emacs user interface to notmuch is now contained in a separate + package called notmuch-emacs. + + -- David Bremner Mon, 20 Jun 2011 23:57:55 -0300 diff --git a/changelog b/changelog new file mode 100644 index 00000000..1c72fe11 --- /dev/null +++ b/changelog @@ -0,0 +1,1252 @@ +notmuch (0.27-2) unstable; urgency=medium + + * Add texinfo as a build-dep, build info version of documentation. + + -- David Bremner Thu, 28 Jun 2018 21:01:29 -0300 + +notmuch (0.27-1) unstable; urgency=medium + + * New upstream feature release + - thread subqueries (match terms in different messages of same thread) + - notmuch new --full-scan (ignore mtimes) + - notmuch show --decrypt=stash (decrypt and stash on first read) + + -- David Bremner Tue, 12 Jun 2018 22:39:33 -0300 + +notmuch (0.27~rc1-1) experimental; urgency=medium + + * New upstream release candidate + + -- David Bremner Thu, 31 May 2018 08:19:00 -0300 + +notmuch (0.27~rc0-1) experimental; urgency=medium + + * New upstream release candidate + + -- David Bremner Sat, 26 May 2018 09:12:37 -0700 + +notmuch (0.26.2-2) unstable; urgency=medium + + * Mark gdb and dtach as , meaning they are only needed for + the test suite. + * Re-enable gdb based tests on s390x, ppc64el, armel, mipsel, they + pass on porterbox. Leave disabled on mipsel64 (gdb tests still + failing), and mips (many tests fail on porterbox). + + -- David Bremner Sun, 06 May 2018 08:36:52 -0300 + +notmuch (0.26.2-1) unstable; urgency=medium + + * Upstream bugfix release + - Break reference loops when indexing, fixes INTERNAL_ERROR in "notmuch show" + - Don't call get_mset(0,0,X), fixes crash on some gcc8 using distros + + -- David Bremner Sat, 28 Apr 2018 08:10:24 -0300 + +notmuch (0.26.1-1) unstable; urgency=medium + + * Bump LIBRARY_MINOR_VERSION to 1, for new functions in 0.26 + + -- David Bremner Mon, 02 Apr 2018 08:08:01 -0300 + +notmuch (0.26-1) unstable; urgency=medium + + [ Daniel Kahn Gillmor ] + * build against python3-sphinx instead of python-sphinx + * d/changelog: strip trailing whitespace + * move to debhelper 10 + * Standards-Version: bump to 4.1.3 (drop priority: extra + from transitional packages) + + [ David Bremner ] + * New upstream release (see /usr/share/doc/notmuch/NEWS.gz) + - new command 'notmuch reindex' + - optional indexing of encrypted emails. + - indexing of files with duplicate message-id + * update symbols + + -- David Bremner Tue, 09 Jan 2018 07:13:21 -0400 + +notmuch (0.26~rc2-1) experimental; urgency=medium + + * Third upstream release candidate + + -- David Bremner Tue, 09 Jan 2018 07:13:11 -0400 + +notmuch (0.26~rc1-1) experimental; urgency=medium + + * Second upstream release candidate + + -- David Bremner Mon, 01 Jan 2018 21:17:39 -0400 + +notmuch (0.26~rc0-1) experimental; urgency=medium + + * Upstream release candidate + + -- David Bremner Thu, 28 Dec 2017 10:21:08 -0400 + +notmuch (0.25.3-1) unstable; urgency=medium + + * Upstream bugfix release. Fix for OpenPGP UID validity reporting, + and build failure with GMime 3.0.3+. + * Bug fix: "notmuch FTBFS on Alpha due to broken gdb", thanks to + Michael Cree (Closes: #881028). + + -- David Bremner Fri, 08 Dec 2017 21:08:00 -0400 + +notmuch (0.25.2-1) unstable; urgency=medium + + * New upstream bugfix release: fix for segfault when compiled + against gmime-2.6 + + -- David Bremner Sun, 05 Nov 2017 20:05:49 -0400 + +notmuch (0.25.1-1) unstable; urgency=medium + + * new upstream bugfix release: mitigation for emacs bug 28350 + * remove obsolete lintian override + * reformat debian/NEWS + + -- David Bremner Mon, 11 Sep 2017 22:20:48 -0300 + +notmuch (0.25-6) unstable; urgency=medium + + * Bug fix: "deletes shipped file on reinstall: + /etc/emacs/site-start.d/50notmuch.el", thanks to Andreas Beckmann + (Closes: #872197). + + -- David Bremner Tue, 15 Aug 2017 07:52:21 -0300 + +notmuch (0.25-5) unstable; urgency=medium + + * Bug fix: "dependency on elpa-emacs doesn't seem right", thanks + to Jiri Palecek (Closes: #871642). + + -- David Bremner Thu, 10 Aug 2017 06:42:50 -0400 + +notmuch (0.25-4) unstable; urgency=medium + + * Recommend elpa-emacs instead emacs-notmuch + + -- David Bremner Fri, 04 Aug 2017 18:11:35 -0400 + +notmuch (0.25-3) unstable; urgency=medium + + * Remove old startup file /etc/emacs/site-start.d/50notmuch.el + + -- David Bremner Thu, 03 Aug 2017 09:26:00 -0400 + +notmuch (0.25-2) unstable; urgency=medium + + * Drop build-dep on libgmime-2.4-dev, long unsupported upstream + * Bug fix: "please transition to gmime 3.0", thanks to Daniel Kahn + Gillmor (Closes: #867353). + + -- David Bremner Wed, 26 Jul 2017 10:59:14 -0400 + +notmuch (0.25-1) unstable; urgency=medium + + * New upstream release + - regexp search for mid, paths, tags + - drop inline images when indexing html + + -- David Bremner Tue, 25 Jul 2017 08:28:20 -0300 + +notmuch (0.25~rc1-2) unstable; urgency=low + + * upload to unstable + + -- David Bremner Tue, 18 Jul 2017 19:47:45 -0300 + +notmuch (0.25~rc1-1) experimental; urgency=medium + + * Bump standards version to 4.0.0 (no changes needed) + * New upstream release candidate + + -- David Bremner Tue, 18 Jul 2017 07:04:14 -0300 + +notmuch (0.25~rc0-2) experimental; urgency=medium + + * Fix compilation on 32 bit architectures (time_t vs. gint64) + + -- David Bremner Mon, 17 Jul 2017 08:49:32 -0300 + +notmuch (0.25~rc0-1) experimental; urgency=medium + + * New upstream release candidate + * Drop notmuch-dbg, use notmuch-dbgsym if debug symbols are needed. + * [lib] Bump SONAME to libnotmuch.so.5 + * Bug fix: "doesn't check gpg/pgp signatures by default", thanks + to Vagrant Cascadian (Closes: #755544). + * Bug fix: "allow separation of command-line options and their + values: --option foo", thanks to Paul Wise (Closes: #825886). + + -- David Bremner Sun, 16 Jul 2017 08:48:59 -0300 + +notmuch (0.24.2-2) unstable; urgency=medium + + * rebuild for unstable + + -- David Bremner Sun, 02 Jul 2017 12:48:46 -0300 + +notmuch (0.24.2-1) experimental; urgency=medium + + * Fix dump output to not include tags when not asked for + * Fix file name stashing in emacs tree view. + + -- David Bremner Thu, 01 Jun 2017 07:24:55 -0300 + +notmuch (0.24.1-1) experimental; urgency=medium + + * Restore Xapian wildcard queries to from: and subject: + * Handle empty queries for from: and subject: + * Memory leaks in notmuch show fixed + * Fix bug notmuch dump header generation + + -- David Bremner Sat, 01 Apr 2017 09:17:47 -0300 + +notmuch (0.24-1) experimental; urgency=medium + + * New upstream release + - regexp search for from: and subject: + - Emacs interface improvements: + - draft handling + - don't automatically expand application/* + - jump (shortcut) menu for tagging. + - fold long headers when sending + - library improvements + - catch some stray DatabaseModifiedErrors + - make exclude handling non-destructive. + + -- David Bremner Sun, 12 Mar 2017 22:14:25 -0300 + +notmuch (0.24~rc1-1) experimental; urgency=medium + + * New upstream release candidate + * upstream release notes + * One library internals fix/optimization for regexp processing. + + -- David Bremner Wed, 08 Mar 2017 08:08:34 -0400 + +notmuch (0.24~rc0-1) experimental; urgency=medium + + * New upstream feature release (candidate). + + -- David Bremner Sun, 05 Mar 2017 19:32:08 -0400 + +notmuch (0.23.7-3) unstable; urgency=medium + + * Cherry pick fixes to dump header from 0.24.1 + + -- David Bremner Sat, 01 Apr 2017 21:09:36 -0300 + +notmuch (0.23.7-2) unstable; urgency=medium + + * Cherry pick 06adc276, fix use after free in libnotmuch4 + + -- David Bremner Sun, 19 Mar 2017 09:38:17 -0300 + +notmuch (0.23.7-1) unstable; urgency=medium + + * Move test suite $GNUPGHOME to /tmp to avoid problems with long build paths. + * Fix read-after-free bug in `notmuch new`. + + -- David Bremner Tue, 28 Feb 2017 20:39:30 -0400 + +notmuch (0.23.5-1) unstable; urgency=medium + + * Remove RUNPATH from /usr/bin/notmuch + + -- David Bremner Mon, 09 Jan 2017 06:24:39 -0400 + +notmuch (0.23.4-1) unstable; urgency=medium + + * Improve error handling in notmuch insert + * Restore autoload cookie for notmuch-search (notmuch-emacs) + + -- David Bremner 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 + + -- David Bremner Mon, 05 Dec 2016 08:25:32 -0400 + +notmuch (0.23.3-2) unstable; urgency=medium + + * Add missing depends to notmuch-emacs. Thanks to micah for the + report. + + -- David Bremner Thu, 01 Dec 2016 08:06:59 -0400 + +notmuch (0.23.3-1) unstable; urgency=medium + + * Re-enable test suite + * Fix test suite compatibility with gnupg 2.1.16. Fixes: "FTBFS: + Tests failures", thanks to Lucas Nussbaum (Closes: #844915). + * Bug fix: "race condition in `notmuch new`?", thanks to Paul Wise + (Closes: #843127). + + -- David Bremner Sat, 26 Nov 2016 08:37:39 -0400 + +notmuch (0.23.2-1) unstable; urgency=medium + + * New upstream bugfix release + * Convert notmuch-emacs to dh-elpa, new binary package elpa-notmuch + * Bug fix: "maintainer script(s) do not start on #!", thanks to + treinen@debian.org; (Closes: #843287). + + -- David Bremner Thu, 10 Nov 2016 22:36:04 -0400 + +notmuch (0.23.1-1) unstable; urgency=medium + + * New upstream bugfix release + * Fix test suite for Emacs 25.1 + * Fix some Emacs customization regressions introduced in 0.23 + * Bug fix: "testsuite fails with TERM=unknown", thanks to Gianfranco + Costamagna (Closes: #841319). + + -- David Bremner Sun, 23 Oct 2016 22:06:12 -0300 + +notmuch (0.23-2) unstable; urgency=medium + + * upload to unstable + + -- David Bremner Wed, 05 Oct 2016 21:27:00 -0300 + +notmuch (0.23-1) experimental; urgency=medium + + * New upstream release + * Bump minor version of libnotmuch4 because of new symbols. + * Several new features, see /usr/share/doc/notmuch/NEWS.gz + + -- David Bremner Mon, 03 Oct 2016 22:46:26 -0300 + +notmuch (0.23~rc1-1) experimental; urgency=medium + + * New upstream release candidate + * Make configure more robust on "unknown" platforms. Fixes FTBFS on + kfreebsd. + + -- David Bremner Fri, 30 Sep 2016 07:19:26 -0300 + +notmuch (0.23~rc0-1) experimental; urgency=medium + + * New upstream release candidate + * Bug fix: "Calls to notmuch_directory_get_mtime() don't return + the recently set mtime", thanks to Lars Luthman (Closes: #826881). + * Bug fix: "Please document compact command", thanks to Olivier + Berger (Closes: #825884). + + -- David Bremner Mon, 26 Sep 2016 07:28:06 -0300 + +notmuch (0.22.2-1) unstable; urgency=medium + + * Fix test suite compatibility with GnuPG 2.1.15. Bug fix: "FTBFS: + Tests failures", thanks to Lucas Nussbaum (Closes: #837013). + + -- David Bremner Thu, 08 Sep 2016 19:09:53 -0300 + +notmuch (0.22.1-3) unstable; urgency=medium + + * Gag gdb even more. Bug fix: "FTBFS in testing", thanks to Santiago + Vila (Closes: #834271). + + -- David Bremner Sun, 14 Aug 2016 13:31:13 +0900 + +notmuch (0.22.1-2) unstable; urgency=medium + + * Add explicit build-depends on gnupg, for the test suite. + + -- David Bremner Tue, 19 Jul 2016 08:50:13 -0300 + +notmuch (0.22.1-1) unstable; urgency=medium + + * Correct the definition of `LIBNOTMUCH_CHECK_VERSION`. + * Document the (lack of) operations permitted on a closed database + (Closes: #826843). + * Fix race condition in dump / restore tests. + * [notmuch-emacs] Tell `message-mode` mode that outgoing messages are mail + * [notmuch-emacs] Respect charset of MIME parts when reading them + + -- David Bremner Tue, 19 Jul 2016 06:42:09 -0300 + +notmuch (0.22.1~rc0-1) experimental; urgency=medium + + * release candidate for bugfix release + + -- David Bremner Thu, 30 Jun 2016 21:28:13 +0200 + +notmuch (0.22-1) unstable; urgency=medium + + * New upstream release. See /usr/share/doc/notmuch/NEWS for new + features and bug fixes. + + -- David Bremner Tue, 26 Apr 2016 21:31:44 -0300 + +notmuch (0.22~rc1-1) experimental; urgency=medium + + * Upstream release candidate + + -- David Bremner Sun, 24 Apr 2016 18:03:15 -0300 + +notmuch (0.22~rc0-1) experimental; urgency=medium + + * Upstream release candidate + + -- David Bremner Sat, 16 Apr 2016 08:45:32 -0300 + +notmuch (0.21-3) unstable; urgency=medium + + * Add mips and mips64el to gdb build-dep blacklist + + -- David Bremner Sat, 14 Nov 2015 19:07:06 -0400 + +notmuch (0.21-2) unstable; urgency=medium + + * Build-conflict with gdb on ppc64el and mipsel. Workaround gdb breakage on those + architectures (Closes: #804792). + + -- David Bremner Thu, 12 Nov 2015 08:54:23 -0400 + +notmuch (0.21-1) unstable; urgency=medium + + * New upstream release. Highlights include + - revision tracking for metadata + - new features and bug fixes for emacs interface + See /usr/share/doc/notmuch/NEWS for more details. + + -- David Bremner Thu, 29 Oct 2015 20:04:42 -0300 + +notmuch (0.21~rc3-3) experimental; urgency=medium + + * Build-conflict with gdb-minimal. gdb python scripts are needed for + the test suite + + -- David Bremner Sun, 25 Oct 2015 22:08:56 -0300 + +notmuch (0.21~rc3-2) experimental; urgency=medium + + * Bug fix: "reply-to encrypted messages in tree view fails to quote + and defaults to unencrypted message", thanks to Vagrant Cascadian + (Closes: #795243). + * Bug fix: "install/notmuch-emacs may interact with console, fail + emacs24 upgrade", thanks to Hilko Bengen (Closes: #802952). + + -- David Bremner Sun, 25 Oct 2015 13:42:57 -0300 + +notmuch (0.21~rc3-1) experimental; urgency=medium + + * New upstream release candidate + + -- David Bremner Thu, 22 Oct 2015 09:19:02 -0300 + +notmuch (0.21~rc2-1) experimental; urgency=medium + + * New upstream release candidate + + -- David Bremner Mon, 19 Oct 2015 07:25:10 -0300 + +notmuch (0.21~rc1-1) experimental; urgency=medium + + * New upstream release candidate + + -- David Bremner Thu, 15 Oct 2015 08:08:17 -0300 + +notmuch (0.20.2-2) unstable; urgency=medium + + * Fix linking in emacsen-install script. The previous version can + break an emacs upgrade. + + -- David Bremner Sat, 26 Sep 2015 09:26:41 -0300 + +notmuch (0.20.2-1) unstable; urgency=medium + + * Bug fix: "notmuch-tree does not mark messages as read", thanks to + Raúl Benencia (Closes: #789693). + + -- David Bremner Sat, 27 Jun 2015 15:03:33 +0200 + +notmuch (0.20.1-1) unstable; urgency=medium + + * Bug fix: "FTBFS on arm64", thanks to Edmund Grimley Evans (Closes: + #787341). + + -- David Bremner Mon, 01 Jun 2015 21:58:54 +0200 + +notmuch (0.20-1) unstable; urgency=medium + + * New upstream release + - new mimetype search prefix + - improvements to emacs, vim, and mutt front-ends + - undeprecate single message mboxes. + - reduced noise on stderr from the library + - improved API for notmuch_query_search_{messages, thread} + + -- David Bremner Sun, 31 May 2015 11:21:14 +0200 + +notmuch (0.20~rc2-1) experimental; urgency=medium + + * New upstream release candidate. + * Fix breakage of python bindings under python3 + + -- David Bremner Sat, 23 May 2015 21:05:03 +0200 + +notmuch (0.20~rc1-1) experimental; urgency=medium + + * New upstream release candidate + + -- David Bremner Mon, 04 May 2015 08:08:00 +0200 + +notmuch (0.19-1) experimental; urgency=medium + + * New upstream release. + - Improvements to reliability of 'notmuch dump' and the error + handling for 'notmuch insert'. + - The new 'notmuch address' command is intended to make searching + for email addresses more convenient. + - At the library level the revised handling of missing messages + fixes at least one bug in threading. + - Interface improvements to the emacs interface, most notably the + ability to bindkeyboard shortcuts to saved searches. + + -- David Bremner Fri, 14 Nov 2014 19:34:12 +0100 + +notmuch (0.19~rc2-1) experimental; urgency=medium + + * New upstream release candidate + * Updated defaults for "notmuch address" + * Assert compliance with policy 3.9.6 + + -- David Bremner Sun, 09 Nov 2014 16:46:31 +0100 + +notmuch (0.19~rc1-1) experimental; urgency=low + + * New upstream release candidate + * Bump libnotmuch SONAME because of API changes + + -- David Bremner Thu, 06 Nov 2014 00:30:39 +0100 + +notmuch (0.18.2-1) unstable; urgency=medium + + * Rebuild for unstable. + * Translate T380-atomicity to use gdb/python + * Emacs 24.4 related bug fixes + * Simplify T360-symbol-hiding, port to ppc64el + + -- David Bremner Sat, 25 Oct 2014 18:19:53 +0200 + +notmuch (0.18.2~rc1-1) experimental; urgency=medium + + * Test suite bug and portability fix release. + + -- David Bremner Sat, 25 Oct 2014 10:48:16 +0200 + +notmuch (0.18.1-2) unstable; urgency=medium + + * Update build-deps to use emacs24 on buildd (Closes: #756085) + * Disable gdb atomicity test for arm64 as gdb is currently broken on + the (unofficial) buildds + * Re-enable atomicity test on armhf; upstream fix seems to have + worked. + + -- David Bremner Sat, 09 Aug 2014 11:48:10 -0300 + +notmuch (0.18.1-1) unstable; urgency=medium + + * New upstream bug fix release + - Re-enable support for single-message mbox files + - Fix for phrase indexing + - Make tagging empty query in Emacs harmless + + -- David Bremner Wed, 25 Jun 2014 07:20:45 -0300 + +notmuch (0.18.1~rc0-1) experimental; urgency=medium + + * New upstream bug fix release (candidate) + * Tighten dependence of python packages on libnotmuch + (Closes: #749881). + * Redo emacsen-install script from sample in emacsen-common + (Closes: #739839). + + -- David Bremner Sat, 14 Jun 2014 07:50:28 -0300 + +notmuch (0.18-3) unstable; urgency=medium + + * Disable atomicity tests on armel. + + -- David Bremner Thu, 08 May 2014 14:26:45 +0900 + +notmuch (0.18-2) unstable; urgency=medium + + * Disable atomicity tests on armhf. These should be re-enabled when + upstream releases a fix for this (in progress). + + -- David Bremner Thu, 08 May 2014 08:28:33 +0900 + +notmuch (0.18-1) unstable; urgency=medium + + * New upstream release. For detailed release notes see + see /usr/share/doc/notmuch/NEWS.gz. Some highlights: + - Changes/enhancements to searching for messages by filesystem + location ('folder:' and 'path:' prefixes). + - Saved searches in Emacs have also been enhanced to allow + distinct search orders for each one. + - Another enhancement to the Emacs interface is that replies to + encrypted messages are now encrypted, reducing the risk of + unintentional information disclosure. + - The default dump output format has changed to the more robust + 'batch-tag' format. + - The previously deprecated parsing of single message mboxes has + been removed. + + -- David Bremner Tue, 06 May 2014 16:20:39 +0900 + +notmuch (0.18~rc1-1) experimental; urgency=low + + * Upstream release candidate + - include encoding fix for vim client. + + -- David Bremner Sun, 04 May 2014 07:29:51 +0900 + +notmuch (0.18~rc0-1) experimental; urgency=low + + * Upstream release candidate. + * Bug fix: "insufficient sanitization of arguments to notmuch CLI", + thanks to Antoine Beaupré (Closes: #737496). + * Bug fix: "notmuch(1) manpage: typo: int -> in", thanks to Jakub + Wilk (Closes: #739556). + * Bug fix: "get a quiet option", thanks to Joerg Jaspert (Closes: + #666027). + * Bug fix: "Please remove me from Uploaders", thanks to martin f + krafft (Closes: #719100). + * Bug fix: "M-x notmuch-show-reply on an encrypted message should + insert encryption tags into the mml buffer", thanks to Daniel Kahn + Gillmor (Closes: #704648). + + -- David Bremner Tue, 22 Apr 2014 09:27:29 +0900 + +notmuch (0.17-5) unstable; urgency=medium + + * Bug fix: "unowned directory after purge: /0755/", thanks to + Andreas Beckmann (Closes: #740325). + + -- David Bremner Mon, 03 Mar 2014 07:29:06 -0400 + +notmuch (0.17-4) unstable; urgency=medium + + * Bug fix: "Please update ruby binary extension install path", + thanks to Christian Hofstaedtler (Closes: #739120). + + -- David Bremner Tue, 18 Feb 2014 21:37:44 -0400 + +notmuch (0.17-3) unstable; urgency=medium + + * update notmuch-emacs for debian emacs policy 2.0.6 + * Update emacs test suite for Hurd compatibility + + -- David Bremner Sun, 12 Jan 2014 17:07:16 -0400 + +notmuch (0.17-2) unstable; urgency=medium + + * Bug fix: "package should warn in a NEWS.Debian file about possible + pre-upgrade action", thanks to Jonas Smedegaard (Closes: #733853). + + -- David Bremner Wed, 01 Jan 2014 07:44:25 -0400 + +notmuch (0.17-1) unstable; urgency=low + + * New upstream feature release. See /usr/share/doc/notmuch/NEWS.gz + for details. Highlights include: + - notmuch compact command (Closes: #720543). + - emacs "tree" view + * Remove madduck from uploaders (Closes: #719100). + + -- David Bremner Mon, 30 Dec 2013 20:28:20 -0400 + +notmuch (0.17~rc4-1) experimental; urgency=low + + * New upstream release candidate + + -- David Bremner Sat, 28 Dec 2013 18:30:06 -0400 + +notmuch (0.17~rc3-1) experimental; urgency=low + + * New upstream release candidate + + -- David Bremner Sat, 07 Dec 2013 17:05:11 +0800 + +notmuch (0.17~rc2-1) experimental; urgency=low + + * New upstream release candidate + * Remove gdb as build-dep on s390x. This implicitly disables failing + atomicity test. For more information, see #728705 + + -- David Bremner Sun, 24 Nov 2013 19:34:28 -0400 + +notmuch (0.17~rc1-1) experimental; urgency=low + + * New upstream release candidate + + -- David Bremner Wed, 20 Nov 2013 19:27:48 -0400 + +notmuch (0.16-1) unstable; urgency=low + + * New upstream feature release + - 'notmuch insert' command replaces notmuch-deliver (Closes: #692889). + - New ruby based vim interface (Closes: 616692, 636707). + * Provide a notmuch-dbg package, thanks to Daniel Kahn Gillmor + (Closes: #717339). + * Include alot to the list of recommended interfaces, thanks to + Simon Chopin (Closes: #709832). + + -- David Bremner Sat, 03 Aug 2013 08:28:39 -0300 + +notmuch (0.15.2-2) unstable; urgency=low + + * Bug fix: tighten dependence of notmuch-mutt on notmuch, + thanks to Philippe Gimmel and Jameson Rollins (Closes: #703608). + * Bump Standards-Version to 3.9.4; no changes. + + -- David Bremner Sat, 25 May 2013 18:37:23 -0300 + +notmuch (0.15.2-1) experimental; urgency=low + + * Upstream bug fix release. + - Improve support for parallel building + - Update Emacs tests for portability, fix FTBFS on hurd-i386 + + -- David Bremner Fri, 22 Mar 2013 20:42:42 -0400 + +notmuch (0.15.1-1) experimental; urgency=low + + * Upstream bug fix release: set default TERM for running tests. + * Re-enable build time self-tests. + + -- David Bremner Thu, 24 Jan 2013 07:19:45 -0400 + +notmuch (0.15-2) experimental; urgency=low + + * Disable tests until a proper fix for running tests without a + proper TERM value is developed (again). + + -- David Bremner Sun, 20 Jan 2013 18:36:16 -0400 + +notmuch (0.15-1) experimental; urgency=low + + * New upstream release. + - Date range search support + - Empty tag names and tags beginning with "-" are deprecated + - Support for single message mboxes is deprecated + - Fixed `notmuch new` to skip ignored broken symlinks + - New dump/restore format and tagging interface + - Emacs Interface + - Removal of the deprecated `notmuch-folders` variable + - Visibility of MIME parts can be toggled + - Emacs now buttonizes mid: links + - Improved text/calendar content handling + - Disabled coding conversions when reading + - Fixed errors with HTML email containing images in Emacs 24 + - Fixed handling of tags with unusual characters in them + - Fixed buttonization of id: links without quote characters + - Automatic tag changes are now unified and customizable + - Support for stashing the thread id in show view + - New add-on tool: notmuch-pick + + -- David Bremner Fri, 18 Jan 2013 21:23:36 -0400 + +notmuch (0.15~rc1-1) experimental; urgency=low + + * New upstream release candidate. + * Change priority to optional (Closes: #687217). + * Remove Dm-Upload-Allowed field, as this is no longer used by + Debian. + * Add python3 bindings, thanks to Jakub Wilk (Closes: #683515). + * Bug fix: ".ical attachment problem", (Closes: #688747). + + -- David Bremner Wed, 16 Jan 2013 08:28:27 -0400 + +notmuch (0.14-1) experimental; urgency=low + + [ Stefano Zacchiroli ] + * notmuch-mutt: fix tag action invocation (Closes: #678012) + * Use notmuch-search-terms manpage in notmuch-mutt (Closes: #675073). + + [ David Bremner ] + * Do a better job of cleaning up after configuration and testing + (Closes: #683505) + * Alternately depend on emacs24 instead of emacs23 (Closes: #677900). + * New upstream version + - incompatible changes to dump/restore syntax + - bug fixes for maildir synchronization + + -- David Bremner Tue, 21 Aug 2012 10:39:33 +0200 + +notmuch (0.13.2-1) unstable; urgency=low + + * Upstream bugfix release. No changes to binary packages. + + -- David Bremner Sat, 02 Jun 2012 18:16:01 -0300 + +notmuch (0.13.1-1) unstable; urgency=low + + * Upstream bugfix release. + - fix for encoding problems with reply in emacs + - notmuch_database_(get_directory|find_message_by_filename) now + work for read-only databases. + + -- David Bremner Fri, 25 May 2012 21:19:06 -0300 + +notmuch (0.13-1) unstable; urgency=low + + * New upstream release. See /usr/share/doc/notmuch/NEWS.gz for changes. + + [ Stefano Zacchiroli ] + * Recommend all notmuch UI (including notmuch-mutt) as alternatives, + to avoid unneeded vim/emacs installation. Thanks Matteo F. Vescovi + for the patch. (Closes: #673011) + + -- David Bremner Tue, 15 May 2012 18:19:32 -0300 + +notmuch (0.13~rc1-2) experimental; urgency=low + + * New upstream pre-release + * new binary package "notmuch-mutt" for Mutt integration + * Bump libnotmuch SONAME because of API changes + + -- David Bremner Sat, 05 May 2012 10:26:47 -0300 + +notmuch (0.12-1) unstable; urgency=low + + * New upstream release + - Python 3.2 support + - GMime 2.6 support + - Many updates to emacs interface (see /usr/share/doc/notmuch/NEWS) + - Optionally ignore some files/directories within mail hierarchy + + -- David Bremner Tue, 20 Mar 2012 18:45:22 -0300 + +notmuch (0.12~rc2-1) experimental; urgency=low + + * Upstream pre-release + * New bug fixes since ~rc1 + - fix for uninitialized variable + - fix for python bindings type signatures + + -- David Bremner Sun, 18 Mar 2012 08:10:35 -0300 + +notmuch (0.12~rc1-1) experimental; urgency=low + + * Upstream pre-release. + * Bump standards version to 3.9.3; no changes. + + -- David Bremner Thu, 01 Mar 2012 07:51:45 -0400 + +notmuch (0.11.1-1) unstable; urgency=low + + * Upstream bugfix release + - Fix error handling bug in python bindings + - Fix vulnerability in emacs reply handling + + -- David Bremner Fri, 03 Feb 2012 08:35:41 -0400 + +notmuch (0.11-1) unstable; urgency=low + + * New upstream release. + - New 'hook' feature for notmuch-new + - performance and memory use improvements + - new add-on tool notmuch-deliver + + -- David Bremner Fri, 13 Jan 2012 19:59:23 -0400 + +notmuch (0.11~rc3-1) experimental; urgency=low + + * New upstream release candidate + - Fix for uninitialized variable(s) in notmuch-reply + + -- David Bremner Mon, 09 Jan 2012 07:07:46 -0400 + +notmuch (0.11~rc2-1) experimental; urgency=low + + * New upstream release candidate. + - Includes fix for one python bindings segfault. + + -- David Bremner Mon, 02 Jan 2012 06:57:29 -0400 + +notmuch (0.11~rc1-1) experimental; urgency=low + + * New upstream release candidate. + + -- David Bremner Sun, 25 Dec 2011 23:07:08 -0400 + +notmuch (0.10.2-1) unstable; urgency=low + + * Upstream bug fix release + - Fix segfault in python bindings due to missing g_type_init call. + + -- David Bremner Sun, 04 Dec 2011 22:06:46 -0400 + +notmuch (0.10.1-1) unstable; urgency=low + + * Upstream bug fix release. + - Fix segfault on "notmuch --help" + + -- David Bremner Fri, 25 Nov 2011 12:11:30 -0500 + +notmuch (0.10-1) unstable; urgency=low + + * New upstream release + - search performance improvements + - emacs UI improvements + - new dump/restore features + - new script contrib/nmbug for sharing tags + - see /usr/share/doc/notmuch/NEWS for details + + -- David Bremner Wed, 23 Nov 2011 07:44:01 -0400 + +notmuch (0.10~rc2-1) experimental; urgency=low + + * New upstream release candidate + - includes patch to avoid long unix domain socket paths in tests + + -- David Bremner Sat, 19 Nov 2011 08:21:39 -0400 + +notmuch (0.10~rc1-1) experimental; urgency=low + + * New upstream release candidate. + + -- David Bremner Tue, 15 Nov 2011 19:46:55 -0400 + +notmuch (0.9-1) unstable; urgency=low + + * New upstream release. + * Only doc changes since last release candidate. + * Upload to unstable. + + -- David Bremner Tue, 11 Oct 2011 21:51:29 -0300 + +notmuch (0.9~rc2-1) experimental; urgency=low + + * Upstream release candidate + * API changes for n_d_find_message and n_d_find_message_by_filename. + - New SONAME for libnotmuch + - bindings changes for ruby and python + * Less non-text parts reported in replies. + * emacs: provide button action to fetch unknown gpg keys + + -- David Bremner Fri, 07 Oct 2011 18:53:04 -0300 + +notmuch (0.9~rc1-1) experimental; urgency=low + + * Upstream release candidate + - Atomicity improvements, thanks to Austin Clements + - Add missing call to g_type_init, thanks to Aaron Ecay + * notmuch-emacs: add versioned dependency on notmuch. + (Closes: #642240). + + -- David Bremner Sun, 25 Sep 2011 11:26:01 -0300 + +notmuch (0.8-1) unstable; urgency=low + + * New upstream version. + - Improved handling of message/rfc822 parts + - Improved Build system portability + - Documentation update for Ruby bindings + - Unicode, iterator, PEP8 changes for python bindings + + -- David Bremner Sat, 10 Sep 2011 08:53:55 -0300 + +notmuch (0.8~rc1-1) experimental; urgency=low + + * Upstream release candidate. + + -- David Bremner Tue, 06 Sep 2011 22:24:24 -0300 + +notmuch (0.7-1) unstable; urgency=low + + * New upstream release (no changes since 0.7~rc1). + * Upload to unstable. + + -- David Bremner 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 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). + Thanks to Jason Woofenden for the report. + * Force notmuch to depend on the same version of libnotmuch. Thanks to + Uwe Kleine-König for the patch. + * Export typeinfo for Xapian exceptions from libnotmuch. This fixes + certain mysterious uncaught exception problems. + + -- David Bremner Sun, 17 Jul 2011 10:20:42 -0300 + +notmuch (0.6) unstable; urgency=low + + * New upstream release; see /usr/share/doc/notmuch/NEWS for + details. Highlights include: + - Folder-based search (Closes: #597222) + - PGP/MIME decryption and verification + * Document strict dependency on emacs23 (Closes: #631994). + + -- David Bremner Fri, 01 Jul 2011 11:45:22 -0300 + +notmuch (0.6~rc1) experimental; urgency=low + + * Git snapshot 3f777b2 + * Upstream release candidate. + * Fix description of notmuch-vim to mention vim, not emacs + (Closes: #631974) + * Install zsh completion as an example instead of into /usr/share/zsh to + avoid file conflict with zsh. + + -- David Bremner Thu, 30 Jun 2011 10:02:05 -0300 + +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 Thu, 23 Jun 2011 07:50:05 -0300 + +notmuch (0.6~237) experimental; urgency=low + + * Git snapshot 12d6f90 + * Emacs: hide original message in top posted replies, isearch fix, + message display/hiding fixes/improvements. + * CLI: received header fixes. + * python: Improve docs, Remove Messages().__len__, Implement + Message.__cmp__ and __hash__, Message.tags_to_maildir_flags + + -- David Bremner Sat, 18 Jun 2011 11:14:51 -0300 + +notmuch (0.6~215) experimental; urgency=low + + * Git snapshot 5143e5e + * GMime: improve password handling, prevent premature closing stdout + * Emacs: sender address UI tweaks + * lib/message-file: plug three memleaks. + * Updated python bindings + * Sanitize "Subject:" and "Author:" fields in notmuch-search + * vim: new delete command, update mark as read command + + -- David Bremner Sat, 04 Jun 2011 08:37:36 -0300 + +notmuch (0.6~180) experimental; urgency=low + + * Git snapshot 1a96c40 + * Fix corruption of binary parts + (see ML id:"874o4a1m74.fsf@yoom.home.cworth.org") + + -- David Bremner Tue, 31 May 2011 21:16:35 -0300 + +notmuch (0.6~171) experimental; urgency=low + + * Git snapshot cb8418784c2 + * PGP/MIME handling in CLI and emacs front end. + * cli: Rewrite of multipart handling. + * emacs: Make the queries used in the all-tags section configurable + * emacs: Choose from address when composing/replying + * emacs: add notmuch-before- and notmuch-after-tag-hook + * notmuch reply: Avoid segmentation fault when printing multiple parts + * notmuch show: New part output handling. + * emacs: Show cleaner `From:' addresses in the summary line. + * emacs: Add custom `notmuch-show-elide-same-subject', + `notmuch-show-always-show-subject' + * emacs: Render text/x-vcalendar parts. + * emacs: Add `notmuch-show-multipart/alternative-discouraged'. + * vim: parse 'from' address, use sendmail directly, implement archive in + show view, refactor tagging stuff + * Eager metadata optimizations + * emacs: Fix notmuch-search-process-filter to handle incomplete lines + * Fix installation of zsh completion + * new: Enhance progress reporting + * Do not defer maildir flag synchronization for new messages + * vim: Get user email address from notmuch config file. + * lib: Save and restore term position in message while indexing. + * notmuch search: Clean up some memory leaks during search loop. + * New bindings for Go + * ruby: Add wrapper for message_get_filenames, maildir sync. interface + query_get_s{ort,tring} + * Add support for folder-based searching. + * compatibility fixes for emacs22 + + -- David Bremner Sat, 28 May 2011 07:25:49 -0300 + +notmuch (0.5+nmu3) unstable; urgency=low + + * Non-maintainer upload. + * Upload to unstable. + + -- David Bremner Sun, 01 May 2011 15:09:09 -0300 + +notmuch (0.5+nmu2) experimental; urgency=low + + * Non-maintainer upload. + * Second try at timeout for test. Put timeouts at top level. + + -- David Bremner Sun, 19 Dec 2010 21:40:08 -0400 + +notmuch (0.5+nmu1) experimental; urgency=low + + * Non-maintainer upload. + * Add a timeout to emacs tests to hopefully work around build failures. + + -- David Bremner Tue, 14 Dec 2010 22:23:51 -0400 + +notmuch (0.5) unstable; urgency=low + + * new: maildir-flag synchronization + * new: New "notmuch show --format=raw" (enables local emacs interface, + for example, to use remote notmuch via ssh) + * lib: Support for multiple files for a message + (notmuch_message_get_filenames) + * lib: Support for maildir-flag synchronization + (notmuch_message_tags_to_maildir_flags and + notmuch_message_maildir_flags_to_tags) + * emacs: Incompatible change to format of notmuch-fcc-dirs variable (for + users using the "fancy" configuration) + * emacs: Cleaner display of subject lines in thread views + + -- Carl Worth Thu, 11 Nov 2010 20:49:11 -0800 + +notmuch (0.4) unstable; urgency=low + + * new: notmuch search --output=(summary|threads|messages|tags|files) + * new: notmuch show --format=mbox + * new: notmuch config [get|set]
. [value ...] + * lib: Add notmuch_query_get_query_string and notmuch_query_get_sort + * emacs: Enable Fcc of all sent messages by default (to "sent" directory) + * emacs: Ability to all open messages in a thread to a pipe + * emacs: Optional support for detecting inline patches + * emacs: Automatically tag messages as "replied" when sending a reply + * emacs: Allow search-result color specifications to overlay each other + * emacs: Make hidden author names still available for incremental search. + * emacs: New binding of Control-TAB (works like TAB in reverse) + * test: New modularization of test suite. + * test: New testing of emacs interface. + * bugfix: Avoid setting Bcc header in "notmuch reply" + * bugfix: Avoid corruption of database when "notmuch new " is interrupted. + * bugfix: Fix failure with extremely long message ID headers. + * bugfix: Fix for messages with "charset=unknown-8bit" + * bugfix: Fix notmuch_query_search_threads to return NULL on any exception + * bugfix: Fix "notmuch search" to return non-zero on any exception + * emacs bugfix: Fix for message with a subject containing, "[1234]" + * emacs bugfix: Fix to correctly handle message IDs containing ".." + * emacs bugfix: Fix initialization so "M-x notmuch" works by default. + + -- Carl Worth Mon, 01 Nov 2010 16:23:47 -0700 + +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 + * Threads search results named based on subjects that match search + * Faster operation of "notmuch tag" (avoid unneeded sorting) + * Even Better guessing of From: header for "notmuch reply" + * Indication of author names that match a search + * emacs: An entirely new initial view for notmuch, (friendly yet powerful) + * emacs: Full-featured "customize" support for configuring notmuch + * emacs: Support for doing tab-completion of email addresses + * emacs: Support for file-based (Fcc) delivery of sent messages + * emacs: New 'G' key binding to trigger mail refresh (G == "Get new mail") + * emacs: Implement emacs message display with the JSON output from notmuch + * emacs: Better handling of HTML/MIME attachments (inline images!) + * emacs: Customizable support for tidying of text/plain message content + * emacs: New support for searchable citations (even when hidden) + * emacs: More flexible handling of header visibility + * emacs: The Return key now toggles message visibility anywhere + * emacs: Customizable formatting of search results + * emacs: Generate nicer names for search buffers when using a saved search. + * emacs: Add a notmuch User-Agent header when sending mail from notmuch/emacs + * emacs: New keybinding (M-Ret) to open all collapsed messages in a thread + * libnotmuch1: Provide a new NOTMUCH_SORT_UNSORTED value for queries + + -- Carl Worth Tue, 27 Apr 2010 02:07:29 -0700 + +notmuch (0.2) unstable; urgency=low + + * Better guessing of From: header. + * Make "notmuch count" with no arguments count all messages + * Provide a new special-case search term of "*" to match all messages. + * Detect thread connections when a parent message is missing. + * Fix potential data loss in "notmuch new" with SIGINT + * Fix segfault when a message includes a MIME part that is empty. + * Fix handling of non-ASCII characters with --format=json + * Fix headers to be properly decoded in "notmuch reply" + * emacs: Show the last few lines of citations as well as the first few lines. + * emacs: The '+' and '-' commands can now add and remove tags by region. + * emacs: More meaningful buffer names for thread-view buffers. + * emacs: Customized colors of threads in search view based on tags. + + -- Carl Worth Fri, 16 Apr 2010 10:20:23 -0700 + +notmuch (0.1-1) unstable; urgency=low + + [ martin f. krafft ] + * Add suggestion to vim-addon-manager. + + [ Carl Worth ] + * Improve package description (closes: #566282). + * New upstream version (0.1) (closes: #576647). + * New versioning to track upstream version scheme. + * Split packaging into notmuch, libnotmuch1, and libnotmuch-dev. + * Update to advertise conformance with policy 3.8.4 (no changes). + * Add a debian/watch file to notice upstream tar files. + + -- Carl Worth Tue, 06 Apr 2010 18:27:49 -0700 + +notmuch (0.0+201001211401) unstable; urgency=low + + * Upload to Debian (closes: #557354). + * New versioning scheme. + * Added emacs build dependency. + * Added Vcs-Browser field to debian/control. + * Downgrade recommendation for emacs to suggestion. + * Add vim to suggestions and enhancements. + * Put debian/* under separate copyright. + * Make Carl the maintainer. + * Add myself to uploaders. + * Install the vim plugin (using vim-addons). + + -- martin f. krafft Thu, 21 Jan 2010 14:00:54 +1300 + +notmuch (0.0-1) unstable; urgency=low + + * New Debian package. + + -- Jameson Graef Rollins Fri, 27 Nov 2009 13:39:09 -0500 diff --git a/compat b/compat new file mode 100644 index 00000000..f599e28b --- /dev/null +++ b/compat @@ -0,0 +1 @@ +10 diff --git a/control b/control new file mode 100644 index 00000000..883a1356 --- /dev/null +++ b/control @@ -0,0 +1,166 @@ +Source: notmuch +Section: mail +Priority: optional +Maintainer: Carl Worth +Uploaders: + Jameson Graef Rollins , + David Bremner +Build-Conflicts: ruby1.8, gdb-minimal, gdb [ia64 mips mips64el] +Build-Depends: + dpkg-dev (>= 1.17.14), + debhelper (>= 10~), + pkg-config, + libxapian-dev, + libgmime-3.0-dev (>= 3.0.3~) | libgmime-2.6-dev (>= 2.6.7~), + libtalloc-dev, + libz-dev, + python-all (>= 2.6.6-3~), + python3-all (>= 3.1.2-7~), + dh-python, + dh-elpa (>= 1.3), + python3-sphinx, + ruby, ruby-dev (>>1:1.9.3~), + emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | + emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~) | + emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), + gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha] , + dtach (>= 0.8) , + gpgsm , + gnupg , + bash-completion (>=1.9.0~), + texinfo +Standards-Version: 4.1.3 +Homepage: https://notmuchmail.org/ +Vcs-Git: git://notmuchmail.org/git/notmuch +Vcs-Browser: https://git.notmuchmail.org/git/notmuch + +Package: notmuch +Architecture: any +Depends: libnotmuch5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Recommends: elpa-notmuch | notmuch-vim | notmuch-mutt | alot, gnupg-agent, gpgsm +Description: thread-based email index, search and tagging + Notmuch is a system for indexing, searching, reading, and tagging + large collections of email messages in maildir or mh format. It uses + the Xapian library to provide fast, full-text search with a very + convenient search syntax. + . + This package contains the notmuch command-line interface + +Package: libnotmuch5 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Description: thread-based email index, search and tagging (runtime) + Notmuch is a system for indexing, searching, reading, and tagging + large collections of email messages in maildir or mh format. It uses + the Xapian library to provide fast, full-text search with a very + convenient search syntax. + . + This package contains the runtime library, necessary to run + applications using libnotmuch. + +Package: libnotmuch-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libnotmuch5 (= ${binary:Version}) +Description: thread-based email index, search and tagging (development) + Notmuch is a system for indexing, searching, reading, and tagging + large collections of email messages in maildir or mh format. It uses + the Xapian library to provide fast, full-text search with a very + convenient search syntax. + . + This package provides the necessary development libraries and header + files to allow you to develop new software using libnotmuch. + +Package: python-notmuch +Architecture: all +Section: python +Depends: ${misc:Depends}, ${python:Depends}, libnotmuch5 (>= ${source:Version}) +Description: Python interface to the notmuch mail search and index library + Notmuch is a system for indexing, searching, reading, and tagging + large collections of email messages in maildir or mh format. It uses + the Xapian library to provide fast, full-text search with a very + convenient search syntax. + . + This package provides a Python interface to the notmuch + functionality, directly interfacing with a shared notmuch library. + +Package: python3-notmuch +Architecture: all +Section: python +Depends: ${misc:Depends}, ${python3:Depends}, libnotmuch5 (>= ${source:Version}) +Description: Python 3 interface to the notmuch mail search and index library + Notmuch is a system for indexing, searching, reading, and tagging + large collections of email messages in maildir or mh format. It uses + the Xapian library to provide fast, full-text search with a very + convenient search syntax. + . + This package provides a Python 3 interface to the notmuch + functionality, directly interfacing with a shared notmuch library. + +Package: ruby-notmuch +Architecture: any +Section: ruby +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Ruby interface to the notmuch mail search and index library + Notmuch is a system for indexing, searching, reading, and tagging + large collections of email messages in maildir or mh format. It uses + the Xapian library to provide fast, full-text search with a very + convenient search syntax. + . + This package provides a Ruby interface to the notmuch + functionality, directly interfacing with a shared notmuch library. + +Package: notmuch-emacs +Section: oldlibs +Architecture: all +Depends: elpa-notmuch, ${misc:Depends} +Description: thread-based email index, search and tagging (transitional package) + This dummy package help ease transition to the new package elpa-notmuch + +Package: elpa-notmuch +Architecture: all +Depends: ${misc:Depends}, ${elpa:Depends} +Description: thread-based email index, search and tagging (emacs interface) + Notmuch is a system for indexing, searching, reading, and tagging + large collections of email messages in maildir or mh format. It uses + the Xapian library to provide fast, full-text search with a very + convenient search syntax. + . + This package provides an emacs based mail user agent based on + notmuch. + +Package: notmuch-vim +Architecture: all +Breaks: notmuch (<<0.6~254~) +Replaces: notmuch (<<0.6~254~) +Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch +Recommends: ruby-mail +Description: thread-based email index, search and tagging (vim interface) + Notmuch is a system for indexing, searching, reading, and tagging + large collections of email messages in maildir or mh format. It uses + the Xapian library to provide fast, full-text search with a very + convenient search syntax. + . + This package provides a vim based mail user agent based on + notmuch. + +Package: notmuch-mutt +Architecture: all +Depends: + notmuch (>= 0.4), + libmail-box-perl, libmailtools-perl, + libstring-shellquote-perl, libterm-readline-gnu-perl, + ${misc:Depends} +Recommends: mutt +Enhances: notmuch, mutt +Description: thread-based email index, search and tagging (Mutt interface) + notmuch-mutt provides integration among the Mutt mail user agent and + the Notmuch mail indexer. + . + notmuch-mutt offer two main integration features. The first one is + the ability of stating a search query interactively and then jump to + a fresh Maildir containing its search results only. The second one is + the ability to reconstruct threads on the fly starting from the + current highlighted mail. diff --git a/copyright b/copyright new file mode 100644 index 00000000..0931d9b9 --- /dev/null +++ b/copyright @@ -0,0 +1,48 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: notmuch +Source: git://notmuchmail.org/git/notmuch +Upstream-Contact: Notmuch Mailing List + +Files: * +Copyright: Copyright 2009 Carl Worth + Bart Trojanowski + Keith Packard + Alexander Botero-Lowry + Ingmar Vanhassel + Jed Brown + Jan Janak + Chris Wilson + Keith Amidon + Aneesh Kumar K.V + Mikhail Gusarov + Jeffrey C. Ollie + Jameson Graef Rollins + Stewart Smith + Adrian Perez + Kan-Ru Chen + James Rowe + Eric Anholt + Alec Berryman + Tassilo Horn + Stefan Schmidt + Rolland Santimano + Peter Wang + Lars Kellogg-Stedman + Holger Freyther + David Bremner + Alexander Botero-Lowry +License: GPL-3+ + +Files: debian/* +Copyright: Copyright 2010 Jameson Graef Rollins + martin f. krafft +License: GPL-3+ + +License: GPL-3+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + On Debian systems, the complete text of the GNU General Public License + version 3 can be found in file "/usr/share/common-licenses/GPL-3". diff --git a/elpa-notmuch.elpa b/elpa-notmuch.elpa new file mode 100644 index 00000000..a070ae5f --- /dev/null +++ b/elpa-notmuch.elpa @@ -0,0 +1,2 @@ +emacs/*.el +debian/tmp/usr/share/info/* diff --git a/elpa-test b/elpa-test new file mode 100644 index 00000000..e3346c16 --- /dev/null +++ b/elpa-test @@ -0,0 +1 @@ +disable=true diff --git a/gbp.conf b/gbp.conf new file mode 100644 index 00000000..a1c8735d --- /dev/null +++ b/gbp.conf @@ -0,0 +1,14 @@ +# Configuration file for git-buildpackage + +[DEFAULT] +# The default branch for upstream sources +upstream-branch = master + +# The default branch for the debian patch (no patch in our case) +debian-branch = master + +# Format for upstream tags +upstream-tag = %(version)s + +# Format for the debian tag +debian-tag = debian/%(version)s diff --git a/libnotmuch-dev.install b/libnotmuch-dev.install new file mode 100644 index 00000000..96bbd63f --- /dev/null +++ b/libnotmuch-dev.install @@ -0,0 +1,2 @@ +usr/include +usr/lib/*/libnotmuch.so diff --git a/libnotmuch5.install b/libnotmuch5.install new file mode 100644 index 00000000..a513b475 --- /dev/null +++ b/libnotmuch5.install @@ -0,0 +1 @@ +usr/lib/*/libnotmuch.so.* diff --git a/libnotmuch5.symbols b/libnotmuch5.symbols new file mode 100644 index 00000000..308567b8 --- /dev/null +++ b/libnotmuch5.symbols @@ -0,0 +1,140 @@ +libnotmuch.so.5 libnotmuch5 #MINVER# + notmuch_built_with@Base 0.23~rc0 + notmuch_config_list_destroy@Base 0.23~rc0 + notmuch_config_list_key@Base 0.23~rc0 + notmuch_config_list_move_to_next@Base 0.23~rc0 + notmuch_config_list_valid@Base 0.23~rc0 + notmuch_config_list_value@Base 0.23~rc0 + notmuch_database_add_message@Base 0.3 + notmuch_database_begin_atomic@Base 0.9~rc1 + notmuch_database_close@Base 0.13~rc1 + notmuch_database_compact@Base 0.17~rc1 + notmuch_database_create@Base 0.3 + notmuch_database_create_verbose@Base 0.20~rc1 + notmuch_database_destroy@Base 0.13~rc1 + notmuch_database_end_atomic@Base 0.9~rc1 + notmuch_database_find_message@Base 0.9~rc2 + notmuch_database_find_message_by_filename@Base 0.9~rc2 + notmuch_database_get_all_tags@Base 0.3 + notmuch_database_get_config@Base 0.23~rc0 + notmuch_database_get_config_list@Base 0.23~rc0 + notmuch_database_get_default_indexopts@Base 0.26~rc0 + notmuch_database_get_directory@Base 0.3 + notmuch_database_get_path@Base 0.3 + notmuch_database_get_revision@Base 0.21~rc1 + notmuch_database_get_version@Base 0.3 + notmuch_database_index_file@Base 0.26~rc0 + notmuch_database_needs_upgrade@Base 0.3 + notmuch_database_open@Base 0.3 + notmuch_database_open_verbose@Base 0.20~rc1 + notmuch_database_remove_message@Base 0.3 + notmuch_database_set_config@Base 0.23~rc0 + notmuch_database_status_string@Base 0.20~rc1 + notmuch_database_upgrade@Base 0.3 + notmuch_directory_delete@Base 0.21~rc1 + notmuch_directory_destroy@Base 0.3 + notmuch_directory_get_child_directories@Base 0.3 + notmuch_directory_get_child_files@Base 0.3 + notmuch_directory_get_mtime@Base 0.3 + notmuch_directory_set_mtime@Base 0.3 + notmuch_filenames_destroy@Base 0.3 + notmuch_filenames_get@Base 0.3 + notmuch_filenames_move_to_next@Base 0.3 + notmuch_filenames_valid@Base 0.3 + notmuch_indexopts_destroy@Base 0.26~rc0 + notmuch_indexopts_get_decrypt_policy@Base 0.26~rc0 + notmuch_indexopts_set_decrypt_policy@Base 0.26~rc0 + notmuch_message_add_property@Base 0.23~rc0 + notmuch_message_add_tag@Base 0.3 + notmuch_message_count_files@Base 0.26~rc0 + notmuch_message_count_properties@Base 0.27~rc0 + notmuch_message_destroy@Base 0.3 + notmuch_message_freeze@Base 0.3 + notmuch_message_get_database@Base 0.27~rc0 + notmuch_message_get_date@Base 0.3 + notmuch_message_get_filename@Base 0.3 + notmuch_message_get_filenames@Base 0.5 + notmuch_message_get_flag@Base 0.3 + notmuch_message_get_header@Base 0.3 + notmuch_message_get_message_id@Base 0.3 + notmuch_message_get_properties@Base 0.23~rc0 + notmuch_message_get_property@Base 0.23~rc0 + notmuch_message_get_replies@Base 0.3 + notmuch_message_get_tags@Base 0.3 + notmuch_message_get_thread_id@Base 0.3 + notmuch_message_has_maildir_flag@Base 0.26~rc0 + notmuch_message_maildir_flags_to_tags@Base 0.5 + notmuch_message_properties_destroy@Base 0.23~rc0 + notmuch_message_properties_key@Base 0.23~rc0 + notmuch_message_properties_move_to_next@Base 0.23~rc0 + notmuch_message_properties_valid@Base 0.23~rc0 + notmuch_message_properties_value@Base 0.23~rc0 + notmuch_message_reindex@Base 0.26~rc0 + notmuch_message_remove_all_properties@Base 0.23~rc0 + notmuch_message_remove_all_properties_with_prefix@Base 0.26~rc0 + notmuch_message_remove_all_tags@Base 0.3 + notmuch_message_remove_property@Base 0.23~rc0 + notmuch_message_remove_tag@Base 0.3 + notmuch_message_set_flag@Base 0.3 + notmuch_message_tags_to_maildir_flags@Base 0.5 + notmuch_message_thaw@Base 0.3 + notmuch_messages_collect_tags@Base 0.3 + notmuch_messages_destroy@Base 0.3 + notmuch_messages_get@Base 0.3 + notmuch_messages_move_to_next@Base 0.3 + notmuch_messages_valid@Base 0.3 + notmuch_query_add_tag_exclude@Base 0.12~rc1 + notmuch_query_count_messages@Base 0.3 + notmuch_query_count_messages_st@Base 0.21~rc1 + notmuch_query_count_threads@Base 0.10~rc1 + notmuch_query_count_threads_st@Base 0.21~rc1 + notmuch_query_create@Base 0.3 + notmuch_query_destroy@Base 0.3 + notmuch_query_get_database@Base 0.21~rc1 + notmuch_query_get_query_string@Base 0.4 + notmuch_query_get_sort@Base 0.4 + notmuch_query_search_messages@Base 0.3 + notmuch_query_search_messages_st@Base 0.20~rc1 + notmuch_query_search_threads@Base 0.3 + notmuch_query_search_threads_st@Base 0.20~rc1 + notmuch_query_set_omit_excluded@Base 0.13~rc1 + notmuch_query_set_sort@Base 0.3 + notmuch_status_to_string@Base 0.3 + notmuch_tags_destroy@Base 0.3 + notmuch_tags_get@Base 0.3 + notmuch_tags_move_to_next@Base 0.3 + notmuch_tags_valid@Base 0.3 + notmuch_thread_destroy@Base 0.3 + notmuch_thread_get_authors@Base 0.3 + notmuch_thread_get_matched_messages@Base 0.3 + notmuch_thread_get_messages@Base 0.16 + notmuch_thread_get_newest_date@Base 0.3 + notmuch_thread_get_oldest_date@Base 0.3 + notmuch_thread_get_subject@Base 0.3 + notmuch_thread_get_tags@Base 0.3 + notmuch_thread_get_thread_id@Base 0.3 + notmuch_thread_get_toplevel_messages@Base 0.3 + notmuch_thread_get_total_files@Base 0.26~rc0 + notmuch_thread_get_total_messages@Base 0.3 + notmuch_threads_destroy@Base 0.3 + notmuch_threads_get@Base 0.3 + notmuch_threads_move_to_next@Base 0.3 + notmuch_threads_valid@Base 0.3 + (c++)"typeinfo for Xapian::LogicError@Base" 0.6.1 + (c++)"typeinfo for Xapian::RuntimeError@Base" 0.6.1 + (c++)"typeinfo for Xapian::DocNotFoundError@Base" 0.6.1 + (c++)"typeinfo for Xapian::InvalidArgumentError@Base" 0.6.1 + (c++)"typeinfo for Xapian::Error@Base" 0.6.1 + (c++)"typeinfo for Xapian::DatabaseError@Base" 0.24~rc0 + (c++)"typeinfo for Xapian::DatabaseModifiedError@Base" 0.24~rc0 + (c++|optional=present with Xapian 1.4)"typeinfo for Xapian::QueryParserError@Base" 0.23~rc0 + (c++)"typeinfo for Xapian::QueryParser::add_valuerangeprocessor(Xapian::ValueRangeProcessor*)::ShimRangeProcessor@Base" 0.25~rc0 + (c++)"typeinfo name for Xapian::QueryParser::add_valuerangeprocessor(Xapian::ValueRangeProcessor*)::ShimRangeProcessor@Base" 0.25~rc0 + (c++)"typeinfo name for Xapian::LogicError@Base" 0.6.1 + (c++)"typeinfo name for Xapian::RuntimeError@Base" 0.6.1 + (c++)"typeinfo name for Xapian::DocNotFoundError@Base" 0.6.1 + (c++)"typeinfo name for Xapian::InvalidArgumentError@Base" 0.6.1 + (c++)"typeinfo name for Xapian::Error@Base" 0.6.1 + (c++)"typeinfo name for Xapian::DatabaseError@Base" 0.24~rc0 + (c++)"typeinfo name for Xapian::DatabaseModifiedError@Base" 0.24~rc0 + (c++|optional=present with Xapian 1.4)"typeinfo name for Xapian::QueryParserError@Base" 0.23~rc0 diff --git a/notmuch-emacs.README.Debian b/notmuch-emacs.README.Debian new file mode 100644 index 00000000..33f2d993 --- /dev/null +++ b/notmuch-emacs.README.Debian @@ -0,0 +1,4 @@ +* For help in getting started with notmuch and the emacs interface, + see /usr/share/doc/notmuch/README. + + -- David Bremner , Wed, 27 Nov 2013 08:17:11 -0400 diff --git a/notmuch-emacs.maintscript b/notmuch-emacs.maintscript new file mode 100644 index 00000000..6f93feb7 --- /dev/null +++ b/notmuch-emacs.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/emacs/site-start.d/50notmuch.el diff --git a/notmuch-mutt.docs b/notmuch-mutt.docs new file mode 100644 index 00000000..f3d25cdc --- /dev/null +++ b/notmuch-mutt.docs @@ -0,0 +1 @@ +contrib/notmuch-mutt/README diff --git a/notmuch-mutt.install b/notmuch-mutt.install new file mode 100644 index 00000000..9141c26f --- /dev/null +++ b/notmuch-mutt.install @@ -0,0 +1,2 @@ +contrib/notmuch-mutt/notmuch-mutt usr/bin +contrib/notmuch-mutt/notmuch-mutt.rc etc/Muttrc.d diff --git a/notmuch-mutt.manpages b/notmuch-mutt.manpages new file mode 100644 index 00000000..3f6b8abd --- /dev/null +++ b/notmuch-mutt.manpages @@ -0,0 +1 @@ +contrib/notmuch-mutt/notmuch-mutt.1 diff --git a/notmuch-vim.README.Debian b/notmuch-vim.README.Debian new file mode 100644 index 00000000..ec052eef --- /dev/null +++ b/notmuch-vim.README.Debian @@ -0,0 +1,8 @@ +notmuch for Debian +================== + +To use the vim plugin, please install it using vim-addons(1) + +See also /usr/share/doc/notmuch/README. + + -- David Bremner , Fri, 1 Jul 2011 11:34:39 -0300 diff --git a/notmuch-vim.dirs b/notmuch-vim.dirs new file mode 100644 index 00000000..c6373e42 --- /dev/null +++ b/notmuch-vim.dirs @@ -0,0 +1,4 @@ +usr/share/vim/registry +usr/share/vim/addons/plugin +usr/share/vim/addons/doc +usr/share/vim/addons/syntax diff --git a/notmuch-vim.docs b/notmuch-vim.docs new file mode 100644 index 00000000..d1496b58 --- /dev/null +++ b/notmuch-vim.docs @@ -0,0 +1 @@ +vim/README diff --git a/notmuch-vim.install b/notmuch-vim.install new file mode 100644 index 00000000..a1af708d --- /dev/null +++ b/notmuch-vim.install @@ -0,0 +1,4 @@ +vim/notmuch.vim usr/share/vim/addons/plugin +vim/notmuch.txt usr/share/vim/addons/doc +vim/syntax/notmuch-*.vim usr/share/vim/addons/syntax +vim/notmuch.yaml usr/share/vim/registry diff --git a/notmuch.dirs b/notmuch.dirs new file mode 100644 index 00000000..e7724817 --- /dev/null +++ b/notmuch.dirs @@ -0,0 +1 @@ +usr/bin diff --git a/notmuch.docs b/notmuch.docs new file mode 100644 index 00000000..50bd824b --- /dev/null +++ b/notmuch.docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/notmuch.examples b/notmuch.examples new file mode 100644 index 00000000..524e0f4b --- /dev/null +++ b/notmuch.examples @@ -0,0 +1 @@ +completion/notmuch-completion.zsh diff --git a/notmuch.install b/notmuch.install new file mode 100644 index 00000000..31b9a37e --- /dev/null +++ b/notmuch.install @@ -0,0 +1,3 @@ +usr/bin +usr/share/man +usr/share/bash-completion diff --git a/notmuch.maintscript b/notmuch.maintscript new file mode 100644 index 00000000..6f93feb7 --- /dev/null +++ b/notmuch.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/emacs/site-start.d/50notmuch.el diff --git a/python-notmuch.install b/python-notmuch.install new file mode 100644 index 00000000..b2cc1360 --- /dev/null +++ b/python-notmuch.install @@ -0,0 +1 @@ +usr/lib/python2* diff --git a/python3-notmuch.install b/python3-notmuch.install new file mode 100644 index 00000000..4606faae --- /dev/null +++ b/python3-notmuch.install @@ -0,0 +1 @@ +usr/lib/python3* diff --git a/ruby-notmuch.install b/ruby-notmuch.install new file mode 100644 index 00000000..d3f2105c --- /dev/null +++ b/ruby-notmuch.install @@ -0,0 +1 @@ +usr/lib/*/*ruby/*/*/notmuch.so diff --git a/rules b/rules new file mode 100755 index 00000000..1ac6498c --- /dev/null +++ b/rules @@ -0,0 +1,34 @@ +#!/usr/bin/make -f + +python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {} + +%: + dh $@ --with python2,python3,elpa + +override_dh_auto_configure: + ./configure --prefix=/usr \ + --libdir=/usr/lib/$$(dpkg-architecture -q DEB_TARGET_MULTIARCH) \ + --includedir=/usr/include \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --sysconfdir=/etc \ + --localstatedir=/var + +override_dh_auto_build: + dh_auto_build -- V=1 + dh_auto_build --sourcedirectory bindings/python + cd bindings/python && $(python3_all) setup.py build + $(MAKE) -C contrib/notmuch-mutt + +override_dh_auto_clean: + dh_auto_clean + dh_auto_clean --sourcedirectory bindings/python + cd bindings/python && $(python3_all) setup.py clean -a + dh_auto_clean --sourcedirectory bindings/ruby + $(MAKE) -C contrib/notmuch-mutt clean + +override_dh_auto_install: + dh_auto_install + dh_auto_install --sourcedirectory bindings/python + cd bindings/python && $(python3_all) setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp + dh_auto_install --sourcedirectory bindings/ruby diff --git a/source/format b/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/source/options b/source/options new file mode 100644 index 00000000..7e95ec71 --- /dev/null +++ b/source/options @@ -0,0 +1,3 @@ +single-debian-patch +tar-ignore +tar-ignore=performance-test/download/*.tar.xz