debian/0000755000000000000000000000000011716210000007152 5ustar debian/changelog0000644000000000000000000000520011716207776011053 0ustar ttf-staypuft (0.04-6ubuntu1) precise; urgency=low * Use maintscript support in dh_installdeb rather than writing out dpkg-maintscript-helper commands by hand. We now simply Pre-Depend on a new enough version of dpkg rather than using 'dpkg-maintscript-helper supports' guards, leading to more predictable behaviour on upgrades. -- Colin Watson Mon, 13 Feb 2012 13:28:29 +0000 ttf-staypuft (0.04-6) unstable; urgency=low * Added a postinst, postrm, preinst scripts for defoma-removal. Thanks to Christian PERRIER . Closes: #635162 * Added a bug-script and bug-presubj files. -- Edgar Antonio Palma de la Cruz Sat, 23 Jul 2011 15:37:12 -0500 ttf-staypuft (0.04-5) unstable; urgency=low * Bumped Standarts-Version(3.9.2), compat(8) and debhelper(8) * Removed defoma from Build-Depends and Depends. Closes: #635072 * Added fontconfig to Build-Depends and Depends. * Switch to DEP5 copyright format and dh scripts. * Removed the first word "The" from description and Recommends field. -- Edgar Antonio Palma de la Cruz Fri, 22 Jul 2011 16:49:56 -0500 ttf-staypuft (0.04-4) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * Bumped Standarts-Version(3.9.1), compat(7) and debhelper(7) * Removed debian/postinst (fc-cache no needed any more). -- Edgar Antonio Palma de la Cruz Sat, 06 Nov 2010 12:31:42 -0600 ttf-staypuft (0.04-3) unstable; urgency=low * New maintainer. Closes: #521501 * Acknowledged changes from NMU (Closes: #443022). * Bump Standarts-Version to 3.8.3 * Bump compat and debhelper to 5, also defoma to 0.11.10 Closes: #454082 * Change Builds-Depends-Indep to Build-Depends, no need for it. * Set in Section fonts instance of x11. * Add a copyright notice. * Add -e parameter on script header (postinst). -- Tony Palma Mon, 07 Sep 2009 02:30:15 -0500 ttf-staypuft (0.04-2.1) unstable; urgency=low * Non-maintainer upload to fix RC bug. * Add extension .ff to the script ConvertFont name, adapting it to the new fontforge version. (Closes: #443022) -- Ana Beatriz Guerrero Lopez Sat, 29 Sep 2007 18:02:33 +0200 ttf-staypuft (0.04-2) unstable; urgency=low * Added execution permissions to ConvertFont so it works with pbuilder. -- Carlos Perelló Marín Tue, 10 Aug 2004 22:31:50 +0100 ttf-staypuft (0.04-1) unstable; urgency=low * Initial release. (Closes: #243414) * Debian package based on the ttf-isabella package. -- Carlos Perelló Marín Sun, 13 Jun 2004 17:02:02 +0200 debian/rules0000755000000000000000000000024511612377027010255 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_clean: rm -f StayPuft.ttf dh_auto_clean override_dh_auto_build: debian/ConvertFont.ff StayPuft.sfd dh_auto_build debian/install0000644000000000000000000000005411612373071010557 0ustar *.ttf usr/share/fonts/truetype/ttf-staypuft debian/maintscript0000644000000000000000000000007111716207740011451 0ustar rm_conffile /etc/defoma/hints/ttf-staypuft.hints 0.0.4-6 debian/watch0000644000000000000000000000010711612404303010207 0ustar version=3 http://www.thibault.org/fonts/staypuft/StayPuft(.*)\.tar\.gz debian/ConvertFont.ff0000755000000000000000000000056611612376071011770 0ustar #!/usr/bin/fontforge # $Id: ConvertFont,v 1.1 2002/12/18 17:36:36 peterlin Exp $ # # Convert fonts from PfaEdit's native format to TrueType format if ($argc > 1) i = 1; while ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Generate(ttfile) Close() i++ endloop else Print("Usage: $0 font.sfd [font.sfd ...]") endif debian/ttf-staypuft.bug-presubj0000644000000000000000000000147211465320273014016 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/compat0000644000000000000000000000000211612364704010370 0ustar 8 debian/README.Debian0000644000000000000000000000266111465320273011237 0ustar The StayPuft font for Debian ---------------------------- The StayPuft TrueType font has been designed by John Stracke and released under the LGPL license. Please see the copyright file for licensing details. The font is automatically available through fontconfig (if it is installed) to all fontconfig aware applications (e.g. GNOME 2.2, KDE 3.1, Mozilla when using the mozilla-xft package). If you wish to use the font in generic X11 applications you will have to install x-ttcidfont-conf and follow the instructions given there. When reporting bugs in the font (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, - 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 font 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). Further details can also be found on the StayPuft homepage at 'http://www.thibault.org/fonts/staypuft/'. -- Carlos Perelló Marín , 13 Jun 2004 debian/source/0000755000000000000000000000000011612411516010464 5ustar debian/source/format0000644000000000000000000000001411465320273011677 0ustar 3.0 (quilt) debian/control0000644000000000000000000000156711716207774010616 0ustar Source: ttf-staypuft Section: fonts Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Edgar Antonio Palma de la Cruz Build-Depends: debhelper (>= 8.1.0~), fontforge, fontconfig Standards-Version: 3.9.2 Homepage: http://www.thibault.org/fonts/staypuft/ Package: ttf-staypuft Architecture: all Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, fontconfig Description: Stay-Puft free TrueType font Stay-Puft is a font developed freehand, with minimal splines. It's all rounded and a sort of marshmallowy, so the author thought on it as the Stay-Puft Marshmallow Font (see Ghostbusters if you don't get it). The outcome looks sort of like Comic Sans MS. It's kind of cute, and might be good for frivolous stuff such as birthday cards. . It covers only languages using latin1 (ISO-8859-1). debian/dirs0000644000000000000000000000003111465320273010047 0ustar usr/share/fonts/truetype debian/copyright0000644000000000000000000000232011612407243011116 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: StayPuft-ttf Upstream-Contact: John Stracke Source: http://www.thibault.org/fonts/staypuft/ Files: * Copyright: (c) 2003 by John Stracke License: LGPL-2+ Files: debian/* Copyright: 2004 Carlos Perelló Marín License: LGPL-2+ License: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library 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 Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; 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 Library General Public License can be found in /usr/share/common-licenses/LGPL-2 file. debian/ttf-staypuft.bug-script0000755000000000000000000000006711465320273013652 0ustar #!/bin/sh dpkg -l libfreetype6 libxft2 fontconfig >&3