From 677854292f90a6edf1022356e3c8abd83564fee3 Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Mon, 25 Aug 2025 06:08:12 +0000 Subject: [PATCH] apt-setup: use default rules to prevent early setup breakage --- helpers/make-apt-setup | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/helpers/make-apt-setup b/helpers/make-apt-setup index 23ad7f0..c08ac54 100644 --- a/helpers/make-apt-setup +++ b/helpers/make-apt-setup @@ -18,18 +18,12 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4 +VERSION=4.3 EXTERNAL='deb-src http://ftp.debian.org/debian trixie main' REPOKEY=78DBA3BC47EF2265 NETINST=true . ./config -cat << EOF > debian/rules -#! /usr/bin/make -f -%: - dh \$@ -EOF - find debian -name apt-mirror-setup.templates-ubuntu | xargs -r rm # Remove multiarch support