How do I create a deb package with basic dependencies?

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2010-06-07T20:56:52Z Indexed on 2010/06/07 21:02 UTC
Read the original article Hit count: 185

Filed under:
|
|
|
|

Hi so I am trying to create a deb package for a web application written in Java (it uses Apache Tomcat). My eventual goal is to start a repository that people can add to apt-get the software, but

  1. How do I make it so that the package knows to look for dependencies like tomcat, sun-java6-bin, and ant?

  2. How do I write an installer script to place the files and folders in the right place?

© Stack Overflow or respective owner

Related posts about java

Related posts about ubuntu