[Debian-in-commits] [fonts-meera-taml] 48/53: update patch file to have dummy clean target

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 1a28840fbd7f3fc3bc41e99a249917d9dd0c1aab
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Dec 1 12:01:07 2013 +0530

    update patch file to have dummy clean target
---
 debian/patches/2001_drop_clean_target.patch | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/patches/2001_drop_clean_target.patch b/debian/patches/2001_drop_clean_target.patch
index 16babc2..84c7cc6 100644
--- a/debian/patches/2001_drop_clean_target.patch
+++ b/debian/patches/2001_drop_clean_target.patch
@@ -1,27 +1,27 @@
-Description: Drop clean target from upstream make file
+Description: Drop clean target functionality 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
+ 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}";\
+--- a/Makefile
++++ b/Makefile
+@@ -26,12 +26,7 @@
  	done
  
--clean:
+ clean:
 -# remove ttf fonts
 -	@for font in `echo ${fonts}`; \
 -	do \
 -		if [ -f $${font}.ttf ]; then rm -f $${font}.ttf; fi \
 -	done
 -	
++	@echo
  
  test: compile
  # Test the fonts
-@@ -49,4 +42,4 @@ webfonts: compile
+@@ -49,4 +44,4 @@
  		sfntly -e -x $${font}.ttf $${font}.eot; \
  		echo "Webfonts generated for $${font}"; \
  	done

-- 
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