From 1872423d0f1bac068309293bfc8fad40dc64858b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Thu, 19 May 2016 21:22:12 +0200 Subject: [PATCH] d/rules: Changed UPSTREAM_GIT to new URL --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b2a6acb..1056c98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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ý Thu, 19 May 2016 21:22:12 +0200 + python-os-client-config (0.8.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/rules b/debian/rules index 36bdabc..53781fa 100755 --- a/debian/rules +++ b/debian/rules @@ -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)