From b2954374ddc1b29e314decc35a1000b30cd29e0c Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Thu, 12 Jan 2023 19:14:53 +0100 Subject: Add debian/tests/autopkgtest-pkg-perl.conf. When use()d, Alien::wxWidgets needs a full build environment (g++, libc6-dev). autopkgtest's use.t will fail with only gcc in Depends (as seen on ci.debian.net), and even more so after removing the gcc dependency. Add debian/tests/autopkgtest-pkg-perl.conf with "extra_depends: g++" in order to get a working full autopkgtest again. --- debian/tests/autopkgtest-pkg-perl.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/tests/autopkgtest-pkg-perl.conf diff --git a/debian/tests/autopkgtest-pkg-perl.conf b/debian/tests/autopkgtest-pkg-perl.conf new file mode 100644 index 0000000..6843774 --- /dev/null +++ b/debian/tests/autopkgtest-pkg-perl.conf @@ -0,0 +1 @@ +extra_depends = g++ -- cgit v1.2.3