misc: bump version to apply latest fixes.

This commit is contained in:
Ark74 2024-06-04 19:05:11 -06:00
parent c03ed2178d
commit b440107ea3
4 changed files with 16 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2023 Luis Guzmán <ark@switnet.org>
# Copyright (C) 2024 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
@ -17,14 +17,18 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
VERSION=2
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu noble main universe'
. ./config
# Set version number due to source origin change
export FULLVERSION="$(sed 's|build3||' <<< $FULLVERSION)"
# Add cracklib-runtime dependency to debian/control
patch --no-backup-if-mismatch -p1 < $DATA/add-cracklib-runtime-as-dependency.patch
changelog "Imported into Trisquel Aramo | Added cracklib-runtime dependency."
head -n1 debian/changelog | grep -q build && echo "error: update upstream version" && exit
package