From: David Bremner Date: Sat, 23 Jun 2018 00:02:14 +0000 (-0300) Subject: notmuch (0.27-1~bpo9+2) stretch-backports; urgency=medium X-Git-Tag: archive/debian/0.28-2_bpo9+1^2 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=d1e9957b8d7860850f996efc90308bfb50d420ad;hp=045f0e455ac94e2393d0d729c9bbdf3459a4860f;p=notmuch notmuch (0.27-1~bpo9+2) stretch-backports; urgency=medium * Disable test T460-emacs-tree on arm64. The failures seems to be an upstream emacs heisenbug fixed in unstable. [dgit import unpatched notmuch 0.27-1~bpo9+2] --- diff --git a/debian/.gitignore b/debian/.gitignore deleted file mode 100644 index cd0decc2..00000000 --- a/debian/.gitignore +++ /dev/null @@ -1,14 +0,0 @@ -/tmp/ -/libnotmuch-dev/ -/libnotmuch*/ -/notmuch-emacs/ -/elpa-notmuch/ -/notmuch/ -/notmuch-mutt/ -/notmuch-vim/ -/ruby-notmuch/ -/python*-notmuch/ -/*.debhelper -/*.debhelper.log -/*.substvars -/files diff --git a/debian/changelog b/debian/changelog index 8bac8a3d..64ddeb4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +notmuch (0.27-1~bpo9+2) stretch-backports; urgency=medium + + * Disable test T460-emacs-tree on arm64. The failures seems to be an upstream + emacs heisenbug fixed in unstable. + + -- David Bremner Fri, 22 Jun 2018 21:02:14 -0300 + +notmuch (0.27-1~bpo9+1) stretch-backports; urgency=medium + + * Rebuild for stretch-backports. + * Restore libgmime-3.0 build dependency, preferred upstream, now + available in backports. + + -- David Bremner Mon, 18 Jun 2018 21:23:26 -0300 + notmuch (0.27-1) unstable; urgency=medium * New upstream feature release @@ -43,6 +58,15 @@ notmuch (0.26.1-1) unstable; urgency=medium -- 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 ] @@ -177,6 +201,12 @@ notmuch (0.25~rc0-1) experimental; urgency=medium -- David Bremner Sun, 16 Jul 2017 08:48:59 -0300 +notmuch (0.24.2-2~bpo9+1) stretch-backports; urgency=medium + + * Rebuild for stretch-backports. + + -- David Bremner Fri, 14 Jul 2017 07:27:04 -0300 + notmuch (0.24.2-2) unstable; urgency=medium * rebuild for unstable diff --git a/debian/control b/debian/control index ae4e6f00..79073265 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: mail Priority: optional Maintainer: Carl Worth Uploaders: + Daniel Kahn Gillmor , Jameson Graef Rollins , David Bremner Build-Conflicts: ruby1.8, gdb-minimal, gdb [ia64 mips mips64el] @@ -30,7 +31,7 @@ Build-Depends: bash-completion (>=1.9.0~) Standards-Version: 4.1.3 Homepage: https://notmuchmail.org/ -Vcs-Git: git://notmuchmail.org/git/notmuch +Vcs-Git: git://notmuchmail.org/git/notmuch -b debian/stretch-backports Vcs-Browser: https://git.notmuchmail.org/git/notmuch Package: notmuch diff --git a/debian/gbp.conf b/debian/gbp.conf index a1c8735d..3950856f 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -5,7 +5,7 @@ upstream-branch = master # The default branch for the debian patch (no patch in our case) -debian-branch = master +debian-branch = debian/stretch-backports # Format for upstream tags upstream-tag = %(version)s diff --git a/debian/rules b/debian/rules index 1ac6498c..abd5d8cf 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,11 @@ python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {} +ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),arm64) + NOTMUCH_SKIP_TESTS=T460-emacs-tree + export NOTMUCH_SKIP_TESTS +endif + %: dh $@ --with python2,python3,elpa