From f5658275ae219236d853900257dd2d4c8a042c20 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 22 Mar 2018 15:49:25 +0000 Subject: [PATCH] Allow stderr in autopkgtests They produce harmless diagnostics. --- debian/changelog | 6 ++++++ debian/tests/control | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6675e54b30..08404d4592 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gtk+3.0 (3.22.29-3) UNRELEASED; urgency=medium + + * Allow stderr in autopkgtests. They produce harmless diagnostics. + + -- Simon McVittie Thu, 22 Mar 2018 15:47:57 +0000 + gtk+3.0 (3.22.29-2) unstable; urgency=medium * Team upload diff --git a/debian/tests/control b/debian/tests/control index 43ae60469c..663bef213a 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,3 @@ Tests: build python3-gi Depends: libgtk-3-dev, build-essential, xauth, xvfb, python3-gi, gir1.2-gtk-3.0, dbus +Restrictions: allow-stderr