ttf-atarismall (2.1-3.1) debian-dir only changes

Summary

 debian/changelog              |   47 ++++++++++++++++++++++++++++++++
 debian/compat                 |    1 
 debian/control                |   18 ++++++++++++
 debian/copyright              |   34 +++++++++++++++++++++++
 debian/defoma-hints           |   61 ++++++++++++++++++++++++++++++++++++++++++
 debian/dirs                   |    1 
 debian/rules                  |   45 ++++++++++++++++++++++++++++++
 debian/scripts/ConvertFont.ff |   14 +++++++++
 8 files changed, 221 insertions(+)

    
download this patch

Patch contents

--- ttf-atarismall-2.1.orig/debian/defoma-hints
+++ ttf-atarismall-2.1/debian/defoma-hints
@@ -0,0 +1,61 @@
+category truetype
+begin /usr/share/fonts/truetype/ttf-atarismall/AtariSmall.ttf
+  Family = Atari
+  FontName = Atari-Small
+  Encoding = Unicode
+  Location = English
+  Charset = ISO8859-1
+  GeneralFamily = Roman
+  Weight = Medium
+  Width = Variable
+  Shape = Normal Upright
+  Priority = 20
+end
+begin /usr/share/fonts/truetype/ttf-atarismall/AtariSmallBold.ttf
+  Family = AtariSmallBold
+  FontName = AtariSmallBold-Bold
+  Encoding = Unicode
+  Location = English
+  Charset = ISO8859-1
+  GeneralFamily = Roman
+  Weight = Bold
+  Width = Variable
+  Shape = Normal Upright
+  Priority = 20
+end
+begin /usr/share/fonts/truetype/ttf-atarismall/AtariSmallCondensed.ttf
+  Family = AtariSmallCondensed
+  FontName = AtariSmallCondensed-Condensed
+  Encoding = Unicode
+  Location = English
+  Charset = ISO8859-1
+  GeneralFamily = Roman
+  Weight = Medium
+  Width = Variable
+  Shape = Upright Condensed
+  Priority = 20
+end
+begin /usr/share/fonts/truetype/ttf-atarismall/AtariSmallItalic.ttf
+  Family = AtariSmallItalic
+  FontName = AtariSmallItalic-Italic
+  Encoding = Unicode
+  Location = English
+  Charset = ISO8859-1
+  GeneralFamily = Roman
+  Weight = Medium
+  Width = Variable
+  Shape = Normal Italic
+  Priority = 20
+end
+begin /usr/share/fonts/truetype/ttf-atarismall/AtariSmallLight.ttf
+  Family = AtariSmallLight
+  FontName = AtariSmallLight-Light
+  Encoding = Unicode
+  Location = English
+  Charset = ISO8859-1
+  GeneralFamily = Roman
+  Weight = Light
+  Width = Variable
+  Shape = Normal Upright
+  Priority = 20
+end
--- ttf-atarismall-2.1.orig/debian/dirs
+++ ttf-atarismall-2.1/debian/dirs
@@ -0,0 +1 @@
+usr/share/fonts/truetype/ttf-atarismall
--- ttf-atarismall-2.1.orig/debian/changelog
+++ ttf-atarismall-2.1/debian/changelog
@@ -0,0 +1,47 @@
+ttf-atarismall (2.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * debian/control:
+   - Add Depends on defoma (Closes: #502707)
+
+ -- Andrew Starr-Bochicchio <a.starr.b@gmail.com>  Mon, 27 Oct 2008 20:41:55 -0400
+
+ttf-atarismall (2.1-3) unstable; urgency=low
+
+  * Updated my email address.
+  * Updated homepage.
+  * Added font team to uploaders.
+
+ -- Gürkan Sengün <gurkan@phys.ethz.ch>  Fri, 04 Jul 2008 12:33:17 +0200
+
+ttf-atarismall (2.1-2) unstable; urgency=low
+
+  * Add bold, light, italic and condensed typefaces.
+  * debian/defoma-hints: Updated.
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Fri, 23 Nov 2007 15:44:55 +0100
+
+ttf-atarismall (2.1-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sat, 27 Oct 2007 10:10:25 +0200
+
+ttf-atarismall (2.0-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Thu, 04 Oct 2007 09:19:30 +0200
+
+ttf-atarismall (1.0-2) unstable; urgency=low
+
+  * Add missing build-depends, thank you Cyril Brulebois
+    for the patch. (Closes: #441665)
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Thu, 13 Sep 2007 11:18:45 +0200
+
+ttf-atarismall (1.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #435193)
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Tue, 31 Jul 2007 09:18:56 +0200
--- ttf-atarismall-2.1.orig/debian/compat
+++ ttf-atarismall-2.1/debian/compat
@@ -0,0 +1 @@
+5
--- ttf-atarismall-2.1.orig/debian/control
+++ ttf-atarismall-2.1/debian/control
@@ -0,0 +1,18 @@
+Source: ttf-atarismall
+Section: x11
+Priority: optional
+Maintainer: Gürkan Sengün <gurkan@phys.ethz.ch>
+Uploaders: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5), fontforge, defoma
+Homepage: http://gnu.ethz.ch/linuks.mine.nu/atari/
+Standards-Version: 3.8.0
+
+Package: ttf-atarismall
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, defoma
+Description: Very small 4 x 8 font
+ This is named atari small because it was designed for a terminal emulator
+ written for an Atari 800. It only had a 320 pixel wide display, but an 80
+ column terminal was wanted, hence there is this font. This is somewhat
+ cleaned up from the original version. It has only a one pixel descent to
+ maximize pixels available to the main body of each character.
--- ttf-atarismall-2.1.orig/debian/rules
+++ ttf-atarismall-2.1/debian/rules
@@ -0,0 +1,45 @@
+#!/usr/bin/make -f
+
+build:
+	fontforge sfd2bold.ff atari-small.sfd
+	fontforge sfd2condensed.ff atari-small.sfd
+	fontforge sfd2italic.ff atari-small.sfd
+	fontforge sfd2light.ff atari-small.sfd
+	fontforge debian/scripts/ConvertFont.ff atari-small.sfd
+	fontforge debian/scripts/ConvertFont.ff AtariSmallLight.sfd
+	fontforge debian/scripts/ConvertFont.ff AtariSmallBold.sfd
+	fontforge debian/scripts/ConvertFont.ff AtariSmallItalic.sfd
+	fontforge debian/scripts/ConvertFont.ff AtariSmallCondensed.sfd
+#	defoma-hints -c --no-question truetype *.ttf > debian/defoma-hints
+#	sed -i s,/path/to,/usr/share/fonts/truetype/ttf-atarismall,g debian/defoma-hints
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f *.ttf Atari*
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_install *.ttf usr/share/fonts/truetype/ttf-atarismall
+
+binary-arch:
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installdefoma
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+
+.PHONY: clean install binary-arch binary-indep binary
--- ttf-atarismall-2.1.orig/debian/copyright
+++ ttf-atarismall-2.1/debian/copyright
@@ -0,0 +1,34 @@
+This package was debianized by Gürkan Sengün <gurkan@phys.ethz.ch> on
+Tue, 31 Jul 2007 09:18:56 +0200.
+
+It was downloaded from http://gnu.ethz.ch/linuks.mine.nu/atari/
+                       http://hea-www.harvard.edu/~fine/Tech/x11fonts.html
+
+Upstream Authors:
+
+    Tom Fine <fine@head.cfa.harvard.edu>
+    Gürkan Sengün <gurkan@phys.ethz.ch>
+
+Copyright: 
+
+    Copyright (C) 1999 Thomas A. Fine
+    Copyright (C) 2007 Gürkan Sengün
+
+License:
+
+    Theses fonts are available for free, to use as you please.
+    The minimal license is included in the header of each font.
+
+    License to copy, modify, and distribute for both commercial and
+    non-commercial use is herby granted, provided this notice
+    is preserved.
+
+    Produced with bdfedit, a tcl/tk font editing program
+    written by Thomas A. Fine
+
+    The Atari.sfd is a fontforge native font created by Gurkan Sengun.
+    Released under the same license as the original font, and extended
+    with the latin1 charset.
+
+The Debian packaging is (C) 2007, Gürkan Sengün <gurkan@phys.ethz.ch> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- ttf-atarismall-2.1.orig/debian/scripts/ConvertFont.ff
+++ ttf-atarismall-2.1/debian/scripts/ConvertFont.ff
@@ -0,0 +1,14 @@
+#!/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