debian/0000755000000000000000000000000011757770370007204 5ustar debian/compat0000644000000000000000000000000211756621260010372 0ustar 9 debian/changelog0000644000000000000000000000265011757770370011061 0ustar fonts-uralic (0.0.20040829-4) unstable; urgency=low * Drop etc/defoma/hitns from debian/dirs. Closes: #673714 * Updated Standard to 3.9.3 (checked) * Bump debhelper compatibility to 9 * Link to explicit version of GPL document in debian/copyright * Set priority of transitional package to extra -- Christian Perrier Tue, 22 May 2012 20:46:34 +0200 fonts-uralic (0.0.20040829-3) unstable; urgency=low * Team upload * Change section to fonts * Rename source package to "fonts-uralic" to fit the Font Packages Naming Policy. * Bump debhelper compatibility to 8 * Change fonts install directory from usr/share/fonts/truetype/ttf-uralic to usr/share/fonts/truetype/uralic -- Christian Perrier Wed, 09 Nov 2011 19:45:24 +0100 ttf-uralic (0.0.20040829-2) unstable; urgency=low * Team upload * Package adopted by the pkg-fonts team * Add ${misc:Depends} to dependecies * Move to debhelper v7 and minimal rules file * Drop defoma support * Drop Recommends on x-ttcidfont-conf * Update FSF address in debian/copyright * Update Standards to 3.9.2 (checked) * Move to source v3 format -- Christian Perrier Wed, 20 Jul 2011 20:36:50 +0200 ttf-uralic (0.0.20040829-1) unstable; urgency=low * Initial release. Closes: #269020 (ITP). * Defoma support. -- Vladimir Shahov Sun, 29 Aug 2004 14:12:13 +0200 debian/dirs0000644000000000000000000000004011756516773010066 0ustar usr/share/fonts/truetype/uralic debian/control0000644000000000000000000000315311757770357010616 0ustar Source: fonts-uralic Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Christian Perrier Build-Depends: debhelper (>= 9), unzip Standards-Version: 3.9.3 Package: fonts-uralic Architecture: all Depends: ${misc:Depends} Replaces: ttf-uralic (<< 0.0.20040829-3) Provides: ttf-uralic Conflicts: ttf-uralic (<< 0.0.20040829-3) Description: Truetype fonts for Cyrillic-based Uralic languages The Uralic fonts contain additional letters used in most Uralic languages with Russian-based writing systems - Khanty (all dialects), Komi, Mansi (without marking long vowels), Mari, Nenets, Selkup and Udmurt. The fonts also support Altai, Chukchi, Even, Evenki, Koryak and Nanai. . Font list: * Bookman Uralic (regular, bold, italic) * Chancery Uralic - Decorative calligraphic font * Gothic Uralic (regular, bold) - Futura-like sans serif * Mono Uralic (regular) - Courier-like fixed width font * Palladio Uralic (regular, bold, italic) - Palatino-like typeface * Roman Uralic (regular, bold, italic) - Times-like typeface * Sans Uralic (regular, bold, italic, bold italic) - Helvetica-like sans serif typeface * Sans Condensed Uralic (regular, bold) - Narrow version of Sans Uralic * Schoolbook Uralic (regular, bold, italic) . These fonts cover the ISO10646-1 and CP1251 charsets. Package: ttf-uralic Depends: fonts-uralic, ${misc:Depends} Architecture: all Section: oldlibs Priority: extra Description: transitional dummy package This package is a dummy transitional package. It can be safely removed. debian/README0000644000000000000000000000543711656550761010073 0ustar *Uralic fonts for Windows* The Uralic fonts for Windows contain additional letters used in most Uralic languages with Russian-based writing systems - Khanty (all dialects), Komi, Mansi (without marking long vowels), Mari, Nenets, Selkup and Udmurt. According to Musayev*), the fonts also support Altai, Chukchi, Even, Evenki, Koryak and Nanai. * Bookman Uralic (regular, bold, italic) * Chancery Uralic - Decorative calligraphic font * Gothic Uralic (regular, bold) - Futura-like sans serif * Mono Uralic (regular) - Courier-like fixed width font * Palladio Uralic (regular, bold, italic) - Palatino-like typeface * Roman Uralic (regular, bold, italic) - Times-like typeface * Sans Uralic (regular, bold, italic, bold italic) - Helvetica-like sans serif typeface * Sans Condensed Uralic (regular, bold) - Narrow version of Sans Uralic * Schoolbook Uralic (regular, bold, italic) Additional letters The encoding of the fonts is based on the model of the Cyrillic Asian encoding. The Russian alphabet occupies the place of the Latin-1 supplement in the Western (Windows CP 1252) encoding and its own Unicode positions in the Cyrillic (CP 1251) encoding. Additional Uralic letters can be found in three places - instead of additional characters in the Western encoding, instead of additional characters in the Cyrillic encoding and in their own Unicode positions (with the exceptions of those letters that are not found in this standard). Existing Mari and Udmurt fonts were taken into consideration while distributing positions, but incorporating their encodings did not prove possible. Eventually, Udmurt fonts were used as the starting point. See the test page for details. The original fonts were created by URW++, the Cyrillic part by Valek Filippov, and were modified by Esa Anttikoski. These fonts can be distributed and modified freely in accordance with the GNU General Public License. We take no responsability for any possible damage that might occure while installing and using the fonts. Send your comments and suggestions to Esa.Anttikoski@joensuu.fi ------------------------------------------------------------------------ *) Musaev K.M. Jazyki i pis'mennosti narodov Evrazii (regiona byvshego SSSR). Almaty:ylym, 1993. debian/source/0000755000000000000000000000000011656550761010502 5ustar debian/source/format0000644000000000000000000000001411656550761011710 0ustar 3.0 (quilt) debian/preinst0000644000000000000000000000173711656550761010621 0ustar #!/bin/sh set -e VERSION=0.0.20040829-2 PKG=ttf-uralic 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/copyright0000644000000000000000000000254611756621341011136 0ustar This package was debianized by Vladimir Shahov on Sun, 29 Aug 2004 14:12:13 +0300. It was downloaded from http://peoples.org.ru/eng_uralic.html Upstream Authors: URW++ Design & Development GmbH Valek Filippov , Esa Anttikoski The original fonts were created by URW++, the Cyrillic part by Valek Filippov, and were modified by Esa Anttikoski. Copyright: Uralic is a collection of free TrueType fonts for Uralic languages. Copyright (C) 2000-2004 URW++ Design & Development GmbH, Valek Filippov, Esa Anttikoski 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 2, or (at your option) any later version. 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 for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, N: MA 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file. debian/docs0000644000000000000000000000001611656550761010052 0ustar debian/README debian/rules0000755000000000000000000000027411656550761010265 0ustar #!/usr/bin/make -f %: dh $@ override_dh_install: find upstream -name "*.zip" -exec unzip -Lj {} "*.ttf" -d$(CURDIR)/debian/fonts-uralic/usr/share/fonts/truetype/uralic ';' -print