A Leiningen plugin to create debian package from your project's uberjar. Uses jdeb to build the debian packages.
Add [lein-jdeb "0.2.2"] to your project's :plugins.
Add [lein-jdeb "0.2.2"] to your project's :dev-dependencies.
Add :deb-maintainer to your project.clj to add the Maintainer field for the package
and you should be able to build package.
Invoke via:
$ lein jdeb
Other settings that are available and their defaults
:deb-controlSet this to a directory containing the control file. By default this is temporarily generated.:deb-architectureSets Architecture. Set toallby default.:deb-prioritySets Priority. Set tooptionalby default.:deb-sectionSets Section. Set tojavaby default.:deb-dependsSets Depends. Set todefault-jre | java7-runtime | java6-runtimeby default
Copyright © Pranay Kanwar
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.