From c5fdfe375cd00dcb3af28714c4eec011e7552d9d Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 8 Sep 2015 13:50:44 +0200 Subject: [PATCH] Applied what's remaining as usefull in the Ubuntu patch (Closes: #791930). --- debian/changelog | 6 ++++++ debian/control | 1 + debian/tests/control | 5 +++++ debian/tests/python-taskflow | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 debian/tests/control create mode 100644 debian/tests/python-taskflow diff --git a/debian/changelog b/debian/changelog index f403a555..dfe07ccb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-taskflow (1.17.0-2) experimental; urgency=medium + + * Applied what's remaining as usefull in the Ubuntu patch (Closes: #791930). + + -- Thomas Goirand Tue, 08 Sep 2015 13:49:30 +0200 + python-taskflow (1.17.0-1) experimental; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 1bffe37f..7f79c6b4 100644 --- a/debian/control +++ b/debian/control @@ -48,6 +48,7 @@ Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-taskflow.git Vcs-Git: git://anonscm.debian.org/openstack/python-taskflow.git Homepage: https://github.com/openstack/taskflow +XS-Testsuite: autopkgtest Package: python-taskflow Architecture: all diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 00000000..d617e137 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,5 @@ +Tests: python-taskflow +Depends: @, python-all, testrepository, python-mock, python-testtools, python-kazoo, + python-kombu, python-zake, python-oslo-serialization, python-oslo-utils, python-oslotest, + python-jsonschema +Restrictions: allow-stderr diff --git a/debian/tests/python-taskflow b/debian/tests/python-taskflow new file mode 100644 index 00000000..f4701472 --- /dev/null +++ b/debian/tests/python-taskflow @@ -0,0 +1,4 @@ +#!/bin/sh + +set -e -u +testr init && testr run taskflow.tests.unit.test_storage