debian/changelog | 6 ++++++ debian/tests/control | 5 +++++ 2 files changed, 11 insertions(+)
New commits: commit 7eaa76b1b846555deda26b48c659058f060eba42 Author: Sven Joachim <[email protected]> Date: Wed Jul 5 23:02:10 2017 +0200 Add two simple autopkg smoke tests These tests don't guarantee that the package is not totally broken, but if they fail, it most probably is. diff --git a/debian/changelog b/debian/changelog index d965b86..4ae266c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xterm (330-2) UNRELEASED; urgency=medium + + * Add two simple autopkg smoke tests. + + -- Sven Joachim <[email protected]> Wed, 05 Jul 2017 22:58:37 +0200 + xterm (330-1) unstable; urgency=medium * New upstream release. diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..7a00550 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,5 @@ +Test-Command: adequate xterm >&2 +Depends: xterm, adequate + +Test-Command: xvfb-run xterm -version +Depends: xterm, xvfb, xauth

