From ad81e3fd86f41632c5b76ce9f7ecd357b08c6cf9 Mon Sep 17 00:00:00 2001
From: Jochen Sprickerhof <jspricke@debian.org>
Date: Wed, 16 Apr 2025 10:14:00 +0200
Subject: [PATCH] Add autopkgtest dependency on make

README.package-tests.rst.gz states that build-needed:

| However, the tests are *not* entitled to assume that the source
| package's build dependencies will be installed when the test is run.

This can be reproduced with:

autopkgtest -B --test-name=upstream hello -- unshare -r unstable

Also add hello as this was the implicit default without a Depends line.
---
 debian/tests/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/tests/control b/debian/tests/control
index 96c92fe..2e28bc2 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,3 +2,4 @@ Test-Command: hello
 
 Tests: upstream
 Restrictions: build-needed, rw-build-tree, allow-stderr
+Depends: make, hello
-- 
2.49.0

