d/rules: Changed UPSTREAM_GIT protocol to https

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

3
debian/changelog vendored
View File

@ -6,6 +6,9 @@ python-rcssmin (1.0.6-2) UNRELEASED; urgency=medium
[ James Page ]
* d/rules: Execute unit tests during package build.
[ Ondřej Nový ]
* d/rules: Changed UPSTREAM_GIT protocol to https
-- Ondřej Nový <novy@ondrej.org> Sun, 28 Feb 2016 15:48:16 +0100
python-rcssmin (1.0.6-1) unstable; urgency=medium

2
debian/rules vendored
View File

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