header

download

Version 0.7

18.08.2008

Requires a Java Runtime Environment 1.4 or later.

donate

This framework is release under the ASL 2.0. You may use it in open source as well as for commercial projects. If you find it useful please consider making a donation.

support

To stay up-to-date about related news subscribe to the rss feed. For feedback or support please check on the support page or send an email.

Debian packages in java

This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner. Build your Debian packages on any platform that has Java support. Windows, Linux - it does not require additional native tools installed. The API underneath is well abstracted can easily be adopted for other areas as well.

The source code is included in the releases . If you want to help out feel free to get the latest code via git .

git clone git://github.com/tcurdt/jdeb.git

Current javadocs and a source xref is also available.

Only if you require snaphots include the vafer.org repository into your maven2 pom or settings xml file.

<repositories>
  <repository>
    <id>vafer.org</id>
    <name>vafer.org Maven Snapshot Repository</name>
    <url>https://vafer.org/repository/snaphots</url>
  </repository>
  ...

Related projects

Some links to other cross platform tools to package Linux applications: