Liking cljdoc? Tell your friends :D

lein-jdeb

A Leiningen plugin to create debian package from your project's uberjar. Uses jdeb to build the debian packages.

Leiningen

Dependencies Status Clojars Project

Installation

With Leiningen 2

Add [lein-jdeb "0.2.2"] to your project's :plugins.

With Leiningen 1

Add [lein-jdeb "0.2.2"] to your project's :dev-dependencies.

Usage

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-control Set this to a directory containing the control file. By default this is temporarily generated.
  • :deb-architecture Sets Architecture. Set to all by default.
  • :deb-priority Sets Priority. Set to optional by default.
  • :deb-section Sets Section. Set to java by default.
  • :deb-depends Sets Depends. Set to default-jre | java7-runtime | java6-runtime by default

License

Copyright © Pranay Kanwar

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close