d/rules: Changed UPSTREAM_GIT protocol to https
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
2
debian/rules
vendored
@@ -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
|
||||
|
||||
%:
|
||||
|
||||
Reference in New Issue
Block a user