From 493935fb5a4e2aa68c6ef6af2e649854b7fd5fe7 Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Tue, 9 Aug 2016 06:02:16 +1000 Subject: [PATCH] =?utf8?q?Add=20an=20=E2=80=98autopkgtest=E2=80=99=20smoke?= =?utf8?q?=20test=20for=20the=20installed=20program.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- debian/changelog | 2 ++ debian/tests/control | 15 +++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 debian/tests/control diff --git a/debian/changelog b/debian/changelog index 355e99a..3572f3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ xkcdpass (1.8.0-1) UNRELEASED; urgency=medium * debian/control: * Remove Python development system dependency, no longer needed for upstream build system. + * debian/tests/control: + * Add an ‘autopkgtest’ smoke test for the installed program. -- diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..d2d9ca5 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,15 @@ +# debian/tests/control +# Control file for Debian ‘autopkgtests’. +# Documentation: ‘/usr/share/doc/autopkgtest/README.package-tests.rst.gz’. + +Test-Command: + xkcdpass --verbose +Depends: + xkcdpass + + +# Local variables: +# coding: utf-8 +# mode: conf +# End: +# vim: fileencoding=utf-8 filetype=conf : -- 2.11.4.GIT