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 broken double quotes
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f8b575f42d
commit
f195f1c366
1 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ Package: \$NAME-run
|
|||
Architecture: any
|
||||
Depends: \`format_depends "\${shlibs:Depends}, \${misc:Depends}, \$REQUIRES_RUN"\`
|
||||
# untested:
|
||||
Conflicts: \`format_depends \$CONFLICTS_RUN"\`
|
||||
Conflicts: \`format_depends "\$CONFLICTS_RUN"\`
|
||||
Description: `cfg_value summary`
|
||||
`cfg_value description | sed 's/^/ /'`
|
||||
EOT
|
||||
|
|
@ -71,7 +71,7 @@ Package: \$NAME-devel
|
|||
Architecture: any
|
||||
Depends: \`format_depends "\$NAME-run = \$VERSION-\$RELEASE, \$REQUIRES_DEVEL"\`
|
||||
# untested:
|
||||
Conflicts: \`format_depends \$CONFLICTS_DEVEL"\`
|
||||
Conflicts: \`format_depends "\$CONFLICTS_DEVEL"\`
|
||||
Description: \$NAME Development Package
|
||||
Development tools for \$NAME-run
|
||||
EOT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue