openpreserve / scape-toolwrapper

SCAPE project for creating debian packages from command line tools.
http://openplanets.github.io/scape-toolwrapper
Apache License 2.0
5 stars 1 forks source link

Missing semicolon after dependency annotation #7

Closed mksplg closed 10 years ago

mksplg commented 10 years ago

If multiple dependencies are defined in an installation, the annotations are missing a semicolon between the #dependsOn parts in all three templates QA, CC, Migraction.

<> #requiresInstallation [
    ...
    #dependsOn [
        ...
    ]             <-- missing
    #dependsOn [
        ...
    ]
] .
luis100 commented 10 years ago

@mksplg please check if this commit solves the problem

mksplg commented 10 years ago

Unfortunately the separator has to be a semicolon ; instead of a comma.

luis100 commented 10 years ago

What about now?

mksplg commented 10 years ago

Yes look good :)