expat: bump security update 0.5

This commit is contained in:
Ark74 2025-02-17 20:55:13 -06:00
parent 913bb5a75d
commit 5412a1bae7

View file

@ -23,13 +23,13 @@
# such packages from Debian in order to build the required udeb packages. # such packages from Debian in order to build the required udeb packages.
## ##
VERSION=3 VERSION=4
NETINST=true NETINST=true
. ./config . ./config
#FIXME:T12 #FIXME:T12
# Set version number due to source origin change # Set version number due to source origin change
export FULLVERSION="$(sed 's|ubuntu0.4||' <<< $FULLVERSION)" export FULLVERSION="$(sed 's|ubuntu0.5||' <<< $FULLVERSION)"
changelog "Fetch and build as udeb dependency for debian-installer." changelog "Fetch and build as udeb dependency for debian-installer."
head -n1 debian/changelog | grep -q ubuntu && echo "error: update upstream version" && exit head -n1 debian/changelog | grep -q ubuntu && echo "error: update upstream version" && exit