la 29.3.2025 klo 13.16 Martin-Éric Racine ([email protected]) kirjoitti: > > la 29.3.2025 klo 13.03 Stefan Bühler ([email protected]) kirjoitti: > > On 24.03.25 11:55, Martin-Éric Racine wrote: > > > On Tue, 17 Aug 2021 14:30:58 +0200 Mattia Rizzolo <[email protected]> > > > wrote: > > > [...] > > > Could this at least get fixed on time for Trixie? > > > > current state: > > > > * buster-backports doesn't exist anymore > > * bullseye-backports broken > > * bookworm-backports fixed > > * trixie-backports looking good > > > > This is exactly as one would expect (based on the assumption existing > > suites shouldn't be changed). > > > > Given bookworm-backports was released correctly I assume that it will > > work with trixie too. > > > > Once bullseye-backports is gone this bug should be resolved completely. > > Meanwhile Origin is still borked for Trixie. Basically, Origin=vendor > i.e. it should say Debian, not Debian Backports. > > Also, the Label syntax remains inconsistent between Backports, > Security and $release (See #1100749).
$ curl -s http://deb.debian.org/debian/dists/trixie/Release | head -n4 Origin: Debian Label: Debian Suite: testing Codename: trixie $ curl -s http://deb.debian.org/debian/dists/trixie-updates/Release | head -n4 Origin: Debian Label: Debian Suite: testing-updates Codename: trixie-updates $ curl -s http://deb.debian.org/debian/dists/trixie-backports/Release | head -n4 Origin: Debian Backports Label: Debian Backports Suite: testing-backports Codename: trixie-backports [2025-03-29 13:26](STABLE)perkelix@p8h61:/tmp$ curl -s http://deb.debian.org/debian-security/dists/trixie-security/Release | head -n4 Origin: Debian Label: Debian-Security Suite: testing-security Codename: trixie-security $ curl -s http://deb.debian.org/debian-debug/dists/trixie-debug/Release | head -n4 Origin: Debian Label: Debian debug Suite: testing-debug Codename: trixie-debug $ curl -s http://deb.debian.org/debian-debug/dists/trixie-backports-debug/Release | head -n4 Origin: Debian Backports Label: Debian Backports debug Suite: testing-backports-debug Codename: trixie-backports-debug Martin-Éric

