From ce304086728c8ccaafc5e6261de3aa21dba4eae5 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sun, 22 Feb 2026 09:10:01 -0600 Subject: [PATCH] python-apt: rearrange version to match current scheme --- helpers/make-python-apt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/helpers/make-python-apt b/helpers/make-python-apt index c53eae27..fca55a81 100644 --- a/helpers/make-python-apt +++ b/helpers/make-python-apt @@ -23,14 +23,14 @@ # a new release of the 'debian-installer' also ships the latest mirror # list available on the resulting netinstall (mini.iso) image. -VERSION=11 +VERSION=12 COMPONENT=main #Be aware to not pull/build before publish date on T12. . ./config # Fix version number due to early release. -export FULLVERSION="$(sed 's|ubuntu4||' <<< $FULLVERSION)" +FULLVERSION="$(sed -E 's/^(.*)ubuntu([^+]+)(\+.*)$/\1\3~ubuntu\2/' <<< $FULLVERSION)" # Use git Mirrors.masterlist as source. Mirrors_masterlist=$(mktemp) @@ -92,7 +92,6 @@ EOF export DEB_BUILD_OPTIONS=nocheck changelog "Compiled for Trisquel" -head -n1 debian/changelog | grep -q ubuntu && echo "error: update FULLVERSION value" && exit package