debian/0000755000000000000000000000000011770025033007164 5ustar debian/compat0000644000000000000000000000000211770024716010371 0ustar 7 debian/changelog0000644000000000000000000000655211770024716011055 0ustar fonts-tuffy (20120614-1) unstable; urgency=low * New upstream release 1.28 + Addresses everything noted by brtkr (Closes: #599059). * Removed all patches, applied upstream. -- Fabian Greffrath Thu, 14 Jun 2012 11:32:55 +0200 fonts-tuffy (20110822-1) UNRELEASED; urgency=low [ Fabian Greffrath ] * New upstream release 1.27 + Merges the glyphs contributed by brtkr. * Refresh debian/patches/01-spurious-langnames.patch. * Update debian/copyright and make it DEP-5 compliant. [ Paul Wise ] * Add minimal DEP-3 headers to the patch [ Fabian Greffrath ] * Install fonts into /usr/share/fonts/truetype/tuffy * Rename package to fonts-tuffy and introduce a ttf-tuffy dummy package -- Fabian Greffrath Thu, 25 Aug 2011 10:45:16 +0200 ttf-tuffy (20071106-3) unstable; urgency=low * Team upload * Drop x-ttcidfont-conf, fontconfig et al. from Recommends * Drop a spurious patch introduced by a wrong use of source v3.0, that was unapplying 01-spurious-langnames.patch -- Christian Perrier Tue, 05 Oct 2010 20:14:43 +0200 ttf-tuffy (20071106-2) unstable; urgency=low [ Christian Perrier ] * Switch to 3.0 (quilt) source format * Update Standards to 3.8.3 (checked) * Drop defoma use [ Fabian Greffrath ] * debian/clean: + New file. Delete *.otf as well, as they are not created from the patched sources. * debian/compat: + Raised debhelper compatibility to 7. * debian/control: + Changed section to fonts. + Set Maintainer to Debian Fonts Task Force and added myself to Uploaders. + Updated my email address. + Added Vcs-Svn and Vcs-Browser fields. + Raised Build-Depends to debhelper (>= 7.0.50~) and quilt (>= 0.46-7). + Removed versioned Build-Depends-Indep on defoma. + Changed Build-Depends-Indep to "fontforge-nox | fontforge". + Bumped Standards-Version to 3.8.2. * debian/copyright: + Coverted into a machine-readable format, relicensed the Debian packaging under the GNU All-Permissive license and added license information for the FontForge script. * debian/control, debian/patches/*, debian/rules: + Switched from dpatch to quilt. * debian/postinst: + Removed. No need to manually regenerate the font cache anymore, since fontconfig (2.6.0-4) already registered a trigger. * debian/rules: + Converted from cdbs to debhelper 7.2. * debian/ttf-tuffy.{defoma-hints,install}: + Renamed from debian/defoma-hints and debian/install. -- Fabian Greffrath Mon, 07 Dec 2009 09:34:31 +0100 ttf-tuffy (20071106-1) unstable; urgency=low * New upstream tarball. * debian/control: + Added Build-Depends on cdbs. + Bumped Standards-Version to 3.7.3. + Added Homepage field. * debian/install: + Added. * debian/rules: + Converted Debian packaging to CDBS. * debian/bug/presubj, debian/patches/*: + Rephrased. -- Fabian Greffrath Fri, 11 Jan 2008 17:00:00 +0100 ttf-tuffy (20070211-1) unstable; urgency=low * New upstream release 1.1. -- Fabian Greffrath Sat, 24 Feb 2007 21:00:00 +0100 ttf-tuffy (20070126-1) unstable; urgency=low * Initial release (Closes: #401160). -- Fabian Greffrath Fri, 26 Jan 2007 11:00:00 +0100 debian/watch0000644000000000000000000000007311770024716010224 0ustar version=3 http://www.tulrich.com/fonts/tuffy-(.*)\.tar\.gz debian/fonts-tuffy.bug-presubj0000644000000000000000000000147211770024716013632 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/control0000644000000000000000000000223211770024716010575 0ustar Source: fonts-tuffy Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Fabian Greffrath Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: fontforge-nox | fontforge Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-fonts/packages/fonts-tuffy/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-fonts/packages/fonts-tuffy/trunk/ Homepage: http://tulrich.com/fonts/ Package: fonts-tuffy Architecture: all Depends: ${misc:Depends} Replaces: ttf-tuffy (<< 20110822-1) Conflicts: ttf-tuffy (<< 20110822-1) Provides: ttf-tuffy Description: The Tuffy Truetype Font Family Thatcher Ulrich's first outline font design. He started with the goal of producing a neutral, readable sans-serif text font. There are lots of "expressive" fonts out there, but he wanted to start with something very plain and clean, something he might want to actually use. Package: ttf-tuffy Depends: fonts-tuffy, ${misc:Depends} Architecture: all Section: oldlibs Description: transitional dummy package This package is a dummy transitional package. It can be safely removed. debian/source/0000755000000000000000000000000011770025033010464 5ustar debian/source/format0000644000000000000000000000001411770024716011701 0ustar 3.0 (quilt) debian/preinst0000644000000000000000000000173211770024716010605 0ustar #!/bin/sh set -e VERSION=20071106-2 PKG=ttf-tuffy 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/copyright0000644000000000000000000000504411770024716011131 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=markup Upstream-Name: Tuffy Upstream-Contact: Thatcher Ulrich http://tulrich.com Source: http://tulrich.com/fonts/ Files: * Copyright: © 2004-2011, Thatcher Ulrich, Karoly Barta and Michael Everson License: public-domain We, the copyright holders of this work, hereby release it into the public domain. This applies worldwide. . In case this is not legally possible, . We grant any entity the right to use this work for any purpose, without any conditions, unless such conditions are required by law. . Thatcher Ulrich http://tulrich.com Karoly Barta Michael Evans http://www.evertype.com Files: debian/* Copyright: © 2005-2011, Fabian Greffrath License: GAP Copying and distribution of the Debian packaging, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. The Debian packaging is offered as-is, without any warranty. Files: debian/scripts/convert.pe Copyright: © 2000-2006, George Williams License: BSD This script is taken from: . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/fonts-tuffy.bug-script0000644000000000000000000000006711770024716013463 0ustar #!/bin/sh dpkg -l libfreetype6 libxft2 fontconfig >&3 debian/rules0000755000000000000000000000021511770024716010251 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: chmod 0755 debian/scripts/convert.pe debian/scripts/convert.pe --format ".ttf" *.sfd debian/clean0000644000000000000000000000001411770024716010173 0ustar *.otf *.ttf debian/scripts/0000755000000000000000000000000011770025033010653 5ustar debian/scripts/convert.pe0000644000000000000000000000417611770024716012700 0ustar #!/usr/bin/fontforge # # This script is taken from: # # # Copyright (C) 2000-2006 George Williams # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # Redistributions of source code must retain the above copyright notice, this # list of conditions and the following disclaimer. # # Redistributions in binary form must reproduce the above copyright notice, this # list of conditions and the following disclaimer in the documentation and/or # other materials provided with the distribution. # # The name of the author may not be used to endorse or promote products derived # from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO # EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER # IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. i=1 format=".ttf" while ( i<$argc ) if ( $argv[i]=="-format" || $argv[i]=="--format" ) i=i+1 if ( i<$argc ) format = $argv[i] if ( format!=".ttf" && format!=".otf" && \ format!=".pfb" && format!=".svg" ) Error( "Expected one of '.ttf', '.otf', '.pfb' or '.svg' for format" ) endif endif else Open($argv[i]) if ( $order==2 && (format==".otf" || format==".pfb" )) SetFontOrder(3) SelectAll() Simplify(128+32+8,1.5) ScaleToEm(1000) elseif ( $order==3 && format==".ttf" ) ScaleToEm(2048) RoundToInt() endif Generate($argv[i]:r + format) endif i = i+1 endloop debian/fonts-tuffy.install0000644000000000000000000000004511770024716013046 0ustar *.ttf usr/share/fonts/truetype/tuffy