d/rules: Changed UPSTREAM_GIT protocol to https

This commit is contained in:
Ondřej Nový 2016-05-19 21:42:42 +02:00
parent de6d678754
commit a77317f5ff
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
ryu (3.30+dfsg1-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:32:02 +0200

2
debian/rules vendored
View File

@ -3,7 +3,7 @@
PYTHONS:=$(shell pyversions -vr)
PYTHON3S:=$(shell py3versions -vr)
UPSTREAM_GIT = git://github.com/osrg/ryu.git
UPSTREAM_GIT := https://github.com/osrg/ryu.git
include /usr/share/openstack-pkg-tools/pkgos.make
export OSLO_PACKAGE_VERSION=$(VERSION)