mirror of https://github.com/fail2ban/fail2ban
Use secure URI in Vcs control header.
Fixes lintian: vcs-field-uses-insecure-uri See https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html for more details.pull/2221/head
parent
f530348562
commit
d7070f31ed
|
@ -1,3 +1,9 @@
|
|||
fail2ban (0.10.2-3) UNRELEASED; urgency=medium
|
||||
|
||||
* Use secure URI in Vcs control header.
|
||||
|
||||
-- Jelmer Vernooij <jelmer@debian.org> Fri, 14 Sep 2018 01:06:16 +0100
|
||||
|
||||
fail2ban (0.10.2-2) unstable; urgency=medium
|
||||
|
||||
[ Arturo Borrero Gonzalez ]
|
||||
|
|
|
@ -11,8 +11,8 @@ Build-Depends:
|
|||
, python3-pyinotify
|
||||
, sqlite3
|
||||
Homepage: http://www.fail2ban.org
|
||||
Vcs-Git: git://github.com/fail2ban/fail2ban.git -b debian
|
||||
Vcs-Browser: http://github.com/fail2ban/fail2ban
|
||||
Vcs-Git: https://github.com/fail2ban/fail2ban.git -b debian
|
||||
Vcs-Browser: https://github.com/fail2ban/fail2ban
|
||||
Standards-Version: 4.1.3
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue