d/rules: Changed UPSTREAM_GIT to new URL

This commit is contained in:
Ondřej Nový 2016-05-19 21:22:12 +02:00
parent 28c94b420f
commit 1872423d0f
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-os-client-config (0.8.1-2) UNRELEASED; urgency=medium
* d/rules: Changed UPSTREAM_GIT to new URL
-- Ondřej Nový <novy@ondrej.org> Thu, 19 May 2016 21:22:12 +0200
python-os-client-config (0.8.1-1) unstable; urgency=medium
* New upstream release.

2
debian/rules vendored
View File

@ -3,7 +3,7 @@
PYTHONS:=$(shell pyversions -vr)
PYTHON3S:=$(shell py3versions -vr)
UPSTREAM_GIT = git://github.com/stackforge/os-client-config.git
UPSTREAM_GIT := https://github.com/openstack/os-client-config.git
include /usr/share/openstack-pkg-tools/pkgos.make
export OSLO_PACKAGE_VERSION=$(VERSION)