From cfc8592fa6b87cc4263797ff2d628a055f7c53b1 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Tue, 10 May 2016 09:38:52 +0300 Subject: Use secure (https) uri in Vcs-Git field in 'debian/control' According lintian suggestion: The Vcs-* field uses an unencrypted transport protocol for the URI. It is recommended to use a secure transport such as HTTPS for anonymous read-only access. --- p/haskell-publicsuffixlist/debian/changelog | 6 ++++++ p/haskell-publicsuffixlist/debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'p/haskell-publicsuffixlist') diff --git a/p/haskell-publicsuffixlist/debian/changelog b/p/haskell-publicsuffixlist/debian/changelog index e7479bd14..70bfc8ed6 100644 --- a/p/haskell-publicsuffixlist/debian/changelog +++ b/p/haskell-publicsuffixlist/debian/changelog @@ -1,3 +1,9 @@ +haskell-publicsuffixlist (0.1-8) UNRELEASED; urgency=medium + + * Use secure (https) uri in Vcs-Git field in 'debian/control' + + -- Dmitry Bogatov Tue, 10 May 2016 09:36:02 +0300 + haskell-publicsuffixlist (0.1-7) unstable; urgency=medium * Switch Vcs-Git/Vcs-Browser headers to new location. diff --git a/p/haskell-publicsuffixlist/debian/control b/p/haskell-publicsuffixlist/debian/control index 17e4caabd..3d79eb141 100644 --- a/p/haskell-publicsuffixlist/debian/control +++ b/p/haskell-publicsuffixlist/debian/control @@ -43,7 +43,7 @@ Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: https://github.com/litherum/publicsuffixlist Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ -Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git +Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git Package: libghc-publicsuffixlist-dev Architecture: any -- cgit v1.2.3