add file in debian/source/include-binaries if you want to store the modified binary in the debian

简介: add file in debian/source/include-binaries if you want to store the modified binary in the debian

具体错误类似:


dpkg-source: error: add files/libtest.so in debian/source/include-binaries if you want to store the modified binary in the debian tarball

幸运的找到了一篇文章,找到解决办法:


http://www.voidcn.com/article/p-xnxjbmks-bup.html


echo dpkg-source
dpkg-source \
    --include-binaries \
    --include-removal \
    -b .
echo dpkg-buildpackage
dpkg-buildpackage \
    --source-option=--include-binaries \
    --source-option=-isession \
    -us -uc -nc
目录
相关文章
|
数据安全/隐私保护
dpkg-buildpackage: error: debian/rules binary subprocess was killed by signal 2
dpkg-buildpackage: error: debian/rules binary subprocess was killed by signal 2
776 0
|
2月前
|
消息中间件 Kubernetes NoSQL
Debian11系统boost库安装
Debian11系统boost库安装
|
8月前
|
Docker 容器
Ubuntu22 debian 安装docker
Ubuntu22 debian 安装docker
167 0
|
8月前
|
Shell 网络安全 数据安全/隐私保护
debian安装ssh(傻瓜教程)+证书免密登录
debian安装ssh(傻瓜教程)+证书免密登录
464 0
|
11月前
|
存储 缓存 安全
Docker Debian安装Docker
Docker Debian安装Docker
1791 1
|
8月前
|
Linux Python
linux 安装 pip2 kali debian python python2
linux 安装 pip2 kali debian python python2
86 0
|
2月前
|
资源调度 JavaScript Ubuntu
Yarn介绍及快速安装Debian/Ubuntu Linux
现在,你已经成功安装了Yarn,可以在你的JavaScript项目中使用它来管理依赖。
120 3
|
2月前
|
安全 Linux 定位技术
Debian安装和基本使用
Debian安装和基本使用
44 0
|
2月前
|
SQL 关系型数据库 数据库
如何在 Debian 12 上安装 PostgreSQL?
【4月更文挑战第25天】
123 0
|
2月前
|
存储 Linux 网络安全
如何通过安装XRDP在Debian 12上启用RDP功能
要在 Debian 12 Linux 上启用 RDP 功能,我们需要安装一些第三方软件,例如 XRDP。这将允许 Windows 用户使用内置的远程桌面软件访问远程运行的 Debian。按照本教程,准确了解如何做到这一点......
749 0