mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
uploaded to unstable
-----BEGIN PGP SIGNATURE----- iQGzBAABCAAdFiEE3VS2dnyDRXKVCQCp8gKXHaSnniwFAlru7eQACgkQ8gKXHaSn nizoGAv8CqDkdqWcDU7LT8az9BFNxeohEsXskx8gYnZSVutIQEBEfj9dKyr7t7JW nVz3NpOcQdsNUkafxsaezDoDDYYHlzNDN7uC0MNYipEfV6bXLaQcQ7M6SBuIjKsD azDNu24ar0n2qnmvd90CFSQbcIaFNACirq8wN81oMwvOkR8jC7qj8qPcqmcTmpWq PM146axbiTr72TPRa/w0AXUu/Q8DhKXnmvgLeJr13dNedoYRA8M7ITC1XA3tp8vT gxI+hSWZA3j2+GZPqwzd4SM1aOrC3VEfd1yj85M0/pXZ9HT7UzEe44YUTsyldQ6x MTPllr6yXYFcUJRwQJiX07g/tOJ/kmY5tAdPryPMRG0tG54Y1MOECUpj1NyWFC+s u6d4b7KDSwf0VonaDj0rLyEtgPQ8B+m1cJ4ixw6dinxpT710qzFABicLvfL2aqK9 zx7IIjs8HBXdjz322tOajUTJs6qOCHQ9RXB0t9Q+KMhxGz5fBMATTmJnUInbNzVU f5Ujut67 =bHZX -----END PGP SIGNATURE----- Merge tag 'debian/0.26.2-2' uploaded to unstable
This commit is contained in:
commit
3a747e714c
2 changed files with 13 additions and 3 deletions
10
debian/changelog
vendored
10
debian/changelog
vendored
|
@ -1,3 +1,13 @@
|
|||
notmuch (0.26.2-2) unstable; urgency=medium
|
||||
|
||||
* Mark gdb and dtach as <!nocheck>, meaning they are only needed for
|
||||
the test suite.
|
||||
* Re-enable gdb based tests on s390x, ppc64el, armel, mipsel, they
|
||||
pass on porterbox. Leave disabled on mipsel64 (gdb tests still
|
||||
failing), and mips (many tests fail on porterbox).
|
||||
|
||||
-- David Bremner <bremner@debian.org> Sun, 06 May 2018 08:36:52 -0300
|
||||
|
||||
notmuch (0.26.2-1) unstable; urgency=medium
|
||||
|
||||
* Upstream bugfix release
|
||||
|
|
6
debian/control
vendored
6
debian/control
vendored
|
@ -5,7 +5,7 @@ Maintainer: Carl Worth <cworth@debian.org>
|
|||
Uploaders:
|
||||
Jameson Graef Rollins <jrollins@finestructure.net>,
|
||||
David Bremner <bremner@debian.org>
|
||||
Build-Conflicts: ruby1.8, gdb-minimal, gdb [s390x ia64 armel ppc64el mips mipsel mips64el]
|
||||
Build-Conflicts: ruby1.8, gdb-minimal, gdb [ia64 mips mips64el]
|
||||
Build-Depends:
|
||||
dpkg-dev (>= 1.17.14),
|
||||
debhelper (>= 10~),
|
||||
|
@ -23,8 +23,8 @@ Build-Depends:
|
|||
emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) |
|
||||
emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~) |
|
||||
emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~),
|
||||
gdb [!s390x !ia64 !armel !ppc64el !mips !mipsel !mips64el !kfreebsd-any !alpha],
|
||||
dtach (>= 0.8),
|
||||
gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha] <!nocheck>,
|
||||
dtach (>= 0.8) <!nocheck>,
|
||||
gpgsm <!nocheck>,
|
||||
gnupg <!nocheck>,
|
||||
bash-completion (>=1.9.0~)
|
||||
|
|
Loading…
Reference in a new issue