From 04ebb5ddb4ec7bb68349d9dd02711fddcc3e15d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Sun, 28 Feb 2016 15:35:59 +0100 Subject: [PATCH] Fixed VCS URLs (https). --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 564fb38..4f76be4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-django-bootstrap-form (3.1.0-7) UNRELEASED; urgency=medium * Fixed homepage (https). + * Fixed VCS URLs (https). -- Ondřej Nový Sun, 28 Feb 2016 15:35:54 +0100 diff --git a/debian/control b/debian/control index a19ae79..4d298e1 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 9), Build-Depends-Indep: python-django, python3-django, Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-django-bootstrap-form.git -Vcs-Git: git://anonscm.debian.org/openstack/python-django-bootstrap-form.git +Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-django-bootstrap-form.git/ +Vcs-Git: https://anonscm.debian.org/git/openstack/python-django-bootstrap-form.git Homepage: https://github.com/tzangms/django-bootstrap-form Package: python-bootstrapform