jdeb icon indicating copy to clipboard operation
jdeb copied to clipboard

This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner.

Results 53 jdeb issues
Sort by recently updated
recently updated
newest added

Lintian requests a compressed changelog. I'll try to implement such feature.

improvement

That should make the code much simpler and shorter on complex packages IMO. ``` Default-settings root root directory 0755 file 0644 directory documentation true README.txt true file .sh 0755 ```

improvement

# Generate the package meta data This should be based on build system inputs. This could look like this for `maven': ``` (default from pom) (default from pom) (default 'misc')...

improvement
waiting for feedback

Hi there, I'm sure you have heard about [reproducible builds](https://reproducible-builds.org/) . I ran [lintian](https://tracker.debian.org/pkg/lintian) over a package [mars-sim](https://github.com/mars-sim/) and found it generated quite a few warnings, as shown in mars-sim...

improvement

In debian control file I set: ``` Package: [[debian.package.name]]-[[debian.package.version]] Version: [[debian.package.version]] Section: admin Priority: optional Depends: [[debian.package.dependencies]] Architecture: amd64 Maintainer: xxx Description: [[debian.package.description]] Distribution: [[debian.package.distribution]] ``` But the file has...

improvement

you could use versioneye to monitor your dependencies and add the badge to your README. It's free fo open source pojects. https://www.versioneye.com/ Thanks for your project, it's really useful. Cheers,...

improvement

I have a project that I'm actively working on for my own use that has a parent reactor pom with a standard organisation-parent of its own, and N children, each...

improvement

Is there a way I can have a package release number being used by jdeb? I'd like to be able to version my Debian packages with a scheme such as:...

improvement

If trying to create a .deb package on a system which has insufficient temp space, the stacktrace produced contains messages like: org.vafer.jdeb.PackagingException: Could not create deb package java.io.IOException: This archives...

improvement

Most of our dev teams have left Maven behind and moved on to Gradle. Would it be possible to provide a native Gradle plugin? Thank you

improvement