[Debian-in-commits] [fonts-meera-taml] 49/53: update rules file with build-dependency build-target and copyright check ignore expression. Unset the install target to avoid invoking of upstream install.

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

    update rules file with build-dependency build-target and copyright check
    ignore expression. Unset the install target to avoid invoking of
    upstream install.
---
 debian/rules | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7decb6a..7d1a5cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,11 +13,17 @@ DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_PACKAGE)$(DEB_UPSTREAM_VERSION)
 DEB_UPSTREAM_URL = https://github.com/santhoshtr/meera-tamil/archive
 #DEB_UPSTREAM_TARBALL_MD5 = d1c401640dc5bfa06cded0e468ff4381
 
+# unset install target
+DEB_MAKE_INSTALL_TARGET =
+
+# build target is compile
+DEB_MAKE_BUILD_TARGET = compile
+
+# build-depends
+CDBS_BUILD_DEPENDS += ,fontforge
+
 # Ignore these files while generating copyright hints
-DEB_COPYRIGHT_CHECK_IGNORE_REGEX = (.woff|debian/(changelog|copyright(|_hints|_newhints)))
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = (.woff|.eot|debian/(changelog|copyright(|_hints|_newhints)))
 
 # Move ttf out of path to avoid modification during compile
 DEB_UPSTREAM_CRUFT_COPY = 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