From 3e5e55bf75053bbdecc6353f31f0072e833627f8 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 19 Dec 2018 11:48:32 +0200 Subject: [PATCH] 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. --- etc/apt/sources.list/sid | 2 +- etc/apt/sources.list/stable | 6 +++--- etc/apt/sources.list/testing | 4 ++-- etc/apt/sources.list/unstable | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/apt/sources.list/sid b/etc/apt/sources.list/sid index e60b2878..186c91ee 100644 --- a/etc/apt/sources.list/sid +++ b/etc/apt/sources.list/sid @@ -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 diff --git a/etc/apt/sources.list/stable b/etc/apt/sources.list/stable index 82bb0621..bcc615de 100644 --- a/etc/apt/sources.list/stable +++ b/etc/apt/sources.list/stable @@ -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 diff --git a/etc/apt/sources.list/testing b/etc/apt/sources.list/testing index be5dc6eb..eb184df1 100644 --- a/etc/apt/sources.list/testing +++ b/etc/apt/sources.list/testing @@ -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 diff --git a/etc/apt/sources.list/unstable b/etc/apt/sources.list/unstable index f257e24f..aeddbd67 100644 --- a/etc/apt/sources.list/unstable +++ b/etc/apt/sources.list/unstable @@ -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