summaryrefslogtreecommitdiff
path: root/p/haskell-lambdabot-core
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-05-10 09:38:52 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-05-10 09:38:52 +0300
commitcfc8592fa6b87cc4263797ff2d628a055f7c53b1 (patch)
treefd15b04ce0ca5d685cb2af5c55cead5156d7898a /p/haskell-lambdabot-core
parente8f4ab32000ad2921622fa8581f35cadde312586 (diff)
downloadDHG_packages-cfc8592fa6b87cc4263797ff2d628a055f7c53b1.tar.gz
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.
Diffstat (limited to 'p/haskell-lambdabot-core')
-rw-r--r--p/haskell-lambdabot-core/debian/changelog6
-rw-r--r--p/haskell-lambdabot-core/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-lambdabot-core/debian/changelog b/p/haskell-lambdabot-core/debian/changelog
index a1d63a427..4442c459c 100644
--- a/p/haskell-lambdabot-core/debian/changelog
+++ b/p/haskell-lambdabot-core/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lambdabot-core (5.0.3-5) UNRELEASED; urgency=medium
+
+ * Use secure (https) uri in Vcs-Git field in 'debian/control'
+
+ -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:39 +0300
+
haskell-lambdabot-core (5.0.3-4) unstable; urgency=medium
* Patch for newer dependent-{map,sum}.
diff --git a/p/haskell-lambdabot-core/debian/control b/p/haskell-lambdabot-core/debian/control
index 06beb0b5f..0fc146d08 100644
--- a/p/haskell-lambdabot-core/debian/control
+++ b/p/haskell-lambdabot-core/debian/control
@@ -74,7 +74,7 @@ Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.6
Homepage: http://haskell.org/haskellwiki/Lambdabot
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: Lambdabot core functionality
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.