From 97dd7bacf13c79aea66233e736499e6c1818aa08 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sun, 22 Feb 2026 02:23:02 -0600 Subject: [PATCH] synaptic: rearrange version to match current scheme --- helpers/make-synaptic | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helpers/make-synaptic b/helpers/make-synaptic index bb54718..2a81ce3 100644 --- a/helpers/make-synaptic +++ b/helpers/make-synaptic @@ -17,13 +17,15 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=0 +VERSION=1 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu resolute universe' REPOKEY=871920D1991BC93C BUILD_UNTIL=12.0 . ./config +FULLVERSION=$(sed -E 's/^(.*)build([0-9]+)trisquel([0-9]+)$/\1trisquel\3~build\2/' <<< $FULLVERSION) +# Build until T12 if patches are not backported later on T13. apply_patch_changes changelog "Upgrade Ecne's version to manage apt 3.0 upgrade"