[Debian-in-commits] [fonts-smc] 151/153: Drop the patch for upstream make file and use the same makefile.

Vasudev Kamath vasudev-guest at moszumanska.debian.org
Sat Nov 30 11:19:52 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-smc.

commit 60f64d74efb23a6482d22586fd64bb8a988fcad8
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sat Nov 30 16:32:18 2013 +0530

    Drop the patch for upstream make file and use the same makefile.
---
 debian/patches/debian-compatible-make.patch | 41 -----------------------------
 debian/patches/series                       |  1 -
 2 files changed, 42 deletions(-)

diff --git a/debian/patches/debian-compatible-make.patch b/debian/patches/debian-compatible-make.patch
deleted file mode 100644
index c18755a..0000000
--- a/debian/patches/debian-compatible-make.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Description: Modified upstream Makefile
- Upstream Makefile consisted install and uninstall
- which was not have package specific names so removed
- those sections
-Author: Vasudev Kamath <kamathvasudev at gmail.com>
-Last-Update: 2011-11-30
-Forwarded: not-needed
---- a/Makefile
-+++ b/Makefile
-@@ -7,31 +7,6 @@
- 	do \
- 		./generate.pe $${font}/$${font}.sfd; done 
- 
--install: */*.ttf
--# copy ttf files to system font directory
--	@for font in `echo ${fonts}`; \
--	do \
--		install -D -m 0644  $${font}/$${font}.ttf ${DESTDIR}/${fontpath}/$${font}.ttf; done
--# copy fontconfig configuration files to system fontconfig configuration directory
--		install -D -m 0644 malayalam-fonts.conf ${DESTDIR}/etc/fonts/conf.avail/67-malayalam-fonts.conf
--		if ! [ -d ${DESTDIR}/etc/fonts/conf.d ]; then mkdir ${DESTDIR}/etc/fonts/conf.d; fi
--		ln -s ../conf.avail/67-malayalam-fonts.conf ${DESTDIR}/etc/fonts/conf.d/67-malayalam-fonts.conf
--
--uninstall:
--# remove fonts from system font directories
--	@for font in `echo ${fonts}`; \
--	do \
--		if [ -f ${DESTDIR}/${fontpath}/$${font}.ttf ]; then rm -f ${DESTDIR}/${fontpath}/$${font}.ttf; fi \
--	done
--# remove fontconfig configuration files from system fontconfig configuration directory 
--	if [ -f ${DESTDIR}/etc/fonts/conf.d/67-malayalam-fonts.conf ]; then \
--	rm ${DESTDIR}/etc/fonts/conf.d/67-malayalam-fonts.conf; fi
--
--	if [ -f ${DESTDIR}/etc/fonts/conf.avail/67-malayalam-fonts.conf ]; then \
--	rm ${DESTDIR}/etc/fonts/conf.avail/67-malayalam-fonts.conf; fi
--
--	if [ -d ${DESTDIR}/${fontpath} -a -z "$(ls -A ${DESTDIR}/${fontpath})" ] ; then rmdir ${DESTDIR}/${fontpath}; fi
--
- clean:
- # remove ttf fonts
- 	@for font in `echo ${fonts}`; \
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7d21e78..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-debian-compatible-make.patch

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



More information about the Debian-in-commits mailing list