Description: Strip glyphs which needs downloading from the Internet
 Some glyphs should come from opensans font which its source should be downloaded from
 the Internet and put beside the current code. Those are removed from build qeue since
 Debian builds should not download from the Internet in the process.
Author: Danial Behzadi <dani.behzi@ubuntu.com>

Forwarded: not-needed
Last-Update: 2023-09-24

--- fonts-sahel-3.4.0.orig/variable/makevariable.sh
+++ fonts-sahel-3.4.0/variable/makevariable.sh
@@ -6,6 +6,9 @@ fontforge -lang=ff -script ./fontforge.p
 python3 fix-features-fea.py "Sahel.ufo/features.fea" "Sahel.ufo/features.fea"
 python3 fix-features-fea.py "Sahel-Bold.ufo/features.fea" "Sahel-Bold.ufo/features.fea"
 python3 fix-features-fea.py "Sahel-Black.ufo/features.fea" "Sahel-Black.ufo/features.fea"
+sed -i '1337,1340d' Sahel.ufo/features.fea
+sed -i '1322,1325d' Sahel-Bold.ufo/features.fea
+sed -i '1321,1324d' Sahel-Black.ufo/features.fea
 fontmake -o variable -m Sahel.designspace --output-path="$1/Sahel-VF.ttf"
 woff2_compress "$1/Sahel-VF.ttf"
 rm -rf Sahel.ufo Sahel-Bold.ufo Sahel-Black.ufo
