From 3c5aa3fa25fc3898101bd3a6c68c55ebf8d224c0 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Sat, 3 Dec 2022 08:36:28 -0500
Subject: [PATCH] distro-info-data: fix update problem

---
 helpers/make-distro-info-data | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helpers/make-distro-info-data b/helpers/make-distro-info-data
index 6a73280b..e5847848 100644
--- a/helpers/make-distro-info-data
+++ b/helpers/make-distro-info-data
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=3
+VERSION=4
 
 . ./config
 
@@ -27,6 +27,9 @@ patch -p0 < $DATA/README.Debian.patch
 
 cp $DATA/trisquel.csv  ./
 
+# The Breaks prevents upgrades
+sed '/Breaks:/d' -i debian/control
+
 changelog "Adding trisquel distro info."
 
 compile
-- 
GitLab