]> git.cworth.org Git - notmuch/commitdiff
notmuch (0.27-1~bpo9+2) stretch-backports; urgency=medium
authorDavid Bremner <bremner@debian.org>
Sat, 23 Jun 2018 00:02:14 +0000 (21:02 -0300)
committerDavid Bremner <bremner@debian.org>
Sat, 23 Jun 2018 00:02:14 +0000 (21:02 -0300)
  * 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]

debian/.gitignore [deleted file]
debian/changelog
debian/control
debian/gbp.conf
debian/rules

diff --git a/debian/.gitignore b/debian/.gitignore
deleted file mode 100644 (file)
index cd0decc..0000000
+++ /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
index 8bac8a3d6e4d6479f4e8e6593aeca181d954ef11..64ddeb4f75c203c5d195581b2be6dcb6a629034d 100644 (file)
@@ -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
index ae4e6f0052818106ebb6bde8f4e039b9c6cba852..79073265a5a0b19709dc811b1e1519047c90df85 100644 (file)
@@ -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
index a1c8735d82da6b2caea1269f10a78e9427404aaf..3950856fda8bacffcbbb57e3dca9e7fe26e97d58 100644 (file)
@@ -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
index 1ac6498ca49fb8e50c4cb9caa79904d36621951d..abd5d8cf9cebc6d20e99db2ea18c15b7675b90dc 100755 (executable)
@@ -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