diff --git a/helpers/make-ncurses b/helpers/make-ncurses index ee74ecb..6825f43 100644 --- a/helpers/make-ncurses +++ b/helpers/make-ncurses @@ -23,10 +23,16 @@ # such packages from Debian in order to build the required udeb packages. ## -VERSION=0 +VERSION=1 NETINST=true +BUILD_UNTIL=11.0 . ./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." +head -n1 debian/changelog | grep -q ubuntu && echo "error: update upstream version" && exit + compile