当我在 Ubuntu 软件中心打开从互联网下载的 *.deb 包时,它会显示该包的“好听”名称(包括大写和小写、空格、特殊字符等)。
当我仅使用从二进制文件创建 *.deb 包时,Ubuntu 软件中心会显示“技术”包名称(在文件字段中dpkg-deb -b
指定的包名称,仅限于小写,无空格,...)。Package:
control
有没有办法提供不同于“技术”包名称的字符串(包括大小写、空格、特殊字符等)以在 Ubuntu 软件中心显示?
不幸的是,这不能通过简短描述来实现(显示在“技术”名称下方,但不能替代它)。
答案1
description
我认为文件上的字段(简短描述)已指定control
。请查看这:
...
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description> <-- Here comes the "fancy" name
<insert long description, indented with spaces>