From cd977c9f9b1041e07f319b0af5f5d2eab2515231 Mon Sep 17 00:00:00 2001 From: Ark74 <ark@switnet.org> Date: Sun, 17 Jul 2022 06:11:58 -0500 Subject: [PATCH] pkgsel: integrate udeb from debian upstream --- helpers/make-pkgsel | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/helpers/make-pkgsel b/helpers/make-pkgsel index 2926ce2d..902e921e 100644 --- a/helpers/make-pkgsel +++ b/helpers/make-pkgsel @@ -18,16 +18,10 @@ # VERSION=1 +EXTERNAL='deb-src http://ftp.debian.org/debian stable main' +REPOKEY=648ACFD622F3D138 NETINST=true . ./config -sed -i 's/unattended-upgrades, landscape/unattended-upgrades/; -s/Install security updates automatically, Manage system with Landscape/Install security updates automatically/; -/By default, updates need to be applied manually using package management/d; -/tools. Alternatively, you can choose to have this system automatically/d; -/download and install security updates, or you can choose to manage this/d; -/system over the web as part of a group of systems using Canonical/d; -/Landscape service./d;' debian/pkgsel.templates - changelog "Rebranded and adapted for Trisquel" compile -- GitLab