Applied what's remaining as usefull in the Ubuntu patch (Closes: #791930).

This commit is contained in:
Thomas Goirand
2015-09-08 13:50:44 +02:00
parent 7fec755a3b
commit c5fdfe375c
4 changed files with 16 additions and 0 deletions

6
debian/changelog vendored
View File

@@ -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 <zigo@debian.org> Tue, 08 Sep 2015 13:49:30 +0200
python-taskflow (1.17.0-1) experimental; urgency=medium
* New upstream release.

1
debian/control vendored
View File

@@ -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

5
debian/tests/control vendored Normal file
View File

@@ -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

4
debian/tests/python-taskflow vendored Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
set -e -u
testr init && testr run taskflow.tests.unit.test_storage