Debian package for apache karaf
This git repository holds the scripts necessary to create a debian package of apache karaf.
This debian package is created using standard debian packaging tools, and this debian package is built from the karaf source tar-ball and not the karaf binary tar-ball (i.e. it is built with the native openjdk on debian).
Install the requried software
- Log in as root
- Give the following commands:
apt-get update apt-get install maven-debian-helper devscripts
To build the debian package:
- Clone the karaf-debian project
git clone https://github.com/steinarb/karaf-debian.git
- Build the debian package
cd karaf-debian dpkg-buildpackage
- There will be a karaf-*.deb file in the directory above the karaf-debian directory
To update the karaf version
- Clone the karaf-debian project
git clone https://github.com/steinarb/karaf-debian.git
- Edit the karaf-debian/debian/rules file in a text editor and change the version number of the value:
VERSION = 4.1.6
- Build the debian package
cd karaf-debian dpkg-buildpackage
- There will be a karaf-*.deb file in the directory above the karaf-debian directory