天天看點

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      

繼續閱讀