Skip to content

Commit

Permalink
Use secure URI in Vcs control header.
Browse files Browse the repository at this point in the history
Fixes lintian: vcs-field-uses-insecure-uri
See https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html for more details.
  • Loading branch information
jelmer committed Sep 14, 2018
1 parent e24c81b commit 0996b65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
flowgrind (0.8.1) UNRELEASED; urgency=medium

* Use secure URI in Vcs control header.

-- Jelmer Vernooij <jelmer@debian.org> Fri, 14 Sep 2018 01:09:06 +0100

flowgrind (0.8.0) unstable; urgency=medium

Release 0.8.0 (2016-09-19)
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -5,7 +5,7 @@ Maintainer: Christian Samsel <christian.samsel@rwth-aachen.de>
Build-Depends: debhelper (>= 7), autotools-dev, libxmlrpc-c3-dev | libxmlrpc-core-c3-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev, libgsl0-dev, libpcap-dev, uuid-dev
Standards-Version: 3.9.6
Homepage: http://www.flowgrind.net
Vcs-Git: git://github.com/flowgrind/flowgrind.git
Vcs-Git: https://github.com/flowgrind/flowgrind.git
Vcs-Browser: https://github.com/flowgrind/flowgrind

Package: flowgrind
Expand Down

0 comments on commit 0996b65

Please sign in to comment.