create-mkdebian.sh: Fix Maintainer + Homepage

There's no "Homepage" meta tag in the .deb files created by jw-pkg,
add one.

Also, generate an e-mail address <global.jw-maintainer>@janware.com
to go into the Maintainer field. Not ideal, but a low-hanging fruit.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-03-04 12:28:21 +00:00
commit 9373550af6

View file

@ -52,7 +52,8 @@ _cat <<- EOT
|{ |{
|cat << EOF |cat << EOF
|Source: \$NAME |Source: \$NAME
|Maintainer: Jan Lindemann <jan@janware.com> |Maintainer: janware GmbH <`cfg_value global.jw-maintainer`@janware.com>
|Homepage: https://janware.com/code/janware/\$NAME
|Section: `cfg_value global.group` |Section: `cfg_value global.group`
|Priority: optional |Priority: optional
|Standards-Version: 3.9.2 |Standards-Version: 3.9.2