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-mutable-containers/debian/changelog | 6 ++++++ p/haskell-mutable-containers/debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'p/haskell-mutable-containers') diff --git a/p/haskell-mutable-containers/debian/changelog b/p/haskell-mutable-containers/debian/changelog index 924f7dbbd..c8fff8b70 100644 --- a/p/haskell-mutable-containers/debian/changelog +++ b/p/haskell-mutable-containers/debian/changelog @@ -1,3 +1,9 @@ +haskell-mutable-containers (0.3.2-2) UNRELEASED; urgency=medium + + * Use secure (https) uri in Vcs-Git field in 'debian/control' + + -- Dmitry Bogatov Tue, 10 May 2016 09:35:50 +0300 + haskell-mutable-containers (0.3.2-1) unstable; urgency=medium * New upstream release diff --git a/p/haskell-mutable-containers/debian/control b/p/haskell-mutable-containers/debian/control index 106dab4a8..044f3d657 100644 --- a/p/haskell-mutable-containers/debian/control +++ b/p/haskell-mutable-containers/debian/control @@ -24,7 +24,7 @@ Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: https://github.com/fpco/mutable-containers 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 X-Description: Abstactions and concrete implementations of mutable containers One of Haskell's strengths is immutable data structures. These structures make it easier to reason about code, simplify concurrency and parallelism, and in -- cgit v1.2.3