debian/0000755000000000000000000000000012200525737007171 5ustar debian/README.source0000644000000000000000000000233512200524504011342 0ustar Merging upstream releases ========================= (copied from samba, original text by Steve Langasek) $ svn-load -t packages/fonts-lklug-sinhala/tags/upstream_${version} \ svn+ssh://svn.debian.org/svn/pkg-fonts packages/fonts-lklug-sinhala/branches/upstream . The svn-load command is in the aptly-named "svn-load" package. The above is the simplest use of svn-load to merge a new upstream version into the "upstream" branch and copy it to a per-version tag directory; please see "svn-load --help" for a list of other options that are of interest. In particular, you may find that the --wc option saves time if you're on a slow connection, and the "-m" option may be needed if files are moved around in the upstream repository and this needs to be indicated to prevent subversion treating this as addition and deletion of unrelated files. Note that this only imports the new upstream version into the branch, it doesn't merge it onto the trunk. For this, you should go to your (clean) working copy of the trunk and run: $ svn merge \ svn+ssh://svn.debian.org/svn/pkg-fonts/packages/fonts-lklug-sinhala/tags/upstream_{prev_version,new_version} $ svn diff # (to make sure the diff makes sense) $ svn commit -m "merge upstream $version" debian/fonts-lklug-sinhala-udeb.install0000644000000000000000000000005012200524504015342 0ustar *.ttf usr/share/fonts/truetype/sinhala/ debian/control0000644000000000000000000000242612200525243010570 0ustar Source: fonts-lklug-sinhala Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Anuradha Weeraman , Christian Perrier Build-Depends: debhelper (>= 9~) Build-Depends-Indep: fontforge-nox|fontforge Standards-Version: 3.9.4 Homepage: http://www.lug.lk/fonts/lklug DM-Upload-Allowed: yes Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-lklug-sinhala.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-lklug-sinhala.git;a=summary Package: fonts-lklug-sinhala Architecture: all Multi-Arch: foreign Breaks: sinhala-font-lklug, ttf-sinhala-lklug (<< 0.5.4-1) Replaces: sinhala-font-lklug, ttf-sinhala-lklug (<< 0.5.4-1) Depends: ${misc:Depends} Description: Unicode Sinhala font by Lanka Linux User Group This package provides the Unicode Sinhala font developed by the Lanka Linux User Group (LKLUG) Package: fonts-lklug-sinhala-udeb Package-Type: udeb Section: debian-installer Architecture: all Depends: ${misc:Depends} Description: Unicode Sinhala font by Lanka Linux User Group This package provides the Unicode Sinhala font developed by the Lanka Linux User Group (LKLUG) . This package provides the fonts for use with the GTK frontend of debian-installer. debian/preinst0000644000000000000000000000173712200524504010577 0ustar #!/bin/sh set -e VERSION=0.5.3-2 PKG=ttf-sinhala-lklug FILE=/etc/defoma/hints/${PKG}.hints # Remove a no-longer used conffile rm_conffile() { local PKGNAME="$1" local CONFFILE="$2" [ -e "$CONFFILE" ] || return 0 local md5sum="$(md5sum $CONFFILE | sed -e 's/ .*//')" local old_md5sum="$(dpkg-query -W -f='${Conffiles}' $PKGNAME | \ sed -n -e "\' $CONFFILE ' { s/ obsolete$//; s/.* //; p }")" if [ "$md5sum" != "$old_md5sum" ]; then echo "Obsolete conffile $CONFFILE has been modified by you." echo "Saving as $CONFFILE.dpkg-bak ..." mv -f "$CONFFILE" "$CONFFILE".dpkg-bak else echo "Removing obsolete conffile $CONFFILE ..." rm -f "$CONFFILE" fi } case "$1" in install|upgrade) if dpkg --compare-versions "$2" lt-nl "$VERSION"; then if [ -f $FILE ]; then if [ -x /usr/bin/defoma-font ]; then defoma-font purge-all $FILE || true fi fi rm_conffile $PKG $FILE fi esac #DEBHELPER# debian/watch0000644000000000000000000000011412200524504010205 0ustar version=3 http://sinhala.sourceforge.net/files/ttf-sinhala-lklug-(.+).tar.gzdebian/copyright0000644000000000000000000000243112200524504011113 0ustar This package was debianized by Anuradha Ratnaweera Upstream Authors: Anuradha Ratnaweera Harshula Jayasuriya See CREDITS file for the history of outlines. Copyrights: Copyright © 2004,2008 Anuradha Ratnaweera and Harshani Devadithya Copyright © 2006 Harshula Jayasuriya Copyright © 1994, The Wellcome Trust, London License: LKLUG font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program 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, version 2, for more details. The Debian packaging is (C) 2004,2008, Anuradha Ratnaweera, and is licensed under the GNU General Public License, version 2. You should have received a copy of the GNU General Public License, version 2, with the Debian GNU/Linux distribution in the file /usr/share/common-licenses/GPL-2; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. debian/docs0000644000000000000000000000002512200524504010030 0ustar CREDITS README.fonts debian/source/0000755000000000000000000000000012200524504010460 5ustar debian/source/format0000644000000000000000000000001412200524504011666 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001124312200525431011033 0ustar fonts-lklug-sinhala (0.6-3) unstable; urgency=low * Update Standards to 3.9.4 (checked) * Bump debhelper compatibility to 9 * Drop ttf-lklug-sinhala transitional package * Add Multi-Arch: foreign field * Use Breaks instead of Conflicts. Drop Provides as it is no longer needed (installations should have transitioned since wheezy and the package has anyway no reverse dependency. * Use xz extreme compression for deb packages * Use git for packaging: adapt Vcs-* fields * Add myself to Uploaders -- Christian Perrier Wed, 07 Aug 2013 22:16:25 +0200 fonts-lklug-sinhala (0.6-2) unstable; urgency=low * Team upload * Properly name the .install file for the fonts-lklug-sinhala-udeb package * Use Package-Type instead of XC-Package-Type for the udeb * Add ${misc:Depends} to udeb dependencies * Use copyright symbol in debian/copyright -- Christian Perrier Sat, 12 May 2012 19:42:54 +0200 fonts-lklug-sinhala (0.6-1) unstable; urgency=low * Team upload * New upstream version. Closes: #542221 * Fix package name in README.source -- Christian Perrier Thu, 01 Mar 2012 22:24:55 +0100 fonts-lklug-sinhala (0.5.4-2) unstable; urgency=low * Team upload * Drop recommends on x-ttcidfont-conf. Closes: #660055 * Update Standards to 3.9.3 (checked) * Move transitional package to extra priority -- Christian Perrier Sun, 26 Feb 2012 19:26:48 +0100 fonts-lklug-sinhala (0.5.4-1) unstable; urgency=low * Team upload * New upstream version * Add README.source * Add watch file * Rename source package to "fonts-lklug-sinhala" to fit the Font Packages Naming Policy. * Bump Standards to 3.9.2 (checked) * Bump debhelper compatibility to 8 * Change fonts install directory from usr/share/fonts/truetype/ttf-sinhala-lklug to usr/share/fonts/truetype/sinhala * Move to source v3 -- Christian Perrier Wed, 09 Nov 2011 19:10:09 +0100 ttf-sinhala-lklug (0.5.3-2) unstable; urgency=low * Team upload (font adopted by the pkg-fonts team) * Use "fontforge-nox|fontforge" in Build-Depends * Drop defoma use * Move to debhelper 7 and use a minimal rules file * Add ${misc:Depends} to dependencies to properly cope with dependencies triggerred by debhelper * Update Standards to 3.9.1 * Change section to fonts -- Christian Perrier Sun, 13 Feb 2011 18:31:35 +0100 ttf-sinhala-lklug (0.5.3-1.1) unstable; urgency=low * Non-maintainer upload to get the needed font for D-I * Create udeb meant to be used for the graphical installer (Closes: #517523) -- Christian Perrier Sun, 14 Nov 2010 15:40:29 +0100 ttf-sinhala-lklug (0.5.3-1) unstable; urgency=low * Closes: #483630 (Debian ITP) * Changed font directory name * Added DM-Upload-Allowed flag in debian/control -- Anuradha Weeraman Wed, 04 Jun 2008 06:54:46 -0400 ttf-sinhala-lklug (0.5.2-1) unstable; urgency=low * Improved copyright and license information (NIIBE Yutaka) * Fixed the sequence for "ඹු" -- Anuradha Ratnaweera Wed, 04 Jun 2008 13:00:00 +0530 ttf-sinhala-lklug (0.5.1-1) unstable; urgency=low * Debian packaging changes * Fixed lintian warnings * Updated Makefile and debian/rules * Removed debian/Makefile * Closes: #483630 (Debian) -- Anuradha Weeraman Thu, 29 May 2008 20:25:00 -0400 ttf-sinhala-lklug (0.5.0-1) unstable; urgency=low * Pakage renamed to ttf-sinhala-lklug * Script to convert from SFD to TTF based on ttf-freefont * Makefile based build * Defoma hints -- Anuradha Ratnaweera Wed, 28 May 2008 12:00:00 +0530 sinhala-font-lklug (0.4.2-1) unstable; urgency=low * Set basefilename to lklug * Run 'Element -> Find Problems' on kunddaliya and fix problems. * Move the repaya ligatures out of the PUA and into the section with the rest of the ligatures. - Add lookups for the 40 repaya ligatures. - Using rphf feature did not work, so used akhn. - Remove unused codepoints in PUA. -- Harshula Jayasuriya Sun, 05 Nov 2006 23:09:51 +0530 sinhala-font-lklug (0.4.1-1) unstable; urgency=low * Create and add the "Kunddaliya" glyph -- Harshula Jayasuriya Wed, 16 Aug 2006 02:52:20 +0530 sinhala-font-lklug (0.4.0-2) unstable; urgency=low * Make the DEB defoma aware -- Anuradha Ratnaweera Tue, 07 Feb 2006 20:00:00 +0600 sinhala-font-lklug (0.4.0-1) unstable; urgency=low * Initial release -- Anuradha Ratnaweera Tue, 31 Jan 2006 16:00:00 +0600 debian/compat0000644000000000000000000000000212200524504010356 0ustar 9 debian/install0000644000000000000000000000005012200524504010544 0ustar *.ttf usr/share/fonts/truetype/sinhala/ debian/rules0000755000000000000000000000017712200524504010245 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_clean: ${MAKE} clean override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9