Your message dated Mon, 24 Oct 2016 05:28:04 +0000
with message-id <[email protected]>
and subject line Bug#841319: fixed in notmuch 0.23.1-1
has caused the Debian Bug report #841319,
regarding notmuch: testsuite fails with TERM=unknown
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
841319: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841319
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
source: notmuch
version: 0.23-2
severity: normal
tags: patch
Hi dear maintainer, seems that the testsuite fails when TERM=unknown.
I propose you to apply this patch
override_dh_auto_test:
ifeq ($(DEB_HOST_ARCH),armhf)
TERM=vt100 dh_auto_test || true
else
TERM=vt100 dh_auto_test
endif
or
override_dh_auto_test:
TERM=vt100 dh_auto_test
endif
in case you don't care about the Ubuntu armhf issue (but you will probably
have it in Debian too when gdb will be updated)
thanks for caring!
Gianfranco
--- End Message ---
--- Begin Message ---
Source: notmuch
Source-Version: 0.23.1-1
We believe that the bug you reported is fixed in the latest version of
notmuch, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
David Bremner <[email protected]> (supplier of updated notmuch package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 23 Oct 2016 22:06:12 -0300
Source: notmuch
Binary: notmuch libnotmuch4 libnotmuch-dev python-notmuch python3-notmuch
ruby-notmuch notmuch-emacs notmuch-vim notmuch-mutt notmuch-dbg
Architecture: source
Version: 0.23.1-1
Distribution: unstable
Urgency: medium
Maintainer: Carl Worth <[email protected]>
Changed-By: David Bremner <[email protected]>
Description:
libnotmuch-dev - thread-based email index, search and tagging (development)
libnotmuch4 - thread-based email index, search and tagging (runtime)
notmuch - thread-based email index, search and tagging
notmuch-dbg - thread-based email index, search and tagging - debugging symbols
notmuch-emacs - thread-based email index, search and tagging (emacs interface)
notmuch-mutt - thread-based email index, search and tagging (Mutt interface)
notmuch-vim - thread-based email index, search and tagging (vim interface)
python-notmuch - python interface to the notmuch mail search and index library
python3-notmuch - Python 3 interface to the notmuch mail search and index
library
ruby-notmuch - Ruby interface to the notmuch mail search and index library
Closes: 841319
Changes:
notmuch (0.23.1-1) unstable; urgency=medium
.
* New upstream bugfix release
* Fix test suite for Emacs 25.1
* Fix some Emacs customization regressions introduced in 0.23
* Bug fix: "testsuite fails with TERM=unknown", thanks to Gianfranco
Costamagna (Closes: #841319).
Checksums-Sha1:
06f7df5dbaa1655a29131975927db646f4feea38 2790 notmuch_0.23.1-1.dsc
556cd9dc0236256e19fa31cbfef79e25157cd69f 690069 notmuch_0.23.1.orig.tar.gz
1e1a0dd00c89912aab052926645445effc4f5299 15724 notmuch_0.23.1-1.debian.tar.xz
Checksums-Sha256:
bb6387f8ec8eb2046064e0e5fd2409c6201a6db39b51e20ad19844f39e08fd88 2790
notmuch_0.23.1-1.dsc
e8012a1aa9afa47dfeb78f826610577e6bf9714e0933f28139c8611aad96d180 690069
notmuch_0.23.1.orig.tar.gz
1154531409f427be6e56cdf820b21bd46667e26549b5053805ae796cffba61c3 15724
notmuch_0.23.1-1.debian.tar.xz
Files:
020e51f45c6ee967b78934455be3a4ed 2790 mail optional notmuch_0.23.1-1.dsc
9517874242ea929c11f754b493bc8186 690069 mail optional
notmuch_0.23.1.orig.tar.gz
3b26e098f4683cdc45ac3548f0fa1c64 15724 mail optional
notmuch_0.23.1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQGcBAEBCAAGBQJYDWKBAAoJEPIClx2kp54sgSsL/RPnk8XrNhvoXqBFdwg0ZNTV
2M77DVKWeR68jy3slvMhNn+7/ZRvEvJTxJ5nX16TcXeGA4Y0fio321Ts/fukd6tj
7kQNAKyx8tVkwT6+8UHG0oaF1j90gFp8rZ4A2iCRamoK3dJafKx+Bx2emXOqbTlg
DYG7As79w7RN+89BmsNlAu7Ap1H4miIOoFulglrvPD7pE4FtYp76x1xWORDmZIYH
pQaYeaUAyFLMipm8fLNpweieVWL3BFere9TLrTYsz8632C4mpxH3sPbeCTS2L4E4
RyD6onb0/UFOKs9gB9VrJGrE3q5XbZB9NrW9A/5ECCv4RC/yJ7J4SKfxXW9Xn46k
YTjPGh1FCb1uRL7fKP+iW5efOM7nz1jaAv+9M0vcIPEW5wmE9Ms9j8fiPzYKgAuU
95doGMucw2nMXJFtYXn9gUGszHObIajrgKCgpeO4713ch5swzDJT4ZQm827ptg2X
dC/W6wv67r+QNhKAC53c4xAEoADJuOfSGEuuGbuH8Q==
=jl/O
-----END PGP SIGNATURE-----
--- End Message ---