d/rules: Changed UPSTREAM_GIT protocol to https

This commit is contained in:
Ondřej Nový
2016-05-19 21:14:24 +02:00
parent 10b7c48663
commit 0a708ae9af
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -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ý <novy@ondrej.org> Sun, 28 Feb 2016 15:37:22 +0100

2
debian/rules vendored
View File

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