Always use openstack-pkg-tools

This commit is contained in:
Thomas Goirand
2014-12-24 17:21:33 +08:00
parent 2e77545449
commit 8a86c85c60
2 changed files with 2 additions and 1 deletions

1
debian/control vendored
View File

@@ -5,6 +5,7 @@ Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all (>= 2.6.6-3~),
python-pbr (>= 0.8.1),
python-setuptools,

2
debian/rules vendored
View File

@@ -4,7 +4,7 @@ PYTHONS:=$(shell pyversions -vr)
PYTHON3S:=$(shell py3versions -vr)
UPSTREAM_GIT = git://github.com/openstack/tempest-lib.git
-include /usr/share/openstack-pkg-tools/pkgos.make
include /usr/share/openstack-pkg-tools/pkgos.make
export OSLO_PACKAGE_VERSION=$(VERSION)