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-stmonadtrans/debian/changelog | 6 ++++++ p/haskell-stmonadtrans/debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'p/haskell-stmonadtrans/debian') diff --git a/p/haskell-stmonadtrans/debian/changelog b/p/haskell-stmonadtrans/debian/changelog index 87bd67666..15e837840 100644 --- a/p/haskell-stmonadtrans/debian/changelog +++ b/p/haskell-stmonadtrans/debian/changelog @@ -1,3 +1,9 @@ +haskell-stmonadtrans (0.3.3-3) UNRELEASED; urgency=medium + + * Use secure (https) uri in Vcs-Git field in 'debian/control' + + -- Dmitry Bogatov Tue, 10 May 2016 09:36:14 +0300 + haskell-stmonadtrans (0.3.3-2) unstable; urgency=medium * Switch Vcs-Git/Vcs-Browser headers to new location. diff --git a/p/haskell-stmonadtrans/debian/control b/p/haskell-stmonadtrans/debian/control index 630e9646a..63e1c92de 100644 --- a/p/haskell-stmonadtrans/debian/control +++ b/p/haskell-stmonadtrans/debian/control @@ -15,7 +15,7 @@ Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/STMonadTrans 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: monad transformer version of the ST monad This package provides a monad transformer version of the ST monad. . -- cgit v1.2.3