Package: extrepo
Version: 0.14
Severity: normal
X-Debbugs-Cc: [email protected]
Dear Maintainer,
`extrepo`'s nushell package seems to be missing `Suites` line.
Here's a reproducer in podman run with `podman run --rm -it debian:13`:
```
apt --yes --update install extrepo
sed 's/# -/-/g' -i /etc/extrepo/config.yaml
extrepo enable nushell
```
Now `apt update` fails with:
```
Error: Malformed entry 1 in sources file
/etc/apt/sources.list.d/extrepo_nushell.sources (Suite)
Error: The list of sources could not be read.
```
Adding the missing line with `echo "Suites: /" >>
/etc/apt/sources.list.d/extrepo_nushell.sources` seems to fix the problem.
`nushell` then installs cleanly with `apt --yes --update install nushell`.
-- System Information:
Debian Release: 13.0
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.16.5-200.fc42.x86_64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Versions of packages extrepo depends on:
ii gpgv 2.4.7-21+b3
ii libcryptx-perl 0.085-1
ii libdpkg-perl 1.22.21
ii libipc-system-simple-perl 1.30-2
ii libwww-perl 6.78-1
ii libyaml-libyaml-perl 0.903.0+ds-1
ii perl 5.40.1-6
Versions of packages extrepo recommends:
ii extrepo-offline-data 1.0.4
extrepo suggests no packages.
-- Configuration Files:
/etc/extrepo/config.yaml changed:
---
url: https://extrepo-team.pages.debian.net/extrepo-data
dist: debian
version: trixie
enabled_policies:
- main
- contrib
- non-free
-- no debconf information