debian/0000755000000000000000000000000011716202124007162 5ustar debian/changelog0000644000000000000000000000352711716202122011041 0ustar ttf-goudybookletter (2010.07.03-1ubuntu1) 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 12:38:41 +0000 ttf-goudybookletter (2010.07.03-1) unstable; urgency=low * Team upload. * New upstream version (LP: #718803) * Drop defoma stuff, since it is obsolete * Switch to dh instead of long-style debhelper * Switch to dpkg-source v3.0 format * Update the Homepage * Add a watch file to check for new versions * Font packages don't have ELF binaries, remove ${shlibs:Depends} * Put the fontforge scripts for building in the right dir * Use "Copyright" instead of "(C)" since the later isn't legally valid * Move to "new" fonts section * Bump Standards-Version, now in compliance -- Paul Wise Wed, 20 Jul 2011 18:04:04 +0200 ttf-goudybookletter (0.1-2.1) unstable; urgency=low * Non-maintainer upload * debian/control: - Add Depends on defoma (Closes: #502707) * debian/defoma-hints: - Change /usr/share/fonts/truetype/ttf-goudybookletter to /usr/share/fonts/truetype/goudybookletter as the fonts are actually installed there. (Closes: #491486) -- Andrew Starr-Bochicchio Mon, 27 Oct 2008 19:28:15 -0400 ttf-goudybookletter (0.1-2) unstable; urgency=low * Remove dynamic defoma hints generation. (Closes: #483326) -- Gürkan Sengün Wed, 04 Jun 2008 07:50:28 +0200 ttf-goudybookletter (0.1-1) unstable; urgency=low * Initial release. (Closes: #462062) -- Gürkan Sengün Wed, 23 Apr 2008 09:42:55 +0200 debian/rules0000755000000000000000000000135311611572365010257 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf --with python2 F=GoudyBookletter1911 override_dh_auto_build: dh_auto_build fontforge debian/scripts/sfd2condensed.ff $(F).sfd fontforge debian/scripts/sfd2italic.ff $(F).sfd fontforge debian/scripts/sfd2bold.ff $(F).sfd fontforge debian/scripts/sfd2light.ff $(F).sfd fontforge debian/scripts/sfd2condensed.ff $(F)Bold.sfd fontforge debian/scripts/sfd2condensed.ff $(F)Italic.sfd fontforge debian/scripts/sfd2condensed.ff $(F)Light.sfd fontforge debian/scripts/sfd2ttf.ff $(F)Bold.sfd $(F)Italic.sfd $(F)Light.sfd fontforge debian/scripts/sfd2otf.ff $(F)Bold.sfd $(F)Italic.sfd $(F)Light.sfd override_dh_auto_clean: cp ChangeLog ChangeLog.bak dh_auto_clean mv ChangeLog.bak ChangeLog debian/install0000644000000000000000000000022411611570104010551 0ustar *Bold*.* usr/share/fonts/sortsmill *Light*.* usr/share/fonts/sortsmill *Italic*.* usr/share/fonts/sortsmill *Condensed*.* usr/share/fonts/sortsmill debian/maintscript0000644000000000000000000000007611716202060011444 0ustar rm_conffile /etc/defoma/hints/ttf-goudybookletter.hints 0.1-3 debian/watch0000644000000000000000000000023111611553507010217 0ustar version=3 opts=downloadurlmangle=s_^http://code.google.com//_http://_ http://code.google.com/p/sortsmill/downloads/list?can=1 .*gb1911-([\d\.]+).tar.bz2 debian/clean0000644000000000000000000000005411611566477010210 0ustar *Bold*.* *Light*.* *Italic*.* *Condensed*.* debian/compat0000644000000000000000000000000211611547774010401 0ustar 7 debian/source/0000755000000000000000000000000011611546317010473 5ustar debian/source/format0000644000000000000000000000001411611546317011701 0ustar 3.0 (quilt) debian/control0000644000000000000000000000173611716202120010570 0ustar Source: ttf-goudybookletter Section: fonts Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Gürkan Sengün Uploaders: Debian Fonts Task Force Build-Depends: debhelper (>= 8.1.0~), dh-autoreconf, fontforge-nox | fontforge, python (>= 2.6), sortsmill-tools Homepage: http://crudfactory.com/font/show/gb1911 Standards-Version: 3.9.2 Package: ttf-goudybookletter Architecture: all Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends} Description: Old style roman font Based on the roman of Frederic Goudy's Kennerley Old Style (designed and cut in 1911 for a limited edition of "The Door in the Wall and Other Stories" by H G Wells, published by Mitchell Kennerley). The companion italic is a future project. . The letters, though not condensed, may seem to fit together like pieces of a jigsaw puzzle, giving text an unusually solid appearance. debian/copyright0000644000000000000000000000144311611554121011120 0ustar This package was debianized by Gürkan Sengün on Wed, 23 Apr 2008 09:42:55 +0200. It was downloaded from: http://code.google.com/p/sortsmill/downloads/list?can=1 Upstream Author: Barry Schwartz Copyright: Copyright 2007-2008 Barry Schwartz License: This font has been released into the public domain by its author, Barry Schwartz. This applies worldwide. In some countries this may not be legally possible; if so: Barry Schwartz grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. The Debian packaging is Copyright 2008, Gürkan Sengün and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/scripts/0000755000000000000000000000000011611546373010664 5ustar debian/scripts/sfd2bold.ff0000644000000000000000000000057111611530276012676 0ustar #!/usr/bin/fontforge if ($argc > 1) Open($argv[1]) ttfile = $fontname + "Bold" Print("Making ",ttfile) SetFontNames(ttfile,ttfile,$fontname+" Bold","Bold") SelectAll() if ($argc > 2) ExpandStroke($2,0,0,0,5) else ExpandStroke(40,0,0,0,5) endif Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [width, default 40]") endif debian/scripts/sfd2ttf.ff0000644000000000000000000000037511611530276012555 0ustar #!/usr/bin/fontforge if ($argc > 1) i = 1; while ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Generate(ttfile,"ttf") Close() i++ endloop else Print("Usage: $0 font.sfd [font.sfd ...]") endif debian/scripts/sfd2light.ff0000644000000000000000000000057411611530276013070 0ustar #!/usr/bin/fontforge if ($argc > 1) Open($argv[1]) ttfile = $fontname + "Light" Print("Making ",ttfile) SetFontNames(ttfile,ttfile,$fontname+" Light","Light") SelectAll() if ($argc > 2) ExpandStroke($2,0,0,0,6) else ExpandStroke(40,0,0,0,6) endif Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [width, default 40]") endif debian/scripts/sfd2italic.ff0000644000000000000000000000054611611530276013225 0ustar #!/usr/bin/fontforge if ($argc > 1) Open($argv[1]) ttfile = $fontname + "Italic" Print("Making ",ttfile) SetFontNames(ttfile,ttfile,$fontname+" Italic","Italic") SelectAll() if ($argc > 2) Skew($2) else Skew(10) endif Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [italic angle, default 10]") endif debian/scripts/sfd2condensed.ff0000644000000000000000000000056611611530276013724 0ustar #!/usr/bin/fontforge if ($argc > 1) Open($argv[1]) ttfile = $fontname + "Condensed" Print("Making ",ttfile) SetFontNames(ttfile,ttfile,$fontname+" Condensed","Condensed") SelectAll() if ($argc > 2) Scale($2,100) else Scale(80,100) endif Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [condense, default 80%]") endif debian/scripts/sfd2otf.ff0000644000000000000000000000037511611530276012550 0ustar #!/usr/bin/fontforge if ($argc > 1) i = 1; while ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".otf" Print("Converting ",ttfile) Generate(ttfile,"otf") Close() i++ endloop else Print("Usage: $0 font.sfd [font.sfd ...]") endif