[Debian-in-commits] [fonts-smc-rachana] 05/12: Add patch for makefile

Balasankar C balasankarc-guest at moszumanska.debian.org
Mon Nov 14 17:39:49 UTC 2016


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

balasankarc-guest pushed a commit to branch master
in repository fonts-smc-rachana.

commit 74feb8865759f9871ffed3900f016ff2334a4465
Author: Balasankar C <balasankarc at autistici.org>
Date:   Mon Nov 14 13:56:27 2016 +0530

    Add patch for makefile
---
 debian/patches/fix-makefile-errors.patch | 24 ++++++++++++++++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/fix-makefile-errors.patch b/debian/patches/fix-makefile-errors.patch
new file mode 100644
index 0000000..b519af9
--- /dev/null
+++ b/debian/patches/fix-makefile-errors.patch
@@ -0,0 +1,24 @@
+Description: Fix makefile errors
+Author: Balasankar C <balasankarc at autistici.org>
+Forwarded: https://gitlab.com/smc/rachana/merge_requests/1
+Last-Update: 2016-11-13
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/Makefile
++++ b/Makefile
+@@ -27,7 +27,7 @@
+ 
+ install: compile
+ 	@for font in `echo ${fonts}`;do \
+-		install -D -m 0644 $${font}.otf ${DESTDIR}/${fontpath}/$${font}.ttf;\
++		install -D -m 0644 $${font}.ttf ${DESTDIR}/${fontpath}/$${font}.ttf;\
+ 	done;
+ 
+ test: compile
+@@ -37,4 +37,4 @@
+ 		hb-view $${font}.ttf --font-size 14 --margin 100 --line-space 1.5 --foreground=333333  --text-file tests/tests.txt --output-file tests/$${font}.pdf;\
+ 	done;
+ clean:
+-	@rm -rf *.otf *.ttf *.woff *.woff2 *.sfd-*
+\ No newline at end of file
++	@rm -rf *.otf *.ttf *.woff *.woff2 *.sfd-* tests/*.pdf
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ea5a20c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-makefile-errors.patch

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



More information about the Debian-in-commits mailing list