diff --git a/debian/changelog b/debian/changelog index 4b5d64e..a7f89d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-falcon (0.3.0-6) UNRELEASED; urgency=medium * Fixed VCS URLs (https). + * d/rules: Changed UPSTREAM_GIT protocol to https -- Ondřej Nový Sun, 28 Feb 2016 15:37:22 +0100 diff --git a/debian/rules b/debian/rules index 94c78ef..4e28f1b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) DEB_RELEASE_NAME=$(shell lsb_release --codename | awk '{print $$2}') -UPSTREAM_GIT = git://github.com/racker/falcon.git +UPSTREAM_GIT := https://github.com/racker/falcon.git include /usr/share/openstack-pkg-tools/pkgos.make %: