deb打包

Posted focus

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了deb打包相关的知识,希望对你有一定的参考价值。

1. 安装依赖项

sudo apt-get install build-essential debhelper make autoconf automake dpkg-dev fakeroot pbuilder gnupg dh_make

2. 初始化deb

dh_make --native --single --packagename zdds_1.0.0  --email zeng.jianrong@qq.com

3. 添加固件lib/bin/script等

4. 打包,在上层目录就会生成deb包

dpkg-buildpackage -us -uc -ui

以上是关于deb打包的主要内容,如果未能解决你的问题,请参考以下文章

ZooKeeper deb 打包方法

ZooKeeper deb 打包方法

deb打包详细学习记录(持续更)

deb解包打包

Ubuntu20.04 pycharm python打包制作DEB包详细步骤及雷区

deb打包