python-apt: add version check to prevent skip updates.

This commit is contained in:
Luis Guzmán 2023-10-24 19:14:50 +00:00
parent 7ecab65bad
commit d3ec9d0f64

View file

@ -110,6 +110,7 @@ EOF
export DEB_BUILD_OPTIONS=nocheck
changelog "Compiled for Trisquel"
head -n1 debian/changelog | grep -q ubuntu && echo "error: update FULLVERSION value" && exit
compile