From 4209f60480b90d002656de2f8285f50b9a2e1c47 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Fri, 5 Feb 2021 13:31:30 -0500
Subject: [PATCH] at-spi2-core fix circular build dep

---
 helpers/make-at-spi2-core | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/helpers/make-at-spi2-core b/helpers/make-at-spi2-core
index fef6d2ca..b5f105cb 100644
--- a/helpers/make-at-spi2-core
+++ b/helpers/make-at-spi2-core
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#    Copyright (C) 2020  Ruben Rodriguez <ruben@trisquel.info>
+#    Copyright (C) 2021  Ruben Rodriguez <ruben@trisquel.info>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -27,6 +27,10 @@ X-MATE-AutoRestart=true
 X-MATE-Autostart-Phase=Initialization
 EOF
 
+# This removes a circular build dependency
+sed '/gedit/d' -i debian/control
+rm debian/tests/gedit
+
 changelog "Enable on MATE"
 
 compile
-- 
GitLab