From af912eebfaa6d2c5ce4d2cd43584917d2e978cd5 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Fri, 13 Dec 2019 23:40:13 -0500
Subject: [PATCH] Updated for etiona

---
 helpers/make-enigmail | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/helpers/make-enigmail b/helpers/make-enigmail
index 9a725e58c..a160ca823 100644
--- a/helpers/make-enigmail
+++ b/helpers/make-enigmail
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#    Copyright (C) 2017-2018  Ruben Rodriguez <ruben@trisquel.info>
+#    Copyright (C) 2017-2019  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
@@ -17,14 +17,13 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
+
 . ./config
 
 sed 's/ and Debian Icedove//' -i debian/control
-sed 's/${xpi:Depends}/icedove/' -i debian/control
-sed '/xpi:Recommends/d' -i debian/control
 sed 's/Thunderbird/Icedove/' -i debian/control
-sed '/Enhances/d' -i debian/control
+sed 's/thunderbird/icedove/' -i debian/control
 
 changelog "Imported into Trisquel"
 
-- 
GitLab