From de44aa18ef500f95194098a8bdd8f71c17e27b2b Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Tue, 5 Oct 2021 12:43:20 -0500
Subject: [PATCH] Rebuild evolution-data-server to use trisquel updated
 repositories as dependencies

---
 helpers/make-evolution-data-server | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 helpers/make-evolution-data-server

diff --git a/helpers/make-evolution-data-server b/helpers/make-evolution-data-server
new file mode 100644
index 00000000..da7e7919
--- /dev/null
+++ b/helpers/make-evolution-data-server
@@ -0,0 +1,25 @@
+#!/bin/sh
+#
+#    Copyright (C) 2021 Luis Guzman <ark@switnet.org>
+#
+#    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
+#    the Free Software Foundation; either version 3 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+VERSION=1
+
+. ./config
+
+
+changelog "Rebuild to use trisquel updated repositories and depencies."
+
+compile
-- 
GitLab