From f66e947554c7f702775edafb908d5a165d05655d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Mon, 13 Jan 2020 11:53:43 +0100 Subject: [PATCH] debian: Add superficial autopkgtest This makes sure we have all the dependencies to start the program. --- debian/tests/control | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 debian/tests/control diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..19542be --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,4 @@ +Test-Command: xvfb-run /usr/bin/calls --help +Restrictions: superficial +Depends: calls, xauth, xvfb +