From c7f4b576be123d1b88539fdc9bcb3f0a0550dc8b Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sun, 22 Feb 2026 03:48:56 -0600 Subject: [PATCH] expat: rearrange version to match current scheme --- helpers/make-expat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/helpers/make-expat b/helpers/make-expat index 711f5341..4ed5023c 100644 --- a/helpers/make-expat +++ b/helpers/make-expat @@ -23,15 +23,14 @@ # such packages from Debian in order to build the required udeb packages. ## -VERSION=5 +VERSION=6 NETINST=true . ./config #FIXME:T12 # Set version number due to source origin change -export FULLVERSION="$(sed 's|ubuntu0.6||' <<< $FULLVERSION)" +export FULLVERSION="$(sed -E 's/^(.*)ubuntu([^+]+)(\+.*)$/\1\3~ubuntu\2/' <<< $FULLVERSION)" changelog "Fetch and build as udeb dependency for debian-installer." -head -n1 debian/changelog | grep -q ubuntu && echo "> error: update upstream version" && exit package