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