summaryrefslogtreecommitdiff
path: root/p/ftphs/debian
diff options
context:
space:
mode:
Diffstat (limited to 'p/ftphs/debian')
-rw-r--r--p/ftphs/debian/changelog6
-rw-r--r--p/ftphs/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/ftphs/debian/changelog b/p/ftphs/debian/changelog
index 544ed97c6..c9e18740d 100644
--- a/p/ftphs/debian/changelog
+++ b/p/ftphs/debian/changelog
@@ -1,3 +1,9 @@
+ftphs (1.0.9.1-7) 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:42 +0300
+
ftphs (1.0.9.1-6) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/ftphs/debian/control b/p/ftphs/debian/control
index d361cb8ef..6ce428316 100644
--- a/p/ftphs/debian/control
+++ b/p/ftphs/debian/control
@@ -26,7 +26,7 @@ Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.6
Homepage: http://software.complete.org/ftphs
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: FTP Client and Server Library for Haskell
ftphs provides a Haskell library to implement a FTP client
and a FTP server.