[Pkg-kbd-devel] Bug#1060324: kbd: update homepage URL in control file
cacin at allfreemail.net
cacin at allfreemail.net
Tue Jan 9 16:24:31 GMT 2024
Package: kbd
Version: 2.5.1-1+b1
Severity: normal
Tags: patch
Dear Maintainer,
the debian control file has kbd homepage as:
Homepage: http://www.kbd-project.org/
This gives an error if HTTPS-only is enabled in browsers like firefox or chromium, because the redirect to https://kbd-project.org/ doesn't happen automatically.
I attach a patch to change the homepage to the correct address:
Homepage: https://kbd-project.org/
-------------- next part --------------
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index f8fbe74..6c07578 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Michael Schutte <michi at debian.org>, Anton Zinoviev <zinoviev at debian.o
Build-Depends: dpkg-dev (>= 1.16.1), debhelper-compat (= 13),
linuxdoc-tools, gettext, flex, bison, pkg-config, check
Standards-Version: 4.1.5
-Homepage: http://www.kbd-project.org/
+Homepage: https://kbd-project.org/
Vcs-Git: https://salsa.debian.org/debian/kbd.git
Vcs-Browser: https://salsa.debian.org/debian/kbd
--
2.43.0
More information about the Pkg-kbd-devel
mailing list