This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=f76e5157185213d1f0a9431e5af9bda27d29cedc The following commit(s) were added to refs/heads/main by this push: new f76e51571 debian: Add libmd-dev to the test-root and test-not-root autopkgtests f76e51571 is described below commit f76e5157185213d1f0a9431e5af9bda27d29cedc (HEAD -> main) Author: Guillem Jover <[email protected]> AuthorDate: Thu Dec 1 21:11:32 2022 +0100 debian: Add libmd-dev to the test-root and test-not-root autopkgtests We need to run configure to be able to run installcheck target, and libmd-dev is now a required component that will make configure fail. This makes the autopkgtest fail on such tests. --- debian/tests/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index 6cd7a7b18..48982f8ae 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,9 +1,9 @@ Tests: test-not-root -Depends: build-essential, autoconf, pkg-config, file +Depends: build-essential, autoconf, pkg-config, libmd-dev, file Restrictions: superficial skippable Tests: test-root -Depends: build-essential, autoconf, pkg-config, file +Depends: build-essential, autoconf, pkg-config, libmd-dev, file Restrictions: superficial needs-root breaks-testbed Tests: test-func -- Dpkg.Org's dpkg

