debian/0000755000000000000000000000000012261602765007175 5ustar debian/bug/0000755000000000000000000000000012261601701007737 5ustar debian/bug/presubj0000644000000000000000000000147212261601701011340 0ustar When reporting bugs in the fonts themselves (i.e. not just in the packaging) please be sure to include the following information as far as applicable: - the versions of your libfreetype6, libxft2 and fontconfig packages (these should be automatically appended by reportbug), - all relevant configuration (especially anti-aliasing and hinting), - the application being used, - the affected unicode code points. It may also be helpful if you can provide a screen shot demonstrating the problem, however please don't attach it to the initial bug report (especially not if it is large). Please also try to make sure that it is actually a bug in the fonts and not e.g. in freetype (if a problem appears after a freetype update or if other fonts exhibit similar problems it is a sure sign that the problem is in freetype). debian/bug/script0000755000000000000000000000006712261601701011174 0ustar #!/bin/sh dpkg -l libfreetype6 libxft2 fontconfig >&3 debian/gbp.conf0000644000000000000000000000004712261601701010602 0ustar [git-buildpackage] compression = bzip2 debian/control0000644000000000000000000000223412261601701010566 0ustar Source: fonts-lg-aboriginal Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Neskie Manuel , Christian Perrier Build-Depends: debhelper (>= 9~) Standards-Version: 3.9.5 Homepage: http://www.languagegeek.com Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-lg-aboriginal.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-lg-aboriginal.git;a=summary Package: fonts-lg-aboriginal Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Replaces: ttf-lg-aboriginal (<< 1.0-5) Breaks: ttf-lg-aboriginal (<< 1.0-5) Description: unicode fonts for North-American Aboriginal languages This package contains fonts that can be used to read and write in many North-American Aboriginal Languages, too often neglected by the world at large. . It is hoped that the availability of quality open fonts can help these languages prosper far into the future. . The Aboriginal font family includes support for Syllabics (Cree, Ojibway, Naskapi, Inuktitut, Dakelh, Blackfoot, Dene), Cherokee and Roman Orthographies (Secwepemctsin, Statlimx, Siouan). debian/preinst0000644000000000000000000000173512261601701010577 0ustar #!/bin/sh set -e VERSION=1.0-3 PKG=ttf-lg-aboriginal 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/watch0000644000000000000000000000026712261601701010220 0ustar # The author of this package has found no meaningful way to monitor upstream # with uscan. # You can find the fonts at: http://www.languagegeek.com/font/fontdownload.html version=3 debian/copyright0000644000000000000000000000232712261602314011122 0ustar This package was debianized by Neskie Manuel on Sun, 03 Feb 2008. It was downloaded from 'http://www.languagegeek.com/'. Upstream Author: Chris Harvey Copyright: Copyright (c) 2003-2007 Chris Harvey (http://www.languagegeek.com/), This Font Software is licensed under the GNU General Public License, Version 3 with the font exception. This license is available below: http://www.gnu.org/licenses/gpl-3.0.txt 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. In Debian systems the GPL can be found in: /usr/share/common-licenses/GPL-3 The Debian packaging is Copyright (C) 2007-2008 Neskie Manuel and is released under the same license as the Font Software. debian/dirs0000644000000000000000000000004512261601701010045 0ustar usr/share/fonts/truetype/aboriginal/ debian/docs0000644000000000000000000000000612261601701010031 0ustar *.png debian/source/0000755000000000000000000000000012261601701010462 5ustar debian/source/format0000644000000000000000000000001412261601701011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000436512261602765011057 0ustar fonts-lg-aboriginal (1.0-6) 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 * Complete copyright statement in debian/copyright -- Christian Perrier Fri, 03 Jan 2014 19:39:02 +0100 fonts-lg-aboriginal (1.0-5) unstable; urgency=low * Team upload * Rename source package to "fonts-lg-aboriginal" to fit the Font Packages Naming Policy. * Bump Standards to 3.9.2 (checked) * Change fonts install directory from usr/share/fonts/truetype/ttf-lg-aboriginal-* to usr/share/fonts/truetype/aboriginal * Bump debhelper compatibility to 8 -- Christian Perrier Sat, 22 Oct 2011 15:35:15 +0200 ttf-lg-aboriginal (1.0-4) unstable; urgency=low [ Paul Wise ] * Fix section to fonts [ Christian Perrier ] * Drop "Suggests: x-ttcidfont-conf | fontconfig" -- Christian Perrier Sun, 20 Dec 2009 12:57:18 +0100 ttf-lg-aboriginal (1.0-3) unstable; urgency=low * Switch to debhelper v7 * Use a minimal debian/rules file * Switch to 3.0 (quilt) source format * Add ${misc:Depends} to dependencies to properly cope with debhelper-triggerred dependencies * Add myself as Uploader * Update Standards to 3.8.3 (checked) * Move the installation of *.png as doc files to debian/docs * Drop defoma use -- Christian Perrier Mon, 07 Dec 2009 21:59:29 +0100 ttf-lg-aboriginal (1.0-2) unstable; urgency=low * Removed Recommends: fontforge, fontforge-doc. Closes: #489029. * Changed Maintainer to Debian Fonts Task Force. * Bumped Standards-Version to 3.8.0 * Added a blank commented watch file. -- Neskie Manuel Sat, 05 Jul 2008 13:18:28 -0300 ttf-lg-aboriginal (1.0-1) unstable; urgency=low * Initial release under GPL Version 3 + font exception. (Closes: #473149) -- Neskie Manuel Thu, 21 Feb 2008 21:27:18 -0400 debian/compat0000644000000000000000000000000212261601701010360 0ustar 9 debian/install0000644000000000000000000000013112261601701010546 0ustar *.ttf usr/share/fonts/truetype/aboriginal debian/bug/* usr/share/bug/fonts-lg-aboriginal debian/rules0000755000000000000000000000035612261601701010246 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installchangelogs: dh_installchangelogs dh_installchangelogs FONTLOG.txt override_dh_install: dh_install chmod 755 debian/bug/script override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9