From ec000f8670648667060b91f0c9b3cf904f5a884d Mon Sep 17 00:00:00 2001 From: Simon McVittie <simon.mcvittie@collabora.co.uk> Date: Thu, 7 Jul 2016 13:34:17 +0100 Subject: [PATCH] apparmor-tracker: fill in test script's library dependencies The manual test instructions at <https://wiki.apertis.org/QA/Test_Cases/apparmor-tracker> call for all of these (plus python3, but that's already pulled in by dh_python3), and the scripts used for the tests do need them. Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk> Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D3641 --- debian/control | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/control b/debian/control index 06ddbee..dce7c2b 100644 --- a/debian/control +++ b/debian/control @@ -159,6 +159,9 @@ Depends: apparmor (>= 2.8.0-0ubuntu5co4), apparmor-profiles, chaiwala-apparmor-profiles, + gir1.2-grilo-0.2, + gir1.2-tracker-1.0, + python3-gi, tracker (>= 0.14.1), Description: Functional tests for Tracker AppArmor profiles/abstractions This package tests Apertis AppArmor profiles for Tracker. -- GitLab