From 3bede2e8a4d058c045fcf7e96a7c09b558725e70 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Sun, 31 Oct 2021 01:30:04 -0500 Subject: [PATCH] Migrate sugar-datastore to impish as fix on trisquel-sugar --- helpers/make-sugar-datastore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helpers/make-sugar-datastore b/helpers/make-sugar-datastore index 7c981e10d..657ee1e3e 100644 --- a/helpers/make-sugar-datastore +++ b/helpers/make-sugar-datastore @@ -18,14 +18,15 @@ # VERSION=1 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu groovy main universe' +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe' REPOKEY="871920D1991BC93C" . ./config sed '/dh-sequence-gir/d' -i debian/control +sed '/debhelper-compat/s|13|12|' -i debian/control -changelog "Backported from groovy" +changelog "Backported from impish as dependency for sugar" compile -- GitLab