Package: whatmasp Version: 0.0.12-3 Severity: important Tags: patch
Due to recent changes in `lsb_release`, whatmaps (correctly) outputs on stderr the message "WARNING: Unknown distro but dpkg found, assuming Debian".
This makes the `smoke` autopkgtest fail, although successful. To fix this the `allow-stderr` restriction must be added. The following patch fixes the problem. Regards, From 5a12aa3f4fa534fa88e1129da19d7ad80ba1138b Mon Sep 17 00:00:00 2001 From: Gioele Barabucci <gio...@svario.it> Date: Mon, 3 Oct 2022 07:24:25 +0200 Subject: [PATCH] d/tests/control: Allow output on stderr --- debian/tests/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/tests/control b/debian/tests/control index 5794aa8..353dac6 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,3 @@ Tests: smoke Depends: @ +Restrictions: allow-stderr -- 2.35.1 -- Gioele Barabucci <gioele.barabu...@ntnu.no>