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