mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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:
|
||||
Conflicts: \`format_depends "\$NAME-run = \$VERSION-\$RELEASE, \$CONFLICTS_DEVEL"\`
|
||||
Description: \$NAME Development Package
|
||||
Development tools for \$NAME-run
|
||||
Development tools for \$NAME-run
|
||||
EOT
|
||||
|
||||
cat << EOT
|
||||
|
|
@ -78,7 +78,7 @@ EOF
|
|||
|
||||
copyright()
|
||||
{
|
||||
echo -n ""
|
||||
echo -n "Copyright (c) `date +'%Y'`, janware GmbH"
|
||||
}
|
||||
|
||||
format()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue