Now that Debian version 12 is out, the developers are already busy working on the next version, codenamed Trixie…
There is no official list of all planned changes, and Debian never makes promises relating to technical goals of the coming versions. However, a few development trends and discussion topics can already be noted, and we can try to guess what might happen (or not). Some of the expected changes are documented in the Debian 12 release notes:
除了一些软件元件的过时,更需要指出的是 Debian 正在经历
合并/usr 文件系统的过程:在这个计划中,
/bin
、
/sbin
和
/lib
成为了指向
/usr
目录下的符号链接,使得更多的 Debian 提供的文件归在同一顶级目录之下,方便保护、快照和分享。从这个链接可以了解更多合并/usr 的更多好处:
这一重大变更也会导致问题:
dpkg
需要认识到/usr 内外两处的目录是相同的,但是
dpkg
的维护者目前不喜欢 Debian 的技术解决方式、也还没有做好改变。Debian 技术委员会已经数次被请求协助。最后的决定是:
apt-key
将会过时。第三方仓库的密钥管理应当仅通过存放在
/etc/apt/trusted.gpg.d
的密钥,或通过
Signed-By
配置,后者参见
第 6.6 节 “检查软件包真实性”。
部分任务的默认软件将会变更,例如plocate
或许是比 mlocate
更快、更小的替代方案。systemd 将继续增加新特性,进一步标准化启动过程和系统管理,允许我们在基础系统中去除其它一些软件。
当然,所有的主要软件套件都有一个主版本。各种桌面软件的最新版本将带来更好的可用性和新功能。
home 目录的默认权限将更严格,只允许各用户获取自己的文件。
Developments which already began will continue: Improve build reproducibility and security for example. With the widespread use of continuous integration and the growth of the archive (and of the biggest packages!), the constraints on release architectures will be harder to meet and some architectures will be dropped.