From 533cda06549774cdb4ed4245a91e16a7053e0d7d Mon Sep 17 00:00:00 2001
From: Ark74 <ark@switnet.org>
Date: Tue, 5 Dec 2023 11:57:28 -0600
Subject: [PATCH] expat: fix version number and changelogs discrepancy

---
 helpers/make-expat | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/helpers/make-expat b/helpers/make-expat
index 5523cb80..ae2ae2b0 100644
--- a/helpers/make-expat
+++ b/helpers/make-expat
@@ -1,6 +1,6 @@
 #!/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
-- 
GitLab