Tagged Questions
10
votes
3answers
1k views
Resources on writing a Debian/Ubuntu deb package?
I'm getting started preparing an installation script for a software package onto an Ubuntu server. I would like to write a script as a .deb package that is aware of dependencies that must be ...
2
votes
1answer
898 views
How do I create a deb package with basic dependencies?
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
...