Skip to content
Snippets Groups Projects
Commit 533cda06 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

expat: fix version number and changelogs discrepancy

parent 2344d929
No related branches found
No related tags found
1 merge request!1237expat: fix version number and changelogs discrepancy
Pipeline #1138 passed
#!/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
# 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.
##
VERSION=0
VERSION=1
NETINST=true
. ./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."
head -n1 debian/changelog | grep -q ubuntu && echo "error: update upstream version" && exit
package
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment