[Debian-in-commits] [fonts-lohit-te] 02/08: Add new patch to stop generation of eot and woff.

Vasudev Kamath kamathvasudev at gmail.com
Thu May 5 06:29:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

vasudev-guest pushed a commit to branch master
in repository fonts-lohit-te.

commit 4cdb28efaa90d6f3860fa7266ec5c29120cb7879
Author: Vasudev Kamath <vasudev at copyninja.info>
Date:   Thu May 5 10:18:45 2016 +0530

    Add new patch to stop generation of eot and woff.
---
 debian/patches/2001_do_not_generate_woff_eot.patch | 44 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 45 insertions(+)

diff --git a/debian/patches/2001_do_not_generate_woff_eot.patch b/debian/patches/2001_do_not_generate_woff_eot.patch
new file mode 100644
index 0000000..078bbe8
--- /dev/null
+++ b/debian/patches/2001_do_not_generate_woff_eot.patch
@@ -0,0 +1,44 @@
+Description: Don't generate woff and eot files
+ Woff and EOT file generation needs sfntly which is currently not in
+ Debian. So for time being we disable the generation.
+ .
+ Additionally drop unwanted *-dist targets from all target.
+Author: Vasudev Kamath <kamathvasudev at gmail.com>
+Last-Update: 2016-05-05
+
+--- a/Makefile
++++ b/Makefile
+@@ -1,4 +1,4 @@
+-all: ttf woff eot ttf-dist sfd-dist web-dist
++all: ttf
+ 
+ version:= 2.5.4
+ 
+@@ -10,17 +10,17 @@
+ 	@echo "----------Finished generating ttf file----------"
+ 	@echo " "
+ 
+-woff: woff-bin
+-	@echo "----------Generating woff from ttf file----------"
+-	 sfntly -w Lohit-Telugu.ttf Lohit-Telugu.woff
+-	@echo "----------Finished generating woff file----------"
+-	@echo " "
++# woff: woff-bin
++# 	@echo "----------Generating woff from ttf file----------"
++# 	 sfntly -w Lohit-Telugu.ttf Lohit-Telugu.woff
++# 	@echo "----------Finished generating woff file----------"
++# 	@echo " "
+ 
+-eot: eot-bin
+-	@echo "----------Generating eot from ttf file----------"
+-	sfntly -e -x Lohit-Telugu.ttf Lohit-Telugu.eot
+-	@echo "----------Finished generating eot file----------"
+-	@echo " "
++# eot: eot-bin
++# 	@echo "----------Generating eot from ttf file----------"
++# 	sfntly -e -x Lohit-Telugu.ttf Lohit-Telugu.eot
++# 	@echo "----------Finished generating eot file----------"
++# 	@echo " "
+ 
+ ttf-dist: dist
+ 	mkdir lohit-telugu-ttf-$(version)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ef8ae8f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+2001_do_not_generate_woff_eot.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-in/fonts-lohit-te.git



More information about the Debian-in-commits mailing list