From de6a4b90f785b2557bcff38151c1e3225155dbf3 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 24 Apr 2024 16:24:24 +0200 Subject: [PATCH] debian: Prefer https over http and git. It is recommended to use an unencrypted transport protocol. Suggested-by: lintian(1) Reviewed-by: Andreas Metzler --- debian/control | 6 +++--- debian/copyright | 2 +- debian/watch | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 80202cf..120e727 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: optional Maintainer: Andre Noll Build-Depends: m4, flex, bison, debhelper (>= 13), debhelper-compat (=13), autoconf, liblopsub-dev Standards-Version: 4.6.2 -Homepage: http://people.tuebingen.mpg.de/maan/tfortune/ -Vcs-Browser: http://git.tuebingen.mpg.de/tfortune.git -Vcs-Git: git://git.tuebingen.mpg.de/tfortune/ +Homepage: https://people.tuebingen.mpg.de/maan/tfortune/ +Vcs-Browser: https://git.tuebingen.mpg.de/tfortune.git +Vcs-Git: https://git.tuebingen.mpg.de/tfortune/ Rules-Requires-Root: no Package: tfortune diff --git a/debian/copyright b/debian/copyright index a009d1b..558b00b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: http://people.tuebingen.mpg.de/maan/tfortune/ +Source: https://people.tuebingen.mpg.de/maan/tfortune/ Files: * License: GPL-3 diff --git a/debian/watch b/debian/watch index c670771..26d3e81 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ version=4 opts="mode=git, gitmode=full, pgpmode=gittag" \ - git://git.tuebingen.mpg.de/tfortune/ \ + https://git.tuebingen.mpg.de/tfortune/ \ refs/tags/v@ANY_VERSION@ -- 2.39.2