[pkg-haskell-tools] 07/11: Improve the Vcs-Browser/Vcs-Git fields

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Sun Jul 24 20:52:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

iliastsi-guest pushed a commit to branch master
in repository pkg-haskell-tools.

commit 584f19196fc0b643ce8f1be246160e1cf784f9ac
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date:   Sat Jul 23 17:39:23 2016 +0300

    Improve the Vcs-Browser/Vcs-Git fields
    
    Use the newer cgit interface, instead of gitweb and use a secure
    transport protocol for the URIs.
---
 debian/changelog | 3 +++
 debian/control   | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d7d4e8a..128134d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ pkg-haskell-tools (0.10.4) unstable; urgency=medium
   * Remove 'section' field from binary package
     This field duplicates the value inherited from the source
     package paragraph.
+  * Improve the Vcs-Browser/Vcs-Git fields
+    - Use the newer cgit interface, instead of gitweb.
+    - Use a secure transport protocol for the URI
 
  -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com>  Sat, 23 Jul 2016 17:09:36 +0300
 
diff --git a/debian/control b/debian/control
index b47259b..aa6a145 100644
--- a/debian/control
+++ b/debian/control
@@ -27,8 +27,8 @@ Build-Depends: debhelper (>= 9),
  libfile-slurp-perl
 Standards-Version: 3.9.6
 Homepage: https://wiki.debian.org/Haskell
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-haskell/pkg-haskell-tools.git
-Vcs-Git: git://anonscm.debian.org/pkg-haskell/pkg-haskell-tools.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/pkg-haskell-tools.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/pkg-haskell-tools.git
 
 Package: pkg-haskell-tools
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git



More information about the Pkg-haskell-commits mailing list