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?

link|improve this question

Try asking this in the Ubuntu Development & Programming forum - ubuntuforums.org/forumdisplay.php?f=310 – Jesper Jun 7 '10 at 21:01
Thanks, I asked it there. – Sam Jun 7 '10 at 22:08
feedback

1 Answer

up vote 3 down vote accepted

There is a great tutorial at http://www.debian.org/doc/maint-guide/

link|improve this answer
I'm using it right now but do you know if ubuntu is in any way different, or are all debian packages compatible with ubuntu? – Sam Jun 7 '10 at 22:09
Okay I'm at a dead end, it keeps talking about make files and install files that I have no clue about. my software doesn't have any of that (it's a platform-independent web app whose only dependency is really JRE & tomcat). I know how to make it look for dependencies now, that's easy, but the whole install part is beyond me...help? – Sam Jun 8 '10 at 0:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.