From 654413d3ae7852c5063928fe2eeb97b06ab3f0ce Mon Sep 17 00:00:00 2001 From: sblondon Date: Thu, 25 Jul 2019 22:28:56 +0200 Subject: [PATCH] Fix Homepage URL the Homepage info in control file (http://www.caspian.dotconf.net/menu/Software/SendEmail/) is invalid because the domain is not known: ``` $ LANG=C; wget http://www.caspian.dotconf.net/menu/Software/SendEmail/ --2017-12-15 14:56:56-- http://www.caspian.dotconf.net/menu/Software/SendEmail/ Resolving www.caspian.dotconf.net (www.caspian.dotconf.net)... failed: Name or service not known. wget: unable to resolve host address 'www.caspian.dotconf.net' ``` This PR fixes #884459 in bugs.debian.org. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9fae67b..2a36095 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Alejandro Garrido Mota Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 -Homepage: http://www.caspian.dotconf.net/menu/Software/SendEmail/ +Homepage: http://caspian.dotconf.net/menu/Software/SendEmail/ Vcs-Git: git://github.com/mogaal/sendemail.git Vcs-Browser: https://github.com/mogaal/sendemail