summaryrefslogtreecommitdiff
path: root/p/haskell-pipes-safe
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-pipes-safe
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-pipes-safe')
-rw-r--r--p/haskell-pipes-safe/debian/changelog6
-rw-r--r--p/haskell-pipes-safe/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-pipes-safe/debian/changelog b/p/haskell-pipes-safe/debian/changelog
index ae1ab1cec..b26f768f8 100644
--- a/p/haskell-pipes-safe/debian/changelog
+++ b/p/haskell-pipes-safe/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pipes-safe (2.2.3-4) 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:59 +0300
+
haskell-pipes-safe (2.2.3-3) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-pipes-safe/debian/control b/p/haskell-pipes-safe/debian/control
index e121c67aa..3d0fd8105 100644
--- a/p/haskell-pipes-safe/debian/control
+++ b/p/haskell-pipes-safe/debian/control
@@ -32,7 +32,7 @@ Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.6
Homepage: http://hackage.haskell.org/package/pipes-safe
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: safety for the pipes ecosystem
This package adds resource management and exception handling to the
pipes ecosystem.