1

I wanted to create my own Debian package for the first time, but I'm scared of the tools that are used in this tutorial. There are several text files that you need to be careful not to break their content structure, there are some directory structure that you have to follow, etc. This seems a perfect thing that could be automated, at least for the beginners.

Is there any tool around that eases Debian package creation process? Doesn't matter whether this would be a cli-prompt or a gui tool - jut not to make me remember dozens of file-level details.

4

2 回答 2

0

已经提供了很多自动化。要开始,请从您的软件目录中运行dh_make(包名称为dh-make)。该工具将指导您完成需要做什么。它将在目录中创建一大堆文件debian/,其中一些您要删除,有些您要编辑。

查看本指南以获取更多信息。它可能会为您节省数小时。

于 2013-12-04T00:34:49.250 回答
0

总是有https://github.com/jordansissel/fpm,旨在解决 debian 打包的可用性问题。

于 2016-11-24T10:52:18.483 回答