diff --git a/debian/changelog b/debian/changelog index 4f76be4..237ac96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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ý Sun, 28 Feb 2016 15:35:54 +0100 diff --git a/debian/rules b/debian/rules index 85a3575..b94ee28 100755 --- a/debian/rules +++ b/debian/rules @@ -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 %: