[Debian-in-commits] [fonts-meera-taml] 42/53: add compilation rule, move the upstream shipped ttf out of the way during compilation.

Vasudev Kamath vasudev-guest at moszumanska.debian.org
Sun Dec 1 07:05:35 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 b1cf3b54eb9276193fe38ac95762f58687f019df
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Dec 1 10:44:29 2013 +0530

    add compilation rule, move the upstream shipped ttf out of the way
    during compilation.
---
 debian/rules | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index 1152db5..6ec6a25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,10 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
+include /usr/share/cdbs/1/class/makefile.mk
+
+pkg = fonts-meera-taml
+
 DEB_UPSTREAM_PACKAGE = v
 DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_PACKAGE)$(DEB_UPSTREAM_VERSION)
 DEB_UPSTREAM_URL = https://github.com/santhoshtr/meera-tamil/archive
@@ -12,3 +16,8 @@ DEB_UPSTREAM_URL = https://github.com/santhoshtr/meera-tamil/archive
 # Ignore these files while generating copyright hints
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = (.woff|debian/(changelog|copyright(|_hints|_newhints)))
 
+# Move ttf out of path to avoid modification during compile
+DEB_UPSTREAM_CRUFT_MOVE = MeeraTamil.ttf
+
+# invoke compile for DEB_MAKE_INSTALL_TARGET
+DEB_MAKE_INSTALL_TARGET = compile

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