From e8897649b7f1bb9cc21e007c30ddccdb2f6f49c4 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 19 Dec 2020 06:11:19 +0100 Subject: [PATCH] Fix mostly trailing whitespace in generated sources.list --- hooks/debian/20-setup-apt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hooks/debian/20-setup-apt b/hooks/debian/20-setup-apt index fef5df9..63497c8 100755 --- a/hooks/debian/20-setup-apt +++ b/hooks/debian/20-setup-apt @@ -70,9 +70,9 @@ if ( test "${dist}" "!=" "sid" && test "${dist}" "!=" "unstable" && \ if fgrep "${dist}" $distributions_conf | fgrep -q security-subdir; then cat <> ${prefix}/etc/apt/sources.list -# -# Security updates -# +# +# Security updates +# deb http://security.debian.org/ ${dist}/updates main contrib non-free deb-src http://security.debian.org/ ${dist}/updates main contrib non-free E_O_APT @@ -80,9 +80,9 @@ E_O_APT else cat <> ${prefix}/etc/apt/sources.list -# -# Security updates -# +# +# Security updates +# deb http://security.debian.org/ ${dist}-security main contrib non-free deb-src http://security.debian.org/ ${dist}-security main contrib non-free E_O_APT @@ -91,9 +91,9 @@ E_O_APT else cat <> ${prefix}/etc/apt/sources.list -# -# Security updates - Uncomment to enable. -# +# +# Security updates - Uncomment to enable. +# # deb http://security.debian.org/ ${dist}-security main contrib non-free # deb-src http://security.debian.org/ ${dist}-security main contrib non-free E_O_APT