From 62ffc549a91bb31c0178bef75d9dc11456b8556f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Thu, 19 May 2016 21:10:44 +0200 Subject: [PATCH] d/rules: Changed UPSTREAM_GIT protocol to https --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f4cfa83..78fbb3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-cliff (1.15.0-5) UNRELEASED; urgency=medium + + * d/rules: Changed UPSTREAM_GIT protocol to https + + -- Ondřej Nový Thu, 19 May 2016 21:10:44 +0200 + python-cliff (1.15.0-4) unstable; urgency=medium * Added missing python{3,}-setuptools build-depends (Closes: #820688). diff --git a/debian/rules b/debian/rules index c3f0504..4db2ab3 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) -UPSTREAM_GIT = git://github.com/openstack/cliff.git +UPSTREAM_GIT := https://github.com/openstack/cliff.git include /usr/share/openstack-pkg-tools/pkgos.make export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog | grep Version: | cut -d' ' -f2 | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' | head -n 1)