From: David Bremner Date: Tue, 19 Jun 2018 00:18:58 +0000 (-0300) Subject: Merge tag 'debian/0.27-1' into debian/stretch-backports X-Git-Tag: debian/0.27-1_bpo9+1~2 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=698415201715497bdf9d5f53aac0d58f65f86dd9 Merge tag 'debian/0.27-1' into debian/stretch-backports notmuch Debian 0.27-1 upload (same as 0.27) --- 698415201715497bdf9d5f53aac0d58f65f86dd9 diff --cc debian/changelog index 8c9688fd,8bac8a3d..873e3b5c --- a/debian/changelog +++ b/debian/changelog @@@ -1,12 -1,48 +1,57 @@@ + 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~bpo9+1) stretch-backports; urgency=medium + + * Rebuild for stretch-backports. + * add myself to uploaders + * drop dependency on libgmime-3.0, not yet in backports + * note the debian/stretch-backports branch + + -- Daniel Kahn Gillmor Sun, 04 Feb 2018 15:21:54 -0500 + notmuch (0.26-1) unstable; urgency=medium [ Daniel Kahn Gillmor ] diff --cc debian/control index ab5bd4c8,ae4e6f00..4c317c22 --- a/debian/control +++ b/debian/control @@@ -3,10 -3,9 +3,10 @@@ Section: mai Priority: optional Maintainer: Carl Worth Uploaders: + Daniel Kahn Gillmor , Jameson Graef Rollins , David Bremner - Build-Conflicts: ruby1.8, gdb-minimal, gdb [s390x ia64 armel ppc64el mips mipsel mips64el] + Build-Conflicts: ruby1.8, gdb-minimal, gdb [ia64 mips mips64el] Build-Depends: dpkg-dev (>= 1.17.14), debhelper (>= 10~), diff --cc debian/gbp.conf index 4f1e94fd,a1c8735d..3950856f --- a/debian/gbp.conf +++ b/debian/gbp.conf @@@ -5,11 -5,8 +5,8 @@@ upstream-branch = master # The default branch for the debian patch (no patch in our case) -debian-branch = master +debian-branch = debian/stretch-backports - # Directory for performing the build - export-dir = ./debian-build - # Format for upstream tags upstream-tag = %(version)s