expat: bump release via update.

This commit is contained in:
Luis Guzman 2024-03-16 16:25:02 +00:00 committed by Luis Guzmán
parent 456a3cb02e
commit 6b8e7c0bc1

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=1 VERSION=2
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.2||' <<< $FULLVERSION)" export FULLVERSION="$(sed 's|ubuntu0.3||' <<< $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