ncurses: fix version number and changelogs discrepancy

This commit is contained in:
Ark74 2023-11-14 20:21:11 -06:00
parent a2f0490ad5
commit 9dbe6eeb23

View file

@ -23,10 +23,16 @@
# 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=0 VERSION=1
NETINST=true NETINST=true
BUILD_UNTIL=11.0
. ./config . ./config
#FIXME:T12
# Set version number due to source origin change
export FULLVERSION="$(sed 's|ubuntu0.1||' <<< $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
compile compile