From 4dd827eca65891c71c8cc53eea704e2f73a3c64a Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 7 Nov 2013 14:15:23 +0100 Subject: Add autopkgtest that runs the upstream test suite against the installed package Thanks to Jean-Baptiste Lallement! https://launchpad.net/bugs/1248706 --- debian/changelog | 8 ++++++++ debian/control | 1 + debian/tests/control | 3 +++ debian/tests/upstream | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 debian/tests/control create mode 100644 debian/tests/upstream (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5f08b0f..18a3b1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +paramiko (1.10.1-2) UNRELEASED; urgency=low + + [ Jean-Baptiste Lallement ] + * Add autopkgtest that runs the upstream test suite against the installed + package. (LP: #1248706) + + -- Jeremy T. Bouse Wed, 06 Nov 2013 21:48:53 +0100 + paramiko (1.10.1-1) unstable; urgency=low * Imported Upstream version 1.10.1 diff --git a/debian/control b/debian/control index 36c3a1f..22683cf 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Standards-Version: 3.9.4 Homepage: https://github.com/paramiko/paramiko/ Vcs-Git: git://git.debian.org/collab-maint/paramiko.git Vcs-Browser: http://git.debian.org/?p=collab-maint/paramiko.git +XS-Testsuite: autopkgtest Package: paramiko-doc Section: doc 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..6ede8fe --- /dev/null +++ b/debian/tests/upstream @@ -0,0 +1,4 @@ +#!/bin/sh +set -e + +python ./test.py --verbose -- cgit v1.2.3