d/rules: Changed UPSTREAM_GIT protocol to https

This commit is contained in:
Ondřej Nový
2016-05-19 21:13:08 +02:00
parent 04ebb5ddb4
commit b25dc40c23
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -2,6 +2,7 @@ python-django-bootstrap-form (3.1.0-7) 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:35:54 +0100

2
debian/rules vendored
View File

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