From efd0c000e253af9f2838cdfc138b0c20c05b19e9 Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Sun, 16 Jan 2022 04:56:24 -0600
Subject: [PATCH] Replace gnome-sfotware with trisquel-app-install

---
 helpers/make-meta-gnome3 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helpers/make-meta-gnome3 b/helpers/make-meta-gnome3
index 9c8e5479..4013618f 100644
--- a/helpers/make-meta-gnome3
+++ b/helpers/make-meta-gnome3
@@ -17,10 +17,11 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=2
+VERSION=3
 . ./config
 
 sed 's/firefox /abrowser /' -i debian/control*
+sed 's|gnome-software.*|trisquel-app-install,|g' -i debian/control*
 
 changelog "Replace firefox dependency with abrowser"
 compile
-- 
GitLab