Description: Remove the woff2 making line from makevariable script
 By default, the script to make variable font tries to make woff2 fonts
 for web from the ttf file of variable font. This can be safely removed
 since there would be no woff2 font in the Debian package.
Author: Danial Behzadi <dani.behzi@ubuntu.com>

Forwarded: not-needed
Last-Update: 2023-11-05

--- fonts-sahel-3.4.0.orig/variable/makevariable.sh
+++ fonts-sahel-3.4.0/variable/makevariable.sh
@@ -10,5 +10,4 @@ sed -i '1337,1340d' Sahel.ufo/features.f
 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
