summaryrefslogtreecommitdiff
path: root/p/haskell-cabal/debian
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-cabal/debian')
-rw-r--r--p/haskell-cabal/debian/changelog6
-rw-r--r--p/haskell-cabal/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-cabal/debian/changelog b/p/haskell-cabal/debian/changelog
index c64a4aef3..df0d7a798 100644
--- a/p/haskell-cabal/debian/changelog
+++ b/p/haskell-cabal/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cabal (1.22.6.0-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:34:53 +0300
+
haskell-cabal (1.22.6.0-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-cabal/debian/control b/p/haskell-cabal/debian/control
index 2d1c40388..75da60b61 100644
--- a/p/haskell-cabal/debian/control
+++ b/p/haskell-cabal/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.6
Homepage: http://www.haskell.org/cabal/
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: Framework for packaging Haskell software
The Haskell Common Architecture for Building Applications and
Libraries: a framework defining a common interface for authors to more