debian/0000755000000000000000000000000012143354041007163 5ustar debian/install0000644000000000000000000000012712143354041010554 0ustar TTFfiles/Pagul.ttf usr/share/fonts/truetype/pagul debian/*.conf /etc/fonts/conf.avail/ debian/control.in0000644000000000000000000000124212143354041011172 0ustar Source: fonts-pagul Section: fonts Priority: optional Maintainer: Debian-IN Team Uploaders: Vasudev Kamath Build-Depends: @cdbs@ Standards-Version: 3.9.4 Homepage: https://sourceforge.net/projects/pagul/ Vcs-Git: git://anonscm.debian.org/debian-in/fonts-pagul.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-in/fonts-pagul.git Package: fonts-pagul Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Description: Free TrueType font for the Sourashtra language Pagul TrueType font for the Sourashtra (saz_IN) language which is primarily spoken in the Indian state of Tamil Nadu. debian/rules0000755000000000000000000000125312143354041010244 0ustar #!/usr/bin/make -f 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_TARBALL_MD5 = e37f7bf8c70dce476bbddac5dd4da583 # Build depends CDBS_BUILD_DEPENDS += ,fontforge debian/changelog0000644000000000000000000000604112143354041011036 0ustar fonts-pagul (1.0-7) unstable; urgency=low * Upload to unstable. -- Vasudev Kamath Sat, 11 May 2013 11:00:22 +0530 fonts-pagul (1.0-6) experimental; urgency=low * Bumped Standards-Version to 3.9.4, this didn't require any change to package source. * Removed deprecated DM-Upload-Allowed field. * Marked the package as Multi-Arch foreign to allow proper installation on multi-arch systems. * Converted package to CDBS * Removed debian/preinst file, cleaning up of old file should be handled by dpkg itself. * Introduced control.in template file. -- Vasudev Kamath Thu, 07 Mar 2013 23:19:55 +0530 fonts-pagul (1.0-5) unstable; urgency=low * Team upload. [Kartik Mistry] * debian/control: + Set priority to 'optional' from 'extra' to fix policy violation for fonts-indic (Policy: Section 2.5: Priorities) + Bumped Standards-Version to 3.9.3 * debian/copyright: + Updated for copyright-format 1.0 + Wrapped up text to 80 characters [Vasudev Kamath] * debian/copyright + Extended copyright year for debian folder to 2011-2012 -- Vasudev Kamath Sat, 24 Mar 2012 23:17:56 +0530 fonts-pagul (1.0-4) unstable; urgency=low [Muneeb Shaikh] * debian/90-fonts-pagul.conf -> debian/65-0-fonts-pagul.conf + Renamed configuration file to override nonlatin.conf [Vasudev Kamath] * debian/preinst: + Added condition to remove old 90-fonts-pagul.conf * debian/links: + Links are changed to 65-0-fonts-pagul.conf from 90-fonts-pagul.conf -- Vasudev Kamath Sat, 28 Jan 2012 22:53:23 +0530 fonts-pagul (1.0-3) unstable; urgency=low [Vasudev Kamath] * Language code used in fontconfig file was ta instead of saz fixed it. * debian/install: + Font was directly installing to truetype folder instead of pagul. * debian/preinst: + Added this file to remove stray Pagul.ttf in truetype folder during upgrade. * debian/control: + Added fontforge dependency. * debian/patches: + Added Makefile and generate.pe patches to build font from source. [Kartik Mistry] * debian/control: + Set: DM-Upload-Allowed: yes. * debian/install: + Fixed typo. * debian/patches: + Fixed makefile.patch for permission issue. + Added patch headers. * debian/copyright: + Fixed unversioned DEP-5 URL. -- Debian-IN Team Fri, 30 Dec 2011 15:04:00 +0530 fonts-pagul (1.0-2) unstable; urgency=low [Vasudev Kamath] * debian/control + Vcs* fields now point to Debian-IN git repository * debian/copyright + Introduced "." in all empty lines to make lintian happy -- Debian-IN Team Thu, 06 Oct 2011 18:22:58 +0530 fonts-pagul (1.0-1) unstable; urgency=low [Vasudev Kamath] * Initial release (Closes: #623944) [Kartik Mistry] * Fixed watch and added get-orig-source -- Debian-IN Team Fri, 06 May 2011 12:40:24 +0530 debian/watch0000644000000000000000000000005712143354041010216 0ustar version=3 http://sf.net/pagul/Pagul_v(.*)\.zip debian/control0000644000000000000000000000132412143354041010566 0ustar Source: fonts-pagul Section: fonts Priority: optional Maintainer: Debian-IN Team Uploaders: Vasudev Kamath Build-Depends: cdbs, debhelper, dh-buildinfo, devscripts, fontforge Standards-Version: 3.9.4 Homepage: https://sourceforge.net/projects/pagul/ Vcs-Git: git://anonscm.debian.org/debian-in/fonts-pagul.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-in/fonts-pagul.git Package: fonts-pagul Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Description: Free TrueType font for the Sourashtra language Pagul TrueType font for the Sourashtra (saz_IN) language which is primarily spoken in the Indian state of Tamil Nadu. debian/patches/0000755000000000000000000000000012143354041010612 5ustar debian/patches/makefile.patch0000644000000000000000000000037712143354041013417 0ustar Description: Makefile for fonts-pagul Author: Vasudev Kamath Last-Update: 2012-12-28 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +default: + mkdir TTFfiles + chmod +x generate.pe + ./generate.pe *.sfd +clean: + rm -rf TTFfiles debian/patches/series0000644000000000000000000000004112143354041012022 0ustar generate.pe.patch makefile.patch debian/patches/generate.pe.patch0000644000000000000000000000120412143354041014025 0ustar Description: Script for FontForge for TTF generation Author: Vasudev Kamath Last-Update: 2012-12-28 --- /dev/null +++ b/generate.pe @@ -0,0 +1,19 @@ +#!/usr/bin/env fontforge + +# script file for FontForge for TTF generation +# usage: +# mkdir TTFfiles +# chmod +x generate.pe +# ./generate.pe *.sfd + +if ($version < "20061220") + Error("Your version of FontForge is too old - 20061220 or newer is required"); +endif +i = 1 +while ( i < $argc ) + Open($argv[i], 1) + #Use gen_flags=Defualt fmflags value as -1 + gen_flags = -1 + Generate("TTFfiles/" + $fontname + ".ttf", "", gen_flags) + i++ +endloop debian/65-0-fonts-pagul.conf0000644000000000000000000000121012143354041012650 0ustar saz sans-serif Pagul saz serif Pagul debian/links0000644000000000000000000000012212143354041010221 0ustar etc/fonts/conf.avail/65-0-fonts-pagul.conf etc/fonts/conf.d/65-0-fonts-pagul.conf debian/source/0000755000000000000000000000000012143354041010463 5ustar debian/source/format0000644000000000000000000000001412143354041011671 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000471112143354041011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fonts-pagul Source: https://sourceforge.net/projects/pagul/ Files: * Copyright: 2011, Prabu M Rengachari License: GPL-3.0+ with Font exception This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". . Font exception applied by GPL: As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. Files: debian/* Copyright: (c) 2011-2012, Vasudev Kamath License: GPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". debian/compat0000644000000000000000000000000212143354041010361 0ustar 8