如何创建具有基本依赖项的 deb 包?
您好,我正在尝试为用 Java 编写的 Web 应用程序创建一个 deb 包(它使用 Apache Tomcat)。我的最终目标是启动一个存储库,人们可以将其添加到 apt-get 软件中,但是
- 我如何制作它以便包知道寻找像 tomcat、sun-java6 这样的依赖项-bin 和 ant?
如何编写安装程序脚本以将文件和文件夹放置在正确的位置?
如何编写
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
How do I make it so that the package knows to look for dependencies like tomcat, sun-java6-bin, and ant?
How do I write an installer script to place the files and folders in the right place?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.debian.org/doc/maint-guide 有一个很棒的教程/
There is a great tutorial at http://www.debian.org/doc/maint-guide/