From bcaf5ddaff668e577097ae007a1af3bc6f534482 Mon Sep 17 00:00:00 2001
From: Ark74 <ark@switnet.org>
Date: Sun, 17 Jul 2022 06:00:31 -0500
Subject: [PATCH] netcfg: integrate udeb from debian upstream

---
 helpers/make-netcfg | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/helpers/make-netcfg b/helpers/make-netcfg
index 90ce92c0..2b1dbcc7 100644
--- a/helpers/make-netcfg
+++ b/helpers/make-netcfg
@@ -18,11 +18,13 @@
 #
 
 VERSION=1
+EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
+REPOKEY=648ACFD622F3D138
 NETINST=true
 . ./config
 
-rpl "Default: ubuntu" "Default: trisquel" . -R
-sed -i 's/ubuntu/trisquel/g' netcfg-common.c
+rpl "Default: debian" "Default: trisquel" . -R
+sed -i '/client, template,/s/debian/trisquel/g' netcfg-common.c
 
 changelog "Rebranded and adapted for Trisquel"
 compile
-- 
GitLab