shell-things/etc/apt/sources.list/testing
Mikaela Suomalainen 3e5e55bf75
etc/apt/sources.list: enable Debian debugsym repos
It seems that I am always going to enable it sooner or later anyway, so
why woulnd't I have it enabled for quick installing when I do need it?

Example: KDE Connect crashed on login, and asked me to report it, but
the reporter app warned that there is no address to report it and debug
information had one or two stars and said that it's likely bad quality
and I think this is due to missing debug symbols which I then installed.

Naturally after installing them, I am unable to reproduce the issue, but
that is beside the point.
2018-12-19 11:48:32 +02:00

34 lines
1.7 KiB
Plaintext

## Main repos
deb https://deb.debian.org/debian testing main contrib non-free
deb-src https://deb.debian.org/debian testing main contrib non-free
deb https://deb.debian.org/debian-debug testing-debug main contrib non-free
## Main repos over Tor
#deb tor+http://vwakviie2ienjx6t.onion/debian testing main contrib non-free
#deb-src tor+http://vwakviie2ienjx6t.onion/debian testing main contrib non-free
#deb http://ktqxbqrhg5ai2c7f.onion/debian-debug testing-debug main contrib non-free
## Security repo CDN
deb https://deb.debian.org/debian-security/ testing/updates main contrib non-free
deb-src https://deb.debian.org/debian-security/ testing/updates main contrib non-free
## https://bugs.debian.org/894081
deb https://deb.debian.org/debian-debug testing-proposed-updates-debug main contrib non-free
## Security repo directly
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
## Security repos over Tor
#deb tor+http://sgvtcaew4bxjd7ln.onion/debian-security testing/updates main contrib non-free
#deb-src tor+http://sgvtcaew4bxjd7ln.onion/debian-security testing/updates main contrib non-free
## https://bugs.debian.org/894081
#deb http://ktqxbqrhg5ai2c7f.onion/debian-debug testing-proposed-updates-debug main contrib non-free
## Updates repo
deb https://deb.debian.org/debian testing-updates main contrib non-free
deb-src https://deb.debian.org/debian testing-updates main contrib non-free
## Updates repo over Tor
#deb tor+http://vwakviie2ienjx6t.onion/debian testing-updates main contrib non-free
#deb-src tor+http://vwakviie2ienjx6t.onion/debian testing-updates main contrib non-free