From b3b704d02e6910e66fc1e23ce812185b124ca3bb Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 23 Apr 2011 13:08:33 +0200 Subject: Debian sources: don't use next release's backports. The APT pinning we ship does not support that, and this seems a bit too much of a corner case to me to deserve being supported out-of-the-box. Anyone willing to use current release + next release + next release backports (e.g. Lenny + Squeeze + squeeze-backports) can anyway do so using apt::sources_list and apt::preferences_snippet. https://labs.riseup.net/code/issues/2856 is the bug that triggered this change. --- templates/Debian/sources.list.erb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'templates') diff --git a/templates/Debian/sources.list.erb b/templates/Debian/sources.list.erb index 3a810e3..b0f490f 100644 --- a/templates/Debian/sources.list.erb +++ b/templates/Debian/sources.list.erb @@ -67,16 +67,6 @@ deb-src <%= security_url %> <%= next_codename %>/updates <%= repos %> <% end -%> <% end -%> -# backports -<% if (next_release == "testing" || next_release == "unstable" || next_release == "experimental") -%> -# There is no backports archive for <%= next_release %> -<% else -%> -deb <%= backports_url %> <%= next_codename %>-backports <%= repos %> -<% if include_src then -%> -deb-src <%= backports_url %> <%= next_codename %>-backports <%= repos %> -<% end -%> -<% end -%> - <% if use_volatile -%> # volatile <% if (next_release == "testing" || next_release == "unstable" || next_release == "experimental") -%> -- cgit v1.2.3