diff options
| author | David Bremner <bremner@debian.org> | 2018-06-22 21:02:14 -0300 |
|---|---|---|
| committer | David Bremner <bremner@debian.org> | 2018-06-22 21:02:14 -0300 |
| commit | d1e9957b8d7860850f996efc90308bfb50d420ad (patch) | |
| tree | e60fed5f3eedcd640fdad9761dacc2c7cde806f3 | |
| parent | 045f0e455ac94e2393d0d729c9bbdf3459a4860f (diff) | |
| parent | 6197a77ac1d7d69d98b6641603e58c30ad2f36e2 (diff) | |
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]
| -rw-r--r-- | debian/.gitignore | 14 | ||||
| -rw-r--r-- | debian/changelog | 30 | ||||
| -rw-r--r-- | debian/control | 3 | ||||
| -rw-r--r-- | debian/gbp.conf | 2 | ||||
| -rwxr-xr-x | debian/rules | 5 |
5 files changed, 38 insertions, 16 deletions
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 <bremner@debian.org> 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 <bremner@debian.org> 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 <bremner@debian.org> 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 <dkg@fifthhorseman.net> 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 <bremner@debian.org> 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 <bremner@debian.org> 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 <cworth@debian.org> Uploaders: + Daniel Kahn Gillmor <dkg@fifthhorseman.net>, Jameson Graef Rollins <jrollins@finestructure.net>, David Bremner <bremner@debian.org> 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 |
