diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/tests/control | 3 | ||||
-rw-r--r-- | debian/tests/upstream | 5 |
3 files changed, 9 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a3c0652..93d22ec 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Standards-Version: 3.9.5 Homepage: https://github.com/paramiko/paramiko/ Vcs-Git: https://github.com/jbouse-debian/paramiko.git Vcs-Browser: https://github.com/jbouse-debian/paramiko +XS-Testsuite: autopkgtest Package: paramiko-doc Package-Type: deb diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..799e33c --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +Tests: upstream +Depends: @ +Restrictions: allow-stderr diff --git a/debian/tests/upstream b/debian/tests/upstream new file mode 100644 index 0000000..7a400be --- /dev/null +++ b/debian/tests/upstream @@ -0,0 +1,5 @@ +#!/bin/sh +set -e + +python ./test.py --verbose +python3 ./test.py --verbose |