expat: fix version number and changelogs discrepancy

This commit is contained in:
Ark74 2023-12-05 11:57:28 -06:00
parent 2344d929e4
commit 533cda0654

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2022 Luis Guzmán <ark@switnet.org> # Copyright (C) 2023 Luis Guzmán <ark@switnet.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -23,10 +23,15 @@
# 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
. ./config . ./config
#FIXME:T12
# Set version number due to source origin change
export FULLVERSION="$(sed 's|ubuntu0.2||' <<< $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
package package