d/rules: Changed UPSTREAM_GIT protocol to https

This commit is contained in:
Ondřej Nový 2016-05-19 21:03:27 +02:00
parent fa70e52873
commit 245c631bd6
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ novnc (1:0.4+dfsg+1+20131010+gitf68af8af3d-5) UNRELEASED; urgency=medium
* Fixed homepage (https).
* Fixed VCS URLs (https).
* d/rules: Changed UPSTREAM_GIT protocol to https
-- Ondřej Nový <novy@ondrej.org> Sun, 28 Feb 2016 15:30:55 +0100

2
debian/rules vendored
View File

@ -2,7 +2,7 @@
# export DH_VERBOSE=1
UPSTREAM_GIT := git://github.com/kanaka/noVNC.git
UPSTREAM_GIT := https://github.com/kanaka/noVNC.git
include /usr/share/openstack-pkg-tools/pkgos.make