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 %: