From ba81bf8741896aaf724e20bdeb245988eff69110 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Wed, 14 Oct 2015 11:56:23 -0500
Subject: [PATCH] IceCat updated for v38x

---
 helpers/make-icecat | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/helpers/make-icecat b/helpers/make-icecat
index aa089931..60e43598 100644
--- a/helpers/make-icecat
+++ b/helpers/make-icecat
@@ -57,6 +57,11 @@ cp $DATA/aboutIceCat.xhtml extensions/gnu/abouticecat@gnu.org/chrome/content/abo
 cp $DATA/bookmarks.html.in browser/locales/generic/profile/bookmarks.html.in
 cp $DATA/aboutHome.xhtml browser/base/content/abouthome/aboutHome.xhtml
 
+for patch in dont-include-hyphenation-patterns.patch allow-lockPref-everywhere.patch test- fix-make-package-tests-without-webrtc.patch; do
+  #rm debian/patches/$patch
+  sed "/$patch/d" -i debian/patches/series
+done
+
 changelog "Customized for Trisquel"
 
 compile
-- 
GitLab