From 2145fb619261aa632abdfd0e024acc6a43bcfe8e Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Sun, 31 Oct 2021 01:36:47 -0500
Subject: [PATCH] Migrate sugar-artwork to impish as fix on trisquel-sugar

---
 helpers/make-sugar-artwork | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/helpers/make-sugar-artwork b/helpers/make-sugar-artwork
index 67f114523..ed9afce03 100644
--- a/helpers/make-sugar-artwork
+++ b/helpers/make-sugar-artwork
@@ -17,13 +17,16 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu groovy main universe'
+VERSION=2
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe'
 REPOKEY="871920D1991BC93C"
 
 . ./config
 
-changelog "Backported from groovy"
+sed '/debhelper-compat/s|13|12|' -i debian/control
+
+changelog "Backported from impish as dependency of sugar package"
 
 compile
 
+
-- 
GitLab