d/rules: Changed UPSTREAM_GIT protocol to https

This commit is contained in:
Ondřej Nový 2016-05-19 21:15:30 +02:00
parent e9215ef25e
commit 82bf14bbf3
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
python-futurist (0.13.0-3) UNRELEASED; urgency=medium
* Standards-Version is 3.9.8 now (no change)
* d/rules: Changed UPSTREAM_GIT protocol to https
-- Ondřej Nový <novy@ondrej.org> Sat, 09 Apr 2016 19:26:50 +0200

2
debian/rules vendored
View File

@ -5,7 +5,7 @@ PYTHON3S:=$(shell py3versions -vr)
export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p' | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//')
UPSTREAM_GIT = git://github.com/openstack/futurist.git
UPSTREAM_GIT := https://github.com/openstack/futurist.git
-include /usr/share/openstack-pkg-tools/pkgos.make
%: