aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 81c8e0c6..49671173 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+notmuch (0.17~rc1-2) experimental; urgency=low
+
+ * Remove gdb as build-dep on s390x. This implicitly disables failing atomicity test.
+ For more information, see #728705
+
+ -- David Bremner <bremner@debian.org> Sun, 24 Nov 2013 19:34:28 -0400
+
notmuch (0.17~rc1-1) experimental; urgency=low
* New upstream release candidate
diff --git a/debian/control b/debian/control
index 81b9b12b..816998bc 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
ruby, ruby-dev (>>1:1.9.3~),
emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) |
emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
- gdb,
+ gdb [!s390x],
dtach (>= 0.8)
Standards-Version: 3.9.4
Homepage: http://notmuchmail.org/