From 4e5fc40a00557b5adeef944e01e755cf86ab9325 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Tue, 25 Aug 2020 10:49:05 +0200 Subject: [PATCH] autopkgtests: Depend on @builddep@ MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Otherwise gbp is not able to build itself. Closes: #968982 Thanks: Lukas Märdian for the detailed report --- debian/tests/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/control b/debian/tests/control index 69cc8f1c..0e94bffb 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: smoke-rpm -Depends: @, xsltproc +Depends: @, @builddeps@ Restrictions: allow-stderr -- 2.34.1