summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-04 13:26:10 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-04 13:26:14 +0200
commitc111144d08ae94602ce0ba4fa6e4dcb704f8805c (patch)
tree64d8c50685b9d6a7b1d7ecf09bbefa72f172480c /debian
parentfe249cf6b5283513f4985ae5b722cb46c9cc5ad3 (diff)
autopkgtestdebian/1.3.104-1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/tests/can-show-help6
-rw-r--r--debian/tests/control2
3 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9d5acc4..1ea118e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ qrouter (1.3.104-1) unstable; urgency=medium
* New upstream version
* debian/rules:
- Do not use autotools_dev when building
+ * debian/tests/control and debian/tests/can-show-help:
+ - First simple autopkgtest for qrouter
-- Ruben Undheim <ruben.undheim@gmail.com> Sat, 04 Aug 2018 13:17:49 +0200
diff --git a/debian/tests/can-show-help b/debian/tests/can-show-help
new file mode 100755
index 0000000..b975d84
--- /dev/null
+++ b/debian/tests/can-show-help
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -e
+
+qrouter -h
+
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..6928899
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: can-show-help
+Depends: @