Adds openstack-pkg-tools as build-depends. (Closes: #743070)

This commit is contained in:
Thomas Goirand
2014-03-31 11:17:09 +08:00
parent dbcb02b928
commit d973af92f1
3 changed files with 9 additions and 2 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
python-taskflow (0.1.3-2) unstable; urgency=medium
* Adds openstack-pkg-tools as build-depends. (Closes: #743070)
-- Thomas Goirand <zigo@debian.org> Mon, 31 Mar 2014 11:15:22 +0800
python-taskflow (0.1.3-1) unstable; urgency=medium
* New upstream release.

3
debian/control vendored
View File

@@ -9,7 +9,8 @@ Uploaders: Julien Danjou <acid@debian.org>,
Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3~),
python-pbr (>= 0.5.21),
python-setuptools
python-setuptools,
openstack-pkg-tools
Build-depends-indep: alembic (>= 0.4.1),
pylint (>= 0.25),
python-anyjson (>= 0.3.3),

2
debian/rules vendored
View File

@@ -1,7 +1,7 @@
#!/usr/bin/make -f
UPSTREAM_GIT = git://github.com/openstack/taskflow.git
-include /usr/share/openstack-pkg-tools/pkgos.make
include /usr/share/openstack-pkg-tools/pkgos.make
export OSLO_PACKAGE_VERSION=$(VERSION)