From e0c825c59df71b91341d29e63365c605aa53fb14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Thu, 19 May 2016 21:22:03 +0200 Subject: [PATCH] d/rules: Changed UPSTREAM_GIT protocol to https --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4baf5e2..b5e6ea1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-os-brick (1.2.0-3) UNRELEASED; urgency=medium * Standards-Version is 3.9.8 now (no change) + * d/rules: Changed UPSTREAM_GIT protocol to https -- Ondřej Nový Sat, 09 Apr 2016 19:28:41 +0200 diff --git a/debian/rules b/debian/rules index 1191cd9..5c45d29 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/os-brick.git +UPSTREAM_GIT := https://github.com/openstack/os-brick.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/')