--- ttf-summersby-1.007.orig/debian/control
+++ ttf-summersby-1.007/debian/control
@@ -0,0 +1,17 @@
+Source: ttf-summersby
+Section: x11
+Priority: optional
+Maintainer: Mauro Lizaur <lavaramano@gmail.com>
+Build-Depends: debhelper (>= 5.0.59)
+Build-Depends-Indep: defoma (>= 0.7.0)
+Standards-Version: 3.7.3
+
+Package: ttf-summersby
+Architecture: all
+Depends: defoma
+Recommends: x-ttcidfont-conf | fontconfig
+Description: Free TrueType typeface font
+ Summersby is a free TrueType typeface (font) with partial Unicode support
+ including most West European and Cyrillic languages.
+ .
+ The main goal is on-screen legibility and support for certain languages.
--- ttf-summersby-1.007.orig/debian/postinst
+++ ttf-summersby-1.007/debian/postinst
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+#DEBHELPER#
+
+if [ "$1" = configure -a -x /usr/bin/fc-cache ]; then
+	echo -n "Regenerating fonts cache... "
+	HOME=/root fc-cache -f -v 1>/var/log/fontconfig.log 2>&1 || \
+	(echo "failed; see /var/log/fontconfig.log for more information."; \
+	 exit 1)
+	echo "done."
+fi
--- ttf-summersby-1.007.orig/debian/copyright
+++ ttf-summersby-1.007/debian/copyright
@@ -0,0 +1,11 @@
+This package was debianized by Gürkan Sengün <gurkan@linuks.mine.nu>
+on Sat, 28 Aug 2004.
+
+It was downloaded from http://dreamer.nitro.dk/typography/my-typeface.html
+
+Upstream Author: Sergej <zooey@pisem.net>
+
+Copyright (C) Sergey
+
+Released under the GNU GPL.
+Please see /usr/share/common-licenses/GPL for the full license.
--- ttf-summersby-1.007.orig/debian/docs
+++ ttf-summersby-1.007/debian/docs
@@ -0,0 +1 @@
+README
--- ttf-summersby-1.007.orig/debian/compat
+++ ttf-summersby-1.007/debian/compat
@@ -0,0 +1 @@
+5
--- ttf-summersby-1.007.orig/debian/rules
+++ ttf-summersby-1.007/debian/rules
@@ -0,0 +1,33 @@
+#!/usr/bin/make -f
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_install *.ttf usr/share/fonts/truetype/ttf-summersby
+
+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-summersby-1.007.orig/debian/changelog
+++ ttf-summersby-1.007/debian/changelog
@@ -0,0 +1,22 @@
+ttf-summersby (1.007-3) unstable; urgency=low
+
+  * New maintainer (closes: #449485, #458970)
+  * Updated dh_compat
+  * Updated Standards-Version
+  * Updated debhelper and moved from Build-Depends-Indep 
+    to Build-Depends
+
+ -- Mauro Lizaur <lavaramano@gmail.com>  Fri, 04 Jan 2008 19:51:39 -0300
+
+ttf-summersby (1.007-2) unstable; urgency=low
+
+  * Orphaning package, setting maintainer to
+    Debian QA Group <packages@qa.debian.org>.
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Wed, 05 Dec 2007 14:34:59 +0100
+
+ttf-summersby (1.007-1) unstable; urgency=low
+
+  * Initial release. (closes: #268613)
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sat, 28 Aug 2004 13:51:50 +0200
