diff --git a/helpers/make-distro-info-data b/helpers/make-distro-info-data
index 6a73280b63f080e36dfd2c5875208d566412da2d..e5847848d1bd215feb30ca5702e95b5ef399a0b2 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