You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a "feature" proposition. There is no Debian package and even no way to build one. It would be great to have a way to build one and submit it to Debian to install this program more easily.
Fastest way is to get the jar/war file and make a package containing them. Your debian/rules will simply extract it at the right place.
It ends up making a package similar to the first way, but using tools like jdeb to make it automatically for you. jdeb(https://github.com/tcurdt/jdeb) is a plugin for maven/ant that automatically creates a package from your Java app if it's using Maven or Ant to build.
There are also tools to help creating a package built from source https://wiki.debian.org/Java/Packaging. It works out of the box for ants and manually building the app
Previous discussion with @rydroid:
https://github.com/Asqatasun/Asqatasun/issues/158
similar issue but less complete
#82 Automatically create a debian package at the maven build
documentation
package Java apps on Ubuntu / Debian
1. get the jar/war file and make a package containing them
2. maven plugin jdeb
another way: maven plugin to create Debian packages from Java builds
it's works, but not ready for submit it to Debian repository (and not easy way)
see #82 Automatically create a debian package at the maven build
The text was updated successfully, but these errors were encountered: