diff --git a/debian/changelog b/debian/changelog index 9971d69..f63ee3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ openstack-nose (0.11-3) UNRELEASED; urgency=medium * Fixed VCS URLs (https). * Fixed typo in d/changelog. + * d/rules: Changed UPSTREAM_GIT protocol to https -- Ondřej Nový Sun, 28 Feb 2016 15:31:45 +0100 diff --git a/debian/rules b/debian/rules index 028fa62..6657e0b 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-dev/openstack-nose.git +UPSTREAM_GIT := https://github.com/openstack-dev/openstack-nose.git include /usr/share/openstack-pkg-tools/pkgos.make