--- fntsample-3.2.orig/debian/rules
+++ fntsample-3.2/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+build clean install binary-indep binary-arch binary:
+	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-silent-rules
+
+.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: override_dh_auto_configure
--- fntsample-3.2.orig/debian/compat
+++ fntsample-3.2/debian/compat
@@ -0,0 +1 @@
+7
--- fntsample-3.2.orig/debian/watch
+++ fntsample-3.2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/fntsample/fntsample-(.+)\.tar\.gz
--- fntsample-3.2.orig/debian/control
+++ fntsample-3.2/debian/control
@@ -0,0 +1,21 @@
+Source: fntsample
+Section: text
+Priority: optional
+Maintainer: Євгеній Мещеряков <eugen@debian.org>
+Build-Depends: debhelper (>= 7.0.50), gawk, libcairo2-dev, unicode-data, libglib2.0-dev,
+  pkg-config, libfreetype6-dev, libpango1.0-dev (>= 1.16), gettext
+Standards-Version: 3.9.1
+Vcs-Git: git://git.debian.org/git/collab-maint/fntsample.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/fntsample.git
+Homepage: http://fntsample.sourceforge.net/
+
+Package: fntsample
+Architecture: any
+Depends: libpdf-api2-perl, libintl-perl, ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
+Description: program for making font samples
+ A program for making font samples that show Unicode coverage of the font
+ and are similar in appearance to Unicode charts. Samples can be saved as
+ PDF or PostScript files.
+ .
+ This package also contains script called 'pdfoutline', that can be used to
+ add outlines (aka bookmarks) to generated PDF files.
--- fntsample-3.2.orig/debian/copyright
+++ fntsample-3.2/debian/copyright
@@ -0,0 +1,30 @@
+This package was debianized by Eugeniy Meshcheryakov <eugen@debian.org> on
+Sat, 20 Jan 2007 21:37:56 +0100.
+
+It was downloaded from http://sourceforge.net/projects/fntsample/
+
+Upstream Author: Eugeniy Meshcheryakov <eugen@debian.org>
+
+Copyright:
+            2007-2010, Eugeniy Meshcheryakov <eugen@debian.org>
+
+License:
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program 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 General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General Public
+License, version 3, can be found in /usr/share/common-licenses/GPL-3.
+
+The Debian packaging is © 2007-2010, Eugeniy Meshcheryakov <eugen@debian.org> and
+is licensed under the GPL, see above.
--- fntsample-3.2.orig/debian/changelog
+++ fntsample-3.2/debian/changelog
@@ -0,0 +1,113 @@
+fntsample (3.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Add Homepage field to debian/control
+  * Update debian/copyright
+  * Standards-Version 3.9.1 - no changes required
+
+ -- Євгеній Мещеряков <eugen@debian.org>  Thu, 05 Aug 2010 16:53:03 +0200
+
+fntsample (3.1-1) unstable; urgency=low
+
+  * New upstream release
+    - link with libm, fixes ftbfs with gold linker (closes: #554402)
+  * Add --disable-silent-rules to configure flags, and remove most others
+  * Remove definitions of DEB_*_GNU_TYPE from debian/rules, dh does not need
+    them
+  * Update copyright years
+
+ -- Євгеній Мещеряков <eugen@debian.org>  Thu, 05 Nov 2009 20:59:13 +0100
+
+fntsample (3.0-5) unstable; urgency=low
+
+  * Rebuild with unicode-data 5.2.0-1
+  * Standards-Version 3.8.3 — no changes required
+  * Use sf-redirector in watch file 
+
+ -- Євгеній Мещеряков <eugen@debian.org>  Tue, 13 Oct 2009 21:06:13 +0200
+
+fntsample (3.0-4) unstable; urgency=low
+
+  * Add Vcs-{Git,Browser} fields into debian/control
+  * Simplify debian/rules using debhelper's overrides
+  * Override lintian warning debian-watch-file-should-use-sf-redirector
+  * Use © in debian/copyright to please lintian
+  * Standards-Version 3.8.1 — no changes required
+
+ -- Євгеній Мещеряков <eugen@debian.org>  Fri, 20 Mar 2009 22:54:25 +0100
+
+fntsample (3.0-3) unstable; urgency=low
+
+  * Update license in debian/copyright (GPLv3)
+
+ -- Євгеній Мещеряков <eugen@debian.org>  Mon, 26 Jan 2009 15:48:33 +0100
+
+fntsample (3.0-2) unstable; urgency=low
+
+  * Depend on libintl-perl
+
+ -- Євгеній Мещеряков <eugen@debian.org>  Thu, 23 Oct 2008 10:46:20 +0200
+
+fntsample (3.0-1) unstable; urgency=low
+
+  * New upstream release
+    - adds font scaling (closes: #485853)
+  * Add debian/watch
+  * Standards-version 3.8.0 - no changes required
+  * Build-depend on gettext
+  * Use debhelper 7 and simplify debian/rules
+
+ -- Євгеній Мещеряков <eugen@debian.org>  Wed, 22 Oct 2008 17:46:49 +0200
+
+fntsample (2.8-1) unstable; urgency=low
+
+  * New upstream release
+    - can be built with current unicode-data
+  * Standards-version 3.7.3 - no changes required
+
+ -- Євгеній Мещеряков <eugen@debian.org>  Thu, 24 Apr 2008 11:32:19 +0200
+
+fntsample (2.7-1) unstable; urgency=low
+
+  * New upstream release
+  * Build-depend on libpango1.0-dev (>= 1.16)
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org>  Tue, 28 Aug 2007 13:40:56 +0200
+
+fntsample (2.6-1) unstable; urgency=low
+
+  * New upstream release
+  * Build-depend on libpango1.0-dev
+  * Do not ignore "make clean" error, thanks lintian
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org>  Fri, 29 Jun 2007 00:08:01 +0200
+
+fntsample (2.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org>  Sun, 15 Apr 2007 00:55:25 +0200
+
+fntsample (2.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Add libpdf-api2-perl and ${perl:Depends} to dependencies for 'pdfoutline'
+    script
+  * Add dh_perl to debian/rules
+  * Add information about pdfoutline to package description
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org>  Wed, 14 Mar 2007 20:11:55 +0100
+
+fntsample (2.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Install upstream changelog too
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org>  Sun,  4 Mar 2007 20:56:02 +0100
+
+fntsample (2-1) unstable; urgency=low
+
+  * Initial release (Closes: #407592)
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 20 Jan 2007 21:53:27 +0100
+
