mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
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.
This commit is contained in:
parent
f87da95ac1
commit
3e5e55bf75
@ -1,7 +1,7 @@
|
||||
## Main repos
|
||||
deb https://deb.debian.org/debian sid main contrib non-free
|
||||
deb-src https://deb.debian.org/debian sid main contrib non-free
|
||||
#deb https://deb.debian.org/debian-debug sid-debug main contrib non-free
|
||||
deb https://deb.debian.org/debian-debug sid-debug main contrib non-free
|
||||
|
||||
## Main repos over Tor
|
||||
#deb tor+http://vwakviie2ienjx6t.onion/debian sid main contrib non-free
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Main repos
|
||||
deb https://deb.debian.org/debian stable main contrib non-free
|
||||
deb-src https://deb.debian.org/debian stable main contrib non-free
|
||||
#deb https://deb.debian.org/debian-debug stable-debug main contrib non-free
|
||||
deb https://deb.debian.org/debian-debug stable-debug main contrib non-free
|
||||
|
||||
## Main repos over Tor
|
||||
#deb tor+http://vwakviie2ienjx6t.onion/debian stable main contrib non-free
|
||||
@ -12,7 +12,7 @@ deb-src https://deb.debian.org/debian stable main contrib non-free
|
||||
deb https://deb.debian.org/debian-security/ stable/updates main contrib non-free
|
||||
deb-src https://deb.debian.org/debian-security/ stable/updates main contrib non-free
|
||||
## https://bugs.debian.org/894081
|
||||
#deb https://deb.debian.org/debian-debug stable-proposed-updates-debug main contrib non-free
|
||||
deb https://deb.debian.org/debian-debug stable-proposed-updates-debug main contrib non-free
|
||||
|
||||
## Security repo directly
|
||||
deb http://security.debian.org/ stable/updates main contrib non-free
|
||||
@ -35,7 +35,7 @@ deb-src https://deb.debian.org/debian stable-updates main contrib non-free
|
||||
## Backports
|
||||
deb https://deb.debian.org/debian stable-backports main contrib non-free
|
||||
deb-src https://deb.debian.org/debian stable-backports main contrib non-free
|
||||
#deb https://deb.debian.org/debian-debug stable-backports-debug main contrib non-free
|
||||
deb https://deb.debian.org/debian-debug stable-backports-debug main contrib non-free
|
||||
|
||||
## Backports over Tor
|
||||
#deb tor+http://vwakviie2ienjx6t.onion/debian stable-backports main contrib non-free
|
||||
|
@ -1,7 +1,7 @@
|
||||
## 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
|
||||
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
|
||||
@ -12,7 +12,7 @@ deb-src https://deb.debian.org/debian testing main contrib non-free
|
||||
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
|
||||
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
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Main repos
|
||||
deb https://deb.debian.org/debian unstable main contrib non-free
|
||||
deb-src https://deb.debian.org/debian unstable main contrib non-free
|
||||
#deb https://deb.debian.org/debian-debug unstable-debug main contrib non-free
|
||||
deb https://deb.debian.org/debian-debug unstable-debug main contrib non-free
|
||||
|
||||
## Main repos over Tor
|
||||
#deb tor+http://vwakviie2ienjx6t.onion/debian unstable main contrib non-free
|
||||
|
Loading…
Reference in New Issue
Block a user