From 6b8d9f1e8032383951823f10a5d0b7d0dd90b214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info> Date: Sun, 23 Nov 2014 18:25:54 +0100 Subject: [PATCH] Make icedove provide thunderbird --- helpers/make-icedove | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/make-icedove b/helpers/make-icedove index c8e04437..fccf28d6 100644 --- a/helpers/make-icedove +++ b/helpers/make-icedove @@ -17,13 +17,13 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 EXTERNAL='deb-src http://security.debian.org/ wheezy/updates main' +SIGNKEY="46925553" . ./config -#sed '/libffi/d' -i debian/control debian/patches/series -#rm debian/patches/system-libs/Allow-to-build-against-system-libffi.patch +sed 's/Provides: mail-reader/Provides: mail-reader, thunderbird/' debian/control -i cat << EOF >> debian/icedove.js -- GitLab