diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-15 12:56:37 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-15 12:56:37 +0100 |
commit | 602800faa2ea851caa2ed13f6b34dc52e2df8674 (patch) | |
tree | 461329db263fa834af27d8aee262e4c720dd09d8 /debian | |
parent | d47d094853adc20b75b46ee12fe8e6370336e2d1 (diff) |
Use secure URI for VCS-Browser
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d493958..64a54ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ mailgraph (1.14-15) UNRELEASED; urgency=medium - Bump debhelper Build-Depends minimum version to 10. - Add missing lsb-base to Depends for binary:mailgraph as suggested by lintian. + - Use secure URI for VCS-Browser. * debian/compat: - Bump compat level to 10. diff --git a/debian/control b/debian/control index 3fc7b4f..193ad11 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: Standards-Version: 3.9.8 Homepage: http://mailgraph.schweikert.ch Vcs-Git: git://anonscm.debian.org/collab-maint/mailgraph.git -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/mailgraph.git +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/mailgraph.git Package: mailgraph Architecture: all |