diff options
Diffstat (limited to 'p/haskell-http-client/debian')
-rw-r--r-- | p/haskell-http-client/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-http-client/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-http-client/debian/changelog b/p/haskell-http-client/debian/changelog index 65b18db65..55700718b 100644 --- a/p/haskell-http-client/debian/changelog +++ b/p/haskell-http-client/debian/changelog @@ -1,3 +1,9 @@ +haskell-http-client (0.4.26.2-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:35:32 +0300 + haskell-http-client (0.4.26.2-1) unstable; urgency=medium * New upstream release diff --git a/p/haskell-http-client/debian/control b/p/haskell-http-client/debian/control index a6dd6bb12..3659c3016 100644 --- a/p/haskell-http-client/debian/control +++ b/p/haskell-http-client/debian/control @@ -65,7 +65,7 @@ Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: https://github.com/snoyberg/http-client 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: HTTP client engine An HTTP client engine, intended as a base layer for more user-friendly packages. |