From d3ec9d0f643823b6e9122f192a513d87e9d3af69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Tue, 24 Oct 2023 19:14:50 +0000 Subject: [PATCH] python-apt: add version check to prevent skip updates. --- helpers/make-python-apt | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/make-python-apt b/helpers/make-python-apt index 860969f..dce5a4f 100644 --- a/helpers/make-python-apt +++ b/helpers/make-python-apt @@ -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