synaptic: rearrange version to match current scheme

This commit is contained in:
Ark74 2026-02-22 02:23:02 -06:00
parent 4378a6a51f
commit 97dd7bacf1

View file

@ -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"