[Debian-in-commits] [SCM] fonts-pagul.git branch, master, updated. upstream/1.0-27-g00736f2

Vasudev Kamath kamathvasudev at gmail.com
Thu Mar 7 16:52:10 UTC 2013


The following commit has been merged in the master branch:
commit dd72eee704b36aa8fb981cacb2abee6aa067759c
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Thu Mar 7 22:20:11 2013 +0530

    Work around used to overcome no directory inside the zip archive

diff --git a/debian/rules b/debian/rules
index d90ba7c..332c6a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,16 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 
+# Make snippet for compiling font
+include /usr/share/cdbs/1/class/makefile.mk
 
 DEB_UPSTREAM_PACKAGE = Pagul
 DEB_UPSTREAM_TARBALL_BASENAME = ${DEB_UPSTREAM_PACKAGE}_v${DEB_UPSTREAM_VERSION}
 DEB_UPSTREAM_TARBALL_EXTENSION = zip
 
+# Pagul zip doesn't have a folder inside so make this empty
+DEB_UPSTREAM_TARBALL_SRCDIR = .
+cdbs_upstream_local_srcdir = .
+
 DEB_UPSTREAM_URL = http://sourceforge.net/projects/pagul/files
 DEB_UPSTREAM_URL_MD5 = e37f7bf8c70dce476bbddac5dd4da583

-- 
fonts-pagul.git



More information about the Debian-in-commits mailing list