debian/0000755000000000000000000000000012262003737007170 5ustar debian/gbp.conf0000644000000000000000000000004712262002773010607 0ustar [git-buildpackage] compression = bzip2 debian/control0000644000000000000000000000333012262002773010571 0ustar Source: fonts-linex Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: José L. Redrejo Rodríguez , Christian Perrier , Eugeniy Meshcheryakov Build-Depends: debhelper (>= 9~) Standards-Version: 3.9.5 Homepage: http://gata.linex.org/trac/browser/fonts-linex/ Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-linex.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-linex.git;a=summary Package: fonts-linex Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Replaces: ttf-linex (<< 2.2-5) Breaks: ttf-linex (<< 2.2-5) Description: Fonts suitable for education and institutional use These fonts include hand writing simulation typographies, ancient Greek and Roman typographies, the institutional fonts for use by the regional government of Extremadura and some other elegant fonts. This is the list of the included fonts: * Abecedario: Small children handwritten simulation * Elegante: Elegant handwritten simulation font * BABEL Unicode: specifically designed to type Latin, Ancient greek, Hebrew, Sanskrit, Runic, Ogham and Old English * Alfa-Beta: Ancient Greek typography * Emerita Latina: Roman typography * API PHONÉTIQUE: Designed to phonetically transcript French texts * IPA PHONETICS: Designed to phonetically transcript English texts * Ellenike: Classical Greek encoding * Jara: Institutional font used by the regional government of Extremadura * Quercus: Institutional font used by the regional government of Extremadura . These fonts have been developed, donated and GPL licensed by Juan José Marcos for their use in the gnuLinEx project. debian/preinst0000644000000000000000000000172512262002773010603 0ustar #!/bin/sh set -e VERSION=2.2-2 PKG=ttf-linex 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/copyright0000644000000000000000000000221612262003644011121 0ustar This package was debianized by José L. Redrejo Rodríguez on Tue, 25 May 2004 10:50:41 +0000. It was downloaded from http://gata.linex.org/trac/browser/ttf-linex Upstream Author: Juan José Marcos Copyright: (C) 2003-2008 Juan José Marcos Junta de Extremadura 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 of the License, 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, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000012262002773010467 5ustar debian/source/format0000644000000000000000000000001412262002773011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000775512262003716011055 0ustar fonts-linex (2.2-7) unstable; urgency=low * Update Standards to 3.9.5 (checked) * Bump debhelper compatibility to 9 * Drop 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 * Explicitly point to GPL-2 document in debian/copyright instead of GPL symlink -- Christian Perrier Sat, 04 Jan 2014 14:08:30 +0100 fonts-linex (2.2-6) unstable; urgency=low * Remove leading capital letter in package description. Closes: #489799 -- Christian Perrier Mon, 24 Oct 2011 10:33:51 +0200 fonts-linex (2.2-5) unstable; urgency=low * Team upload * Rename source package to "fonts-linex" to fit the Font Packages Naming Policy. * Bump Standards to 3.9.2 (checked) * Change fonts install directory from usr/share/fonts/truetype/ttf-linex-* to usr/share/fonts/truetype/linex * Add Vcs-svn and Vcs-browser fields to debian/control * Bump debhelper compatibility to 8 -- Christian Perrier Sun, 23 Oct 2011 10:13:43 +0200 ttf-linex (2.2-4) unstable; urgency=low * Change package section to fonts -- Christian Perrier Wed, 09 Dec 2009 19:59:58 +0100 ttf-linex (2.2-3) unstable; urgency=low * Switch to debhelper v7 * Use a minimal debian/rules file * Switch to 3.0 (quilt) source format * Drop build dependency on cdbs * Add ${misc:Depends} to dependencies to properly cope with debhelper-triggerred dependencies * Add myself as Uploader * Update Standards to 3.8.3 (checked) * Drop defoma use * Remove duplicate word "for" in package description -- Christian Perrier Mon, 07 Dec 2009 22:13:28 +0100 ttf-linex (2.2-2) unstable; urgency=low * Shorten first line on debian/copyright it to make in fit in 80 cols * Fixed bad english sentences in package description (Closes: #491265) * Fixed typo in package description (Closes: #491264) * Thanks to Trent W. Buck for debugging these last two errors. It's a very useful help for those of us who are not native english speakers -- José L. Redrejo Rodríguez Fri, 18 Jul 2008 16:54:26 +0200 ttf-linex (2.2-1) unstable; urgency=low * Upstream removed pdf documentation as the original Word document is lost -- José L. Redrejo Rodríguez Thu, 03 Jul 2008 19:20:14 +0200 ttf-linex (2.1-1) unstable; urgency=low * First upload to Debian archive (Closes: #470310) * Replaced Garabatos font by Abecedario according to upstream requirements * Use cdbs for packaging -- José L. Redrejo Rodríguez Mon, 2 Jun 2008 19:18:33 +0200 ttf-linex (2.0-5) unstable; urgency=low * Changed architecture to all * Removed Liberation fonts as they are not dfsg compatible * Removed Visigotica Llionesa until the license is clarified * Removed unneeded prerm script and cleaned postinst * debian/control updated * Renamed from fuenteslinex to ttf-linex according to Debian standards -- José L. Redrejo Mon, 7 Mar 2008 15:06:20 +0100 fuenteslinex (2.0-4) unstable; urgency=low * Added GPL Visigotica-Llionesa font -- Daniel Campos Mon, 13 Aug 2007 18:54:49 +0200 fuenteslinex (2.0-3) unstable; urgency=low * Added Liberation GPL fonts and Liberation license notes from RedHat(R) -- Daniel Campos Wed, 16 May 2007 11:35:23 +0200 fuenteslinex (2.0-2) unstable; urgency=low * Added Jara and Quercus fonts -- Daniel Campos Fri, 16 Feb 2007 16:18:24 +0100 fuenteslinex (2.0-1) unstable; urgency=low * Initial release. -- José L. Redrejo Tue, 25 May 2004 10:50:41 +0000 debian/compat0000644000000000000000000000000212262002773010365 0ustar 9 debian/install0000644000000000000000000000004712262002773010561 0ustar *.ttf /usr/share/fonts/truetype/linex/ debian/rules0000755000000000000000000000012712262002773010247 0ustar #!/usr/bin/make -f %: dh $@ override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9