[Topic DIscussion] 这个打包deb的操作特简单,uos/Deepin打包操作方式,供大家参考
Tofloor
poster avatar
jiutian123
deepin
2021-09-11 22:31
Author

com.github.torrent-file-editor-uos_package.zip

 

{

    "appid": "com.github.torrent-file-editor",

    "name": "torrent-file-editor",

    "version": "0.3.17",

    "arch": ["amd64"],

    "permissions": {

        "autostart": false,

        "notification": false,

        "trayicon": false,

        "clipboard": true,

        "account": false,

        "bluetooth": false,

        "camera": false,

        "audio_record": false,

        "installed_apps": false

    }

}

 

 

Reply Favorite View the author
All Replies
186******75
deepin
2021-09-12 00:40
#1

能不能写出这个包具体的打包过程?求指教

Reply View the author
jiutian123
deepin
2021-09-12 04:13
#2
186******75

能不能写出这个包具体的打包过程?求指教


Make UOS Package

cd com.github.torrent-file-editor
dpkg-buildpackage -b
Reply View the author
jiutian123
deepin
2021-09-12 04:15
#3
186******75

能不能写出这个包具体的打包过程?求指教

错误提示:dpkg-buildpackage: error: failed to sign .buildinfo file

 

sudo apt-get install build-essential

sudo apt-get install qttools5-dev

sudo apt-get install debhelper

sudo apt-get install cmake

 

错误提示:dpkg-buildpackage: error: failed to sign .buildinfo file

 

解决方法:dpkg-buildpackage -b --no-sign

https://gitee.com/deepin-opensource/com.github.torrent-file-editor

参考:https://github.com/coolshou/rtl8814au/issues/4

Reply View the author