diff options
author | David Bremner <david@tethera.net> | 2014-08-09 09:42:04 -0300 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-08-09 09:42:04 -0300 |
commit | 81d437723bf67da8469b29ddc976cd4aad568ae2 (patch) | |
tree | 1b8e721f56bd63e346980d993fc7785ba1ad4663 /debian | |
parent | 4276eba3ca5639360174adcd91cdea2c424e2159 (diff) |
debian: build with emacs24 by default, disable gdb on arm64
From wookey@debian.org
id:20140808012130.GT7605@stoneboat.aleph1.co.uk
Fixes for the port in progress of debian to arm64.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index f873b1b2..18efa3f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +notmuch (0.18.1-2) unstable; urgency=medium + + * Update build-deps to use emacs24 on buildd (Closes: #756085) + * Disable gdb atomicity test for arm64 as gdb is currently broken on + the (unofficial) buildds + + -- David Bremner <bremner@debian.org> Thu, 07 Aug 2014 09:34:40 +0000 + notmuch (0.18.1-1) unstable; urgency=medium * New upstream bug fix release diff --git a/debian/control b/debian/control index e2f2708e..262e0321 100644 --- a/debian/control +++ b/debian/control @@ -17,9 +17,9 @@ Build-Depends: python3-all (>= 3.1.2-7~), python-sphinx (>= 1.0), ruby, ruby-dev (>>1:1.9.3~), - emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) | - emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~), - gdb [!s390x !ia64 !armhf !armel], + emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~) | + emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), + gdb [!s390x !ia64 !armhf !armel !arm64], dtach (>= 0.8), bash-completion (>=1.9.0~) Standards-Version: 3.9.4 |