문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top