--- mknfonts.tool-0.5.orig/debian/docs
+++ mknfonts.tool-0.5/debian/docs
@@ -0,0 +1 @@
+nfont_packages.txt
--- mknfonts.tool-0.5.orig/debian/mknfonts.1
+++ mknfonts.tool-0.5/debian/mknfonts.1
@@ -0,0 +1,26 @@
+.TH MKNFONTS 1 "March 12, 2004"
+.SH NAME
+mknfonts \- create nfont packages
+.SH SYNOPSIS
+.B mknfonts
+.RI [ options ] " files" ...
+.SH DESCRIPTION
+This manual page documents briefly the
+.B mknfonts
+command.
+This manual page was written for the Debian distribution
+because the original program does not have a manual page.
+.PP
+\fBmknfonts\fP doesn't completely automate the process of creating nfont-packages, but it can do most of the bulk work for you. Just put a bunch of fonts (.ttf, .pfa, .pfb, .afm, ...; most formats that freetype can handle and provide postscript names for) in an empty directory and run:
+.TP
+mknfonts *
+.TP
+You'll get a bunch of packages ready to be moved to .../Library/Fonts/. For best results, you'll want to review the packages. Most traits/weights (besides the really standard ones) won't be handled automatically, so you'll have to add or tweak them manually if you want GNUstep to know about them.
+.SH OPTIONS
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+.SH SEE ALSO
+.BR GNUstep (7).
+.SH AUTHOR
+This manual page was written by G\[:u]rkan Seng\[:u]n <gurkan@linuks.mine.nu>,
+for the Debian project (but may be used by others).
--- mknfonts.tool-0.5.orig/debian/copyright
+++ mknfonts.tool-0.5/debian/copyright
@@ -0,0 +1,28 @@
+This package was debianized by Gürkan Sengün <gurkan@linuks.mine.nu> on
+Fri, 12 Mar 2004 18:00:35 +0100.
+
+It was downloaded from http://wiki.gnustep.org/index.php/nfont%20packages
+
+Upstream Author: Alexander Malmberg <alexander@malmberg.org>
+
+License:
+
+   Copyright (C) 2002 Alexander Malmberg
+
+   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; see the file COPYING.LIB.
+   If not, write to the Free Software Foundation, Inc.,
+   51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian GNU/Linux systems, the complete text of the GNU Library General
+Public License 2 can be found in `/usr/share/common-licenses/LGPL-2'.
--- mknfonts.tool-0.5.orig/debian/changelog
+++ mknfonts.tool-0.5/debian/changelog
@@ -0,0 +1,106 @@
+mknfonts.tool (0.5-11) unstable; urgency=low
+
+  * debian/control (Standards-Version): Compliant with 3.8.4 (no changes
+    needed).
+  * debian/rules (OPTFLAG): No longer define; rework noopt handling to be
+    compatible with gnustep-make/2.4.x (Closes: #581962).
+  * debian/source/format: New file.
+  * debian/watch: Found it on ftp.gnustep.org; use that just in case.
+
+ -- Yavor Doganov <yavor@gnu.org>  Sun, 30 May 2010 17:52:13 +0300
+
+mknfonts.tool (0.5-10) unstable; urgency=low
+
+  * debian/control (Maintainer): Adopt package; set to the GNUstep team
+    (Closes: #454446).
+    (Uploaders, Vcs-Arch): New fields.
+    (Build-Depends): Drop gnustep-make.  Bump debhelper.  Remove version
+    from libgnustep-base-dev.
+    (Section): Change to `gnustep'.
+    (Standards-Version): Set to 3.8.3 (no changes needed).
+    (Provides, Replaces, Conflicts): Remove.
+  * debian/compat: Set to 7.
+  * debian/rules: Use $(MAKE) instead of gs_make.
+    (LDFLAGS, OPTFLAG): Define.
+    (build-stamp): Pass messages=yes, OPTFLAG and LDFLAGS to make.
+    (install): Replace dh_clean -k with dh_prep.  Don't invoke
+    dh_installdirs.
+  * debian/dirs: Delete.
+  * mknfonts.m (main): Don't delete the original font files; has a
+    devastating effect on the system when used as root with packaged font
+    files as arguments.
+    (-[FaceInfo collectFaceInfo]): Use GSPrintf instead of fprintf.
+  * GNUmakefile (ADDITIONAL_LDFLAGS): Rename as...
+    (ADDITIONAL_TOOL_LIBS): ...to make --as-needed trim zlib as well.
+  * debian/watch: New file (a stub).
+
+ -- Yavor Doganov <yavor@gnu.org>  Thu, 03 Dec 2009 16:35:39 +0200
+
+mknfonts.tool (0.5-9) unstable; urgency=medium
+
+  * QA upload.
+  * Fix bashism in /bin/sh script (Closes: #480608)
+  * Migrate to Debhelper 5.
+  * Tidy debian/rules.
+  * debian/control:
+    - Bump Standards-Version to 3.8.0
+    - Add ${misc:Depends} on binary package 
+    - Tidy long description
+
+ -- Chris Lamb <chris@chris-lamb.co.uk>  Sat, 07 Jun 2008 22:51:10 +0100
+
+mknfonts.tool (0.5-8) unstable; urgency=low
+
+  * Orphaning package, setting maintainer to the Debian QA Group.
+
+ -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Fri, 07 Dec 2007 02:25:57 +0100
+
+mknfonts.tool (0.5-7) unstable; urgency=low
+
+  * GNUstep transition.
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Fri, 05 Oct 2007 00:04:33 +0200
+
+mknfonts.tool (0.5-6) unstable; urgency=low
+
+  * Rebuild against latest libgnustep-base-dev.
+  * Bump standards version.
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sat, 16 Sep 2006 12:17:31 +0200
+
+mknfonts.tool (0.5-5) unstable; urgency=low
+
+  * Rebuild against latest libgnustep-base. (Closes: #350079)
+  * Update manual page, and move it to section 1.
+  * Bump standards version.
+  * Update update-nfonts.
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon, 23 Jan 2006 12:33:22 +0100
+
+mknfonts.tool (0.5-4) unstable; urgency=low
+
+  * Fixed a bug in update-nfonts (catch the last n<14 fonts).
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Wed,  8 Dec 2004 00:23:44 +0100
+
+mknfonts.tool (0.5-3) unstable; urgency=low
+
+  * Added update-nfonts script.
+  * Renamed source package to mknfonts.tool.
+  * Fixed debian/copyright.
+  * Updated debian/control build-depends for GNUstep.
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Thu, 26 Aug 2004 00:34:45 +0200
+
+mknfonts (0.5-2) unstable; urgency=low
+
+  * Renamed binary package to mknfonts.tool
+  * Updated for latest gnustep
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Fri, 30 Jul 2004 00:09:31 +0200
+
+mknfonts (0.5-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Fri, 12 Mar 2004 18:00:35 +0100
--- mknfonts.tool-0.5.orig/debian/compat
+++ mknfonts.tool-0.5/debian/compat
@@ -0,0 +1 @@
+7
--- mknfonts.tool-0.5.orig/debian/watch
+++ mknfonts.tool-0.5/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=pasv \
+ftp://ftp.gnustep.org/pub/gnustep/dev-apps/mknfonts-(.*)\.tar\.gz
--- mknfonts.tool-0.5.orig/debian/rules
+++ mknfonts.tool-0.5/debian/rules
@@ -0,0 +1,54 @@
+#!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/GNUstep/debian/config.mk
+
+export GNUSTEP_MAKEFILES := $(GS_MAKE_DIR)
+
+LDFLAGS := -Wl,-z,defs -Wl,--as-needed
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+optim := debug=yes
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE) $(optim) messages=yes LDFLAGS="$(LDFLAGS)"
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	$(MAKE) distclean
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/mknfonts.tool \
+	  GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
+	cp update-nfonts $(CURDIR)/debian/mknfonts.tool/usr/bin
+
+binary-indep:
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installman
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- mknfonts.tool-0.5.orig/debian/control
+++ mknfonts.tool-0.5/debian/control
@@ -0,0 +1,21 @@
+Source: mknfonts.tool
+Section: gnustep
+Priority: optional
+Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
+Uploaders: Yavor Doganov <yavor@gnu.org>
+Build-Depends: debhelper (>= 7),
+	       libgnustep-base-dev,
+	       libfreetype6-dev
+Standards-Version: 3.8.4
+Vcs-Arch: http://arch.debian.org/arch/pkg-gnustep/gnustep/mknfonts-tool--debian--1.0
+
+Package: mknfonts.tool
+Architecture: any
+Depends: ${shlibs:Depends},
+	 ${misc:Depends}
+Description: Create nfont packages for GNUstep
+ This doesn't completely automate the process of creating nfont-packages,
+ but it can do most of the bulk work for you.
+ .
+ This works with .ttf, .pfa, .pfb, .afm, most formats that freetype can handle
+ and provide postscript names for.
--- mknfonts.tool-0.5.orig/debian/update-nfonts.1
+++ mknfonts.tool-0.5/debian/update-nfonts.1
@@ -0,0 +1,18 @@
+.TH UPDATE-NFONTS 1 "November 25, 2004"
+.SH NAME
+update-nfonts \- create nfonts from the systemfonts using symlinks
+.SH SYNOPSIS
+.B update-nfonts
+.SH DESCRIPTION
+This manual page documents briefly the
+.B update-nfonts
+command.
+This manual page was written for the Debian distribution
+because the original program does not have a manual page.
+.PP
+\fBupdate-nfonts\fP is a wrapper script around mknfonts.
+.SH SEE ALSO
+.BR GNUstep (7).
+.SH AUTHOR
+This manual page was written by G\[:u]rkan Seng\[:u]n <gurkan@linuks.mine.nu>,
+for the Debian project (but may be used by others).
--- mknfonts.tool-0.5.orig/debian/manpages
+++ mknfonts.tool-0.5/debian/manpages
@@ -0,0 +1,2 @@
+debian/mknfonts.1
+debian/update-nfonts.1
--- mknfonts.tool-0.5.orig/debian/source/format
+++ mknfonts.tool-0.5/debian/source/format
@@ -0,0 +1 @@
+1.0
