Adds openstack-pkg-tools as build-depends. (Closes: #743070)
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -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
|
python-taskflow (0.1.3-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|||||||
3
debian/control
vendored
3
debian/control
vendored
@@ -9,7 +9,8 @@ Uploaders: Julien Danjou <acid@debian.org>,
|
|||||||
Build-Depends: debhelper (>= 9),
|
Build-Depends: debhelper (>= 9),
|
||||||
python-all (>= 2.6.6-3~),
|
python-all (>= 2.6.6-3~),
|
||||||
python-pbr (>= 0.5.21),
|
python-pbr (>= 0.5.21),
|
||||||
python-setuptools
|
python-setuptools,
|
||||||
|
openstack-pkg-tools
|
||||||
Build-depends-indep: alembic (>= 0.4.1),
|
Build-depends-indep: alembic (>= 0.4.1),
|
||||||
pylint (>= 0.25),
|
pylint (>= 0.25),
|
||||||
python-anyjson (>= 0.3.3),
|
python-anyjson (>= 0.3.3),
|
||||||
|
|||||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
UPSTREAM_GIT = git://github.com/openstack/taskflow.git
|
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)
|
export OSLO_PACKAGE_VERSION=$(VERSION)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user