mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 05:47:38 +01:00
create-mkdebian.sh: Fix lintian complaint about empty copyright file
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
fc36bdefdc
commit
26b71bee5d
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ Depends: \`format_depends "\$NAME-run = \$VERSION-\$RELEASE, \$REQUIRES_DEVEL"\`
|
||||||
# untested:
|
# untested:
|
||||||
Conflicts: \`format_depends "\$NAME-run = \$VERSION-\$RELEASE, \$CONFLICTS_DEVEL"\`
|
Conflicts: \`format_depends "\$NAME-run = \$VERSION-\$RELEASE, \$CONFLICTS_DEVEL"\`
|
||||||
Description: \$NAME Development Package
|
Description: \$NAME Development Package
|
||||||
Development tools for \$NAME-run
|
Development tools for \$NAME-run
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
cat << EOT
|
cat << EOT
|
||||||
|
|
@ -78,7 +78,7 @@ EOF
|
||||||
|
|
||||||
copyright()
|
copyright()
|
||||||
{
|
{
|
||||||
echo -n ""
|
echo -n "Copyright (c) `date +'%Y'`, janware GmbH"
|
||||||
}
|
}
|
||||||
|
|
||||||
format()
|
format()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue