From 1e1bb41c15ce344812f236dd7687f2b89e33693e Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Sat, 15 Apr 2017 17:16:24 -0400
Subject: [PATCH] Do not remove patches, handled upstream

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

diff --git a/helpers/make-icecat b/helpers/make-icecat
index aae59d4d..74a7838a 100644
--- a/helpers/make-icecat
+++ b/helpers/make-icecat
@@ -58,11 +58,6 @@ 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