Skip to content

Support for multiple packages in control file #219

Open
@Eymux

Description

@Eymux

I have a control file with four separate packages. Each package is separated by an empty line (as per specification).
The parser of the Maven plugin fails with an exception.

Caused by: java.text.ParseException: Empty line
       at org.vafer.jdeb.debian.ControlFile.parse(ControlFile.java:63)
        at org.vafer.jdeb.debian.ControlFile.parse(ControlFile.java:43)
        at org.vafer.jdeb.debian.BinaryPackageControlFile.<init>(BinaryPackageControlFile.java:60)
        at org.vafer.jdeb.ControlBuilder.createPackageControlFile(ControlBuilder.java:177)
        at org.vafer.jdeb.DebMaker.createSignedDeb(DebMaker.java:440)

The control file works fine with the Debian packaging tools. So I think, this is a problem of the jdeb parser.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions