d/rules: Changed UPSTREAM_GIT protocol to https

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

1
debian/changelog vendored

@ -2,6 +2,7 @@ python-weakrefmethod (1.0-2) 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:52:38 +0100

2
debian/rules vendored

@ -2,7 +2,7 @@
PYTHONS:=$(shell pyversions -vr)
UPSTREAM_GIT = git://github.com/twang817/weakrefmethod.git
UPSTREAM_GIT := https://github.com/twang817/weakrefmethod.git
-include /usr/share/openstack-pkg-tools/pkgos.make
%: