[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#764982: apt-setup-udeb: Backports via d-i, but not by default



Package: apt-setup-udeb
Version: 1:0.82
Severity: normal

Hello,

Current apt-setup enable backports by default (since #691651),
contrary to Mike's report:
> Commenting them out by default would probably be a safe default.

See proposed patch, attached.

Regards

Mathieu Parent
>From 84467e85f52c7ec85cbde29f7177ed16cb24088c Mon Sep 17 00:00:00 2001
From: Mathieu Parent <math.parent@gmail.com>
Date: Sun, 12 Oct 2014 20:57:53 +0200
Subject: [PATCH] Don't enable backport by default

---
 debian/apt-setup-udeb.templates | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/apt-setup-udeb.templates b/debian/apt-setup-udeb.templates
index 3f54087..1843e65 100644
--- a/debian/apt-setup-udeb.templates
+++ b/debian/apt-setup-udeb.templates
@@ -75,7 +75,6 @@ _Description: Cannot access repository
  Commented out entries for ${HOST} have been added to the
  /etc/apt/sources.list file.
 
-# All services are enabled by default to allow preseeding
 Template: apt-setup/services-select
 Type: multiselect
 Choices-C: security, updates, backports
@@ -84,7 +83,7 @@ Choices-C: security, updates, backports
 # including host name. In short, KEEP THIS SHORT and, yes, that's tricky
 # :sl1:
 __Choices: security updates (from ${SEC_HOST}), release updates, backported software
-Default: security, updates, backports
+Default: security, updates
 # :sl1:
 _Description: Services to use:
  Debian has two services that provide updates to releases: security and
-- 
2.1.1


Reply to: