d/rules: Changed UPSTREAM_GIT protocol to https

This commit is contained in:
Ondřej Nový
2016-05-19 21:35:15 +02:00
parent 6b85857c56
commit 7f51240b41
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -2,6 +2,7 @@ python-steadymark (0.4.5-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:50:54 +0100

2
debian/rules vendored
View File

@@ -1,6 +1,6 @@
#!/usr/bin/make -f
UPSTREAM_GIT = git://github.com/gabrielfalcao/steadymark.git
UPSTREAM_GIT := https://github.com/gabrielfalcao/steadymark.git
include /usr/share/openstack-pkg-tools/pkgos.make
%: