From 7f8f1247fbaafdff3bd4c062ea03daa579c7649a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Sun, 28 Feb 2016 15:54:34 +0100 Subject: [PATCH] Fixed VCS URLs (https). --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2994ff8..8d04190 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-xstatic-jquery.quicksearch (2.0.4.1-2) UNRELEASED; urgency=medium + + * Fixed VCS URLs (https). + + -- Ondřej Nový Sun, 28 Feb 2016 15:54:34 +0100 + python-xstatic-jquery.quicksearch (2.0.4.1-1) unstable; urgency=medium * Initial release. (Closes: #758402) diff --git a/debian/control b/debian/control index dce4bf5..2b46c7d 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 9), python3-setuptools Build-Conflicts: python-xstatic, python3-xstatic Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-xstatic-jquery.quicksearch.git -Vcs-Git: git://anonscm.debian.org/openstack/python-xstatic-jquery.quicksearch.git +Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-xstatic-jquery.quicksearch.git/ +Vcs-Git: https://anonscm.debian.org/git/openstack/python-xstatic-jquery.quicksearch.git Homepage: http://plugins.jquery.com/jquery.quicksearch/ Package: python-xstatic-jquery.quicksearch -- GitLab