mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
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:
parent
45fdf64446
commit
9373550af6
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue