summaryrefslogtreecommitdiff
path: root/p/haskell-streaming-commons/debian
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-streaming-commons/debian')
-rw-r--r--p/haskell-streaming-commons/debian/changelog6
-rw-r--r--p/haskell-streaming-commons/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-streaming-commons/debian/changelog b/p/haskell-streaming-commons/debian/changelog
index c2bb11637..d5af59f1c 100644
--- a/p/haskell-streaming-commons/debian/changelog
+++ b/p/haskell-streaming-commons/debian/changelog
@@ -1,3 +1,9 @@
+haskell-streaming-commons (0.1.15-2) UNRELEASED; urgency=medium
+
+ * Use secure (https) uri in Vcs-Git field in 'debian/control'
+
+ -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:15 +0300
+
haskell-streaming-commons (0.1.15-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-streaming-commons/debian/control b/p/haskell-streaming-commons/debian/control
index ec75e2928..264730344 100644
--- a/p/haskell-streaming-commons/debian/control
+++ b/p/haskell-streaming-commons/debian/control
@@ -35,7 +35,7 @@ Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.6
Homepage: https://github.com/fpco/streaming-commons
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: common lower-level functions for various streaming data libraries
Provides low-dependency functionality commonly needed by various
streaming data libraries, such as conduit and pipes.