Bra*_*ram 3 launchpad ppa source-packages changelog
我想创建一个适合多个操作系统版本的 debian 源代码包。
\n最初,我的目标是动能,并采用以下变更日志格式:
\ngfxi (1.3-1) kinetic; urgency=medium\n\n * Add install and uninstall targets to Makefile.\n\n...\n
Run Code Online (Sandbox Code Playgroud)\n从手册中:
\n distributions lists one or more space-separated distributions where this version should be\n installed when it is uploaded; it is copied to the Distribution field in the .changes\n file. distributions must be terminated by a semicolon (U+003B \xe2\x80\x98;\xe2\x80\x99).\n
Run Code Online (Sandbox Code Playgroud)\n所以我将更改日志条目更改为:
\ngfxi (1.3-2) jammy kinetic lunar; urgency=medium\n\n * Add jammy and lunar releases.\n...\n
Run Code Online (Sandbox Code Playgroud)\n该debuild -S
命令成功,但是当我使用 dput 将 debian 源包上传到我的 PPA 时,构建器返回:
Rejected:\nUnable to find distroseries: jammy kinetic lunar\nFurther error processing not possible because of a critical previous error.\n\ngfxi (1.3-2) jammy kinetic lunar; urgency=medium\n\n * Add jammy and lunar releases.\n
Run Code Online (Sandbox Code Playgroud)\n我是否错误地阅读了手册?为什么我无法在更改日志文件中列出操作系统版本?
\n