debian/0000755000000000000000000000000012200516745007170 5ustar debian/control0000644000000000000000000000133312200515256010567 0ustar Source: fonts-lao Section: fonts Priority: optional Maintainer: Christian Perrier Build-Depends: debhelper (>= 9~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-lao.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-lao.git;a=summary Package: fonts-lao Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Description: TrueType font for Lao language This package includes fonts that are suitable for the display of the Lao language. Package: fonts-lao-udeb Package-Type: udeb Section: debian-installer Architecture: all Description: TrueType font for Lao language This package provides the fonts for use with the GTK frontend of debian-installer. debian/preinst0000644000000000000000000000173412200513035010571 0ustar #!/bin/sh set -e VERSION=0.0.20060226-6 PKG=ttf-lao 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/copyright0000644000000000000000000000374312200516633011126 0ustar This package was initially debianized by Christian Perrier on Fri, 24 Feb 2006. The current maintainer is Christian Perrier helped by the Debian Fonts Task Force . Free Lao UNICODE font of Phetsarath OT can be downloaded from here http://prdownloads.sourceforge.net/laofoss/Phetsarath_OT.zip Upstream Author: Anousak Souphavanh or Copyright: 2006, Anousak Souphavanh These fonts are free software; you can redistribute them and/or modify them under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or any later version. These fonts are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with these fonts; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU Lesser General Public License, can be found in /usr/share/common-licenses/LGPL-2. The Debian packaging is Copyright 2006, Christian Perrier and is licensed under the version 2 of the GNU General Public License as published by the Free Software Foundation. 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 version 2 with the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. debian/fonts-lao-udeb.install0000644000000000000000000000004412200513035013362 0ustar *.ttf usr/share/fonts/truetype/lao/ debian/fonts-lao.install0000644000000000000000000000004312200513035012444 0ustar *.ttf usr/share/fonts/truetype/lao debian/source/0000755000000000000000000000000012200513035010455 5ustar debian/source/format0000644000000000000000000000001412200513035011663 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000503212200516675011044 0ustar fonts-lao (0.0.20060226-9) unstable; urgency=low * Update Standards to 3.9.4 (checked) * Bump debhelper compatibility to 9 * Drop ttf-lao transitional package * Add Multi-Arch: foreign field * Use xz extreme compression for deb packages * Use git for packaging: adapt Vcs-* fields * Use Package-Type instead of XC-Package-Type for udeb * Explicitly mention the link to LGPL-2 in debian/copyright * Replace (C) by explicit Copyright in debian/copyright -- Christian Perrier Wed, 07 Aug 2013 21:19:25 +0200 fonts-lao (0.0.20060226-8) unstable; urgency=low * Team upload * Rename source package to "fonts-lao" to fit the Font Packages Naming Policy. * Bump Standards to 3.9.2 (checked) * Change fonts install directory from usr/share/fonts/truetype/ttf-lao to usr/share/fonts/truetype/lao -- Christian Perrier Mon, 03 Oct 2011 19:56:34 +0200 ttf-lao (0.0.20060226-7) unstable; urgency=low * Create udeb meant to be used for the graphical installer -- Christian Perrier Sat, 27 Nov 2010 13:52:14 +0100 ttf-lao (0.0.20060226-6) unstable; urgency=low * Drop defoma use -- Christian Perrier Wed, 02 Dec 2009 19:17:10 +0100 ttf-lao (0.0.20060226-5) unstable; urgency=low * Rebuild with new defoma to avoid #557321 * Drop useless README.source -- Christian Perrier Sun, 22 Nov 2009 16:36:55 +0100 ttf-lao (0.0.20060226-4) unstable; urgency=low * Change section to "fonts" * Completely switch to debhelper 7, with a minimal rules file * No longer use CDBS -- Christian Perrier Fri, 20 Nov 2009 05:27:03 +0100 ttf-lao (0.0.20060226-3) unstable; urgency=low * More complete copyright file after Joerg Jaspert advices on debian-devel-annouce * Add README.source * Switch to 3.0 (quilt) source format * Bump debhelper compatibility to 7 * Add ${misc:Depends} to dependencies to properly cope with dependencies implied by debhelper * Update Standards to 3.8.3 (checked) -- Christian Perrier Sun, 08 Nov 2009 20:06:49 +0100 ttf-lao (0.0.20060226-2) unstable; urgency=low * Bump Standards to 3.7.2.0 (no change) * Move cdbs and debhelper to Build-Depends. Thanks, lintian. -- Christian Perrier Wed, 9 Aug 2006 19:54:39 -0500 ttf-lao (0.0.20060226-1) unstable; urgency=low [ Christian Perrier ] * Initial Release. Closes: #355088 -- Christian Perrier Sat, 4 Mar 2006 13:53:37 +0100 debian/compat0000644000000000000000000000000212200513035010353 0ustar 9 debian/rules0000755000000000000000000000013012200513035010227 0ustar #!/usr/bin/make -f %: dh $@ override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9