From 449d6b0115f8d4c2e20f12f64061fc930bb83b9b Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Fri, 27 Jul 2018 10:58:25 +0200 Subject: [PATCH] Drop skip-failing-grapheme-break-tests.patch --- debian/patches/series | 1 - .../skip-failing-grapheme-break-tests.patch | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 debian/patches/skip-failing-grapheme-break-tests.patch diff --git a/debian/patches/series b/debian/patches/series index adec2be..76e4d1d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ use-unicode-data.patch unicode11.patch -skip-failing-grapheme-break-tests.patch diff --git a/debian/patches/skip-failing-grapheme-break-tests.patch b/debian/patches/skip-failing-grapheme-break-tests.patch deleted file mode 100644 index 2f7aeb7..0000000 --- a/debian/patches/skip-failing-grapheme-break-tests.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: Skip failing grapheme break tests -Forwarded: not-needed -Author: Graham Inggs -Last-Update: 2018-07-09 - ---- a/data/Makefile -+++ b/data/Makefile -@@ -60,6 +60,10 @@ - - GraphemeBreakTest.txt: - $(PERL) -pe 's,÷,/,g;s,×,+,g' < /usr/share/unicode/auxiliary/GraphemeBreakTest.txt > $@ -+ sed -i '/^\/ 0061 + 1F3FF \/ 1F476 + 200D + 1F6D1 \//d' $@ -+ sed -i '/^\/ 1F476 + 1F3FF + 0308 + 200D + 1F476 + 1F3FF \//d' $@ -+ sed -i '/^\/ 1F6D1 + 200D + 1F6D1 \//d' $@ -+ sed -i '/^\/ 2701 + 200D + 2701 \//d' $@ - - clean: - rm -f UnicodeData.txt EastAsianWidth.txt GraphemeBreakProperty.txt DerivedCoreProperties.txt CompositionExclusions.txt CaseFolding.txt NormalizationTest.txt GraphemeBreakTest.txt CharWidths.txt unifont*.ttf unifont*.sfd -- 2.30.2