Applied what's remaining as usefull in the Ubuntu patch (Closes: #791930).
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -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
|
python-taskflow (1.17.0-1) experimental; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|||||||
1
debian/control
vendored
1
debian/control
vendored
@@ -48,6 +48,7 @@ Standards-Version: 3.9.6
|
|||||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-taskflow.git
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-taskflow.git
|
||||||
Vcs-Git: git://anonscm.debian.org/openstack/python-taskflow.git
|
Vcs-Git: git://anonscm.debian.org/openstack/python-taskflow.git
|
||||||
Homepage: https://github.com/openstack/taskflow
|
Homepage: https://github.com/openstack/taskflow
|
||||||
|
XS-Testsuite: autopkgtest
|
||||||
|
|
||||||
Package: python-taskflow
|
Package: python-taskflow
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|||||||
5
debian/tests/control
vendored
Normal file
5
debian/tests/control
vendored
Normal 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
4
debian/tests/python-taskflow
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e -u
|
||||||
|
testr init && testr run taskflow.tests.unit.test_storage
|
||||||
Reference in New Issue
Block a user