From b07e9abfa87596069a3961acb21af3647d18e484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Thu, 19 May 2016 21:33:26 +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 8bbd05a..89aabeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-retrying (1.3.3-2) UNRELEASED; urgency=medium * Fixed VCS URLs (https). + * d/rules: Changed UPSTREAM_GIT protocol to https -- Ondřej Nový Sun, 28 Feb 2016 15:49:22 +0100 diff --git a/debian/rules b/debian/rules index 123fda6..15d064b 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) -UPSTREAM_GIT = git://github.com/rholder/retrying.git +UPSTREAM_GIT := https://github.com/rholder/retrying.git -include /usr/share/openstack-pkg-tools/pkgos.make %: