From bb4e30e9cd293cac9cb590da0f99b72f35828295 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 1 Sep 2025 03:20:58 -0600 Subject: [PATCH] netcfg: bump final helper version --- helpers/make-netcfg | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/helpers/make-netcfg b/helpers/make-netcfg index 14de1da..c323f74 100644 --- a/helpers/make-netcfg +++ b/helpers/make-netcfg @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=0.12 +VERSION=1 EXTERNAL='deb-src http://ftp.debian.org/debian trixie main' REPOKEY=0E98404D386FA1D9 NETINST=true @@ -26,11 +26,6 @@ NETINST=true # Re apply upstream behavior and configuration features from last release (focal). # https://git.launchpad.net/ubuntu/+source/netcfg/log/?h=ubuntu/focal -#for patch in $(ls -v ${DATA}/*.patch) -#do -#echo "Applying $patch" -#patch --no-backup-if-mismatch -Np1 < $patch -#done apply_patch_changes changelog "Rebranded and adapted for Trisquel"