From c08f1c803466e78b56ca167fa0f11bb942cb45d9 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Ond=C5=99ej=20Nov=C3=BD?= <novy@ondrej.org>
Date: Sun, 28 Feb 2016 15:24:05 +0100
Subject: [PATCH] Fixed VCS URLs (https).

Rewritten-From: 268e1ee8365ff8fbceceee8ac6c09f5a1291137c
---
 trusty/debian/changelog | 1 +
 trusty/debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/trusty/debian/changelog b/trusty/debian/changelog
index 0c5e10736..b99cc4ed0 100644
--- a/trusty/debian/changelog
+++ b/trusty/debian/changelog
@@ -7,6 +7,7 @@ cinder (2:8.0.0~b2-2) UNRELEASED; urgency=medium
 
   [ Ondřej Nový ]
   * Fixed homepage (https).
+  * Fixed VCS URLs (https).
 
  -- Thomas Goirand <zigo@debian.org>  Mon, 25 Jan 2016 10:02:39 +0000
 
diff --git a/trusty/debian/control b/trusty/debian/control
index f136a772e..90ef7e3a4 100644
--- a/trusty/debian/control
+++ b/trusty/debian/control
@@ -84,8 +84,8 @@ Build-Depends-Indep: bandit (>= 0.13.2),
                      subunit,
                      testrepository,
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/cinder.git;a=summary
-Vcs-Git: git://anonscm.debian.org/openstack/cinder.git
+Vcs-Browser: https://anonscm.debian.org/cgit/openstack/cinder.git/
+Vcs-Git: https://anonscm.debian.org/git/openstack/cinder.git
 Homepage: https://github.com/openstack/cinder
 
 Package: python-cinder
-- 
2.45.2