[Debian-in-commits] [fonts-meera-taml] 45/53: Add patch to drop clean target from upstream makefile to allow clean build

Vasudev Kamath vasudev-guest at moszumanska.debian.org
Sun Dec 1 07:05:36 UTC 2013


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

vasudev-guest pushed a commit to branch master
in repository fonts-meera-taml.

commit 5daa1171799e3db299d1efb6fb73df18c96cb698
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Dec 1 10:52:29 2013 +0530

    Add patch to drop clean target from upstream makefile to allow clean build
---
 debian/patches/2001_drop_clean_target.patch | 30 +++++++++++++++++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 31 insertions(+)

diff --git a/debian/patches/2001_drop_clean_target.patch b/debian/patches/2001_drop_clean_target.patch
new file mode 100644
index 0000000..16babc2
--- /dev/null
+++ b/debian/patches/2001_drop_clean_target.patch
@@ -0,0 +1,30 @@
+Description: Drop clean target from upstream make file
+ Clean target is removing the ttf file which is part of upstream
+ source there by preventing clean build. This patch is temporary issue
+ will be reported to upstream to drop ttf file from source package.
+Author: Vasudev Kamath <kamathvasudev at gmail.com>
+Last-Update: 2013-12-01
+
+--- fonts-meera-taml-1.0.orig/Makefile
++++ fonts-meera-taml-1.0/Makefile
+@@ -25,13 +25,6 @@ uninstall:
+ 		echo "Uninstalled the font $${font}";\
+ 	done
+ 
+-clean:
+-# remove ttf fonts
+-	@for font in `echo ${fonts}`; \
+-	do \
+-		if [ -f $${font}.ttf ]; then rm -f $${font}.ttf; fi \
+-	done
+-	
+ 
+ test: compile
+ # Test the fonts
+@@ -49,4 +42,4 @@ webfonts: compile
+ 		sfntly -e -x $${font}.ttf $${font}.eot; \
+ 		echo "Webfonts generated for $${font}"; \
+ 	done
+-	
+\ No newline at end of file
++	
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6c15b81
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+2001_drop_clean_target.patch

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



More information about the Debian-in-commits mailing list