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は
merged-usr filesystemと呼ばれるファイルシステムへの移行を進めています。この方式では、
/bin
、
/sbin
、
/lib
は、
/usr
内の対応するディレクトリを指すシンボリックリンクです。これにより、すべてのUnixシステム間の互換性が向上し、Debianが提供するすべてのファイルを単一のトップレベルディレクトリにまとめ、簡単に保護、スナップショット、共有できるようになります。この利点の詳細については、
をご覧ください。
この重要な変更には、問題がないとはいえません。
dpkg
はこれらのエイリアスディレクトリについて学習する必要がありますが、
dpkg
のメンテナーは Debian が導入した技術的解決に満足しておらず、必要な変更をまだ行っていないのです。Debian技術委員会には既に何度も支援が要請されています。彼らの最新の決定は、こちらでご覧いただけます:
apt-key
は使われなくなります。 サードパーティ製のリポジトリの管理は
/etc/apt/trusted.gpg.d
にある鍵でのみ行われるか、
Signed-By
と記された
第 6.6 節「パッケージ信頼性の確認」 の中の設定を経由して行われます。
いくつかのタクスではデフォルトソフトウェアの仕様が変わります。 一例では plocate
は mlocate
よりも速く小さくなりました。 systemd には新しい機能が追加され起動プロセスを標準化しつづけています。 そのため、基本システム内にあるいくつかのソフトウェアは処分されます。
もちろんすべての主要なソフトウェアスイートはメジャーリリースバージョンに更新されるでしょう。さまざまなデスクトップの最新版は一段と使いやすいものとなり、新機能を利用できるようになるでしょう。
ホームディレクトリの権限は厳格化され、ユーザのみアクセスが限定されます。
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.