From b98e27189e88a7b7cb8753be405afc2771f07922 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 28 Sep 2017 19:58:36 +0100 Subject: [PATCH] Add more test-dependencies Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/control | 2 ++ debian/tests/control | 11 +++-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 0a1fdc54d..edaa17f67 100644 --- a/debian/control +++ b/debian/control @@ -58,6 +58,8 @@ Section: misc Priority: optional Depends: bubblewrap, + libipc-run-perl, + perl, ${shlibs:Depends}, Description: libcapsule is a helper library used to implement segregated run-time diff --git a/debian/tests/control b/debian/tests/control index 35a7605e7..118ec569e 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,19 +1,14 @@ -Tests: smoke -Restrictions: allow-stderr -Depends: - build-essential, - libcapsule-dev, - pkg-config, - -Tests: symbols version +Tests: smoke symbols version Restrictions: allow-stderr Depends: bubblewrap, + build-essential, libcapsule-dev, libcapsule-dev-bin, libipc-run-perl, libjpeg62 (>= 6b1) | libjpeg62-turbo, perl, + pkg-config, zlib1g, Tests: gnome-desktop-testing -- GitLab