--- sdl-ttf2.0-2.0.9.orig/debian/control
+++ sdl-ttf2.0-2.0.9/debian/control
@@ -0,0 +1,23 @@
+Source: sdl-ttf2.0
+Section: libs
+Priority: optional
+Maintainer: Samuel Mimram <smimram@debian.org>
+Uploaders: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>> 4.0.0), libsdl1.2-dev (>= 1.2.4), libfreetype6-dev, dpatch (>= 1.23)
+
+Package: libsdl-ttf2.0-0
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
+ SDL_ttf is a sample TrueType font library. It allows you to use
+ TrueType fonts in SDL applications.
+
+Package: libsdl-ttf2.0-dev
+Section: libdevel
+Architecture: any
+Depends: libsdl-ttf2.0-0 (= ${binary:Version}), libc6-dev | libc-dev, libsdl1.2-dev (>= 1.2.4), libfreetype6-dev
+Conflicts: libsdl-ttf1.2-dev
+Description: development files for SDL ttf library (version 2.0)
+ SDL_ttf is a sample TrueType font library. It allows you to use
+ TrueType fonts in SDL applications.
--- sdl-ttf2.0-2.0.9.orig/debian/compat
+++ sdl-ttf2.0-2.0.9/debian/compat
@@ -0,0 +1 @@
+4
--- sdl-ttf2.0-2.0.9.orig/debian/watch
+++ sdl-ttf2.0-2.0.9/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-([0-9\.]*)\.tar\.gz
--- sdl-ttf2.0-2.0.9.orig/debian/libsdl-ttf2.0-dev.install
+++ sdl-ttf2.0-2.0.9/debian/libsdl-ttf2.0-dev.install
@@ -0,0 +1,4 @@
+usr/include/SDL
+usr/lib/libSDL_ttf.a
+usr/lib/libSDL_ttf.la
+usr/lib/libSDL_ttf.so
--- sdl-ttf2.0-2.0.9.orig/debian/libsdl-ttf2.0-0.install
+++ sdl-ttf2.0-2.0.9/debian/libsdl-ttf2.0-0.install
@@ -0,0 +1 @@
+usr/lib/libSDL_ttf-2.0.so.*
--- sdl-ttf2.0-2.0.9.orig/debian/changelog
+++ sdl-ttf2.0-2.0.9/debian/changelog
@@ -0,0 +1,113 @@
+sdl-ttf2.0 (2.0.9-1) unstable; urgency=low
+
+  [ Aurelien Jarno ]
+  * debian/control:
+    + Make the package binNMU safe.
+
+  [ Samuel Mimram ]
+  * New upstream release.
+  * Removed no_freetype_internals.dpatch and pixel_mode_mono.dpatch,
+    integrated upstream.
+  * Don't ignore errors when cleaning.
+
+ -- Samuel Mimram <smimram@debian.org>  Mon, 23 Jul 2007 14:39:46 +0200
+
+sdl-ttf2.0 (2.0.8-3) unstable; urgency=low
+
+  * Added pixel_mode_mono.dpatch to fix a bug with monochrome bitmaps
+    (thanks Guillaume Cottenceau).
+
+ -- Samuel Mimram <smimram@debian.org>  Tue, 22 Aug 2006 17:02:35 +0000
+
+sdl-ttf2.0 (2.0.8-2) unstable; urgency=low
+
+  * Update config.sub and config.guess in order to be able to build on
+    GNU/kFreeBSD, closes: #373147.
+
+ -- Samuel Mimram <smimram@debian.org>  Tue, 13 Jun 2006 12:39:37 +0000
+
+sdl-ttf2.0 (2.0.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added no_freetype_internals.dpatch in order to avoid using freetype
+    internals (cf. http://www.freetype.org/freetype2/freetype-2.2.0.html),
+    closes: #373108.
+  * Added a watch file.
+  * Updated standards version to 3.7.2, no changes needed.
+
+ -- Samuel Mimram <smimram@debian.org>  Mon, 12 Jun 2006 23:04:40 +0000
+
+sdl-ttf2.0 (2.0.7-1) unstable; urgency=low
+
+  * New maintainer.
+  * New upstream release, closes: #318802.
+  * Corrected copyright file, closes: #290203.
+  * Relibtoolized, closes: #269297.
+  * Removed file-opening-fix.dpatch and freetype-fix.dpatch, integrated
+    upstream.
+  * Removed useless call to ldconfig in postinst.
+  * Updated standards version to 3.6.2, no changes needed.
+
+ -- Samuel Mimram <smimram@debian.org>  Wed, 23 Nov 2005 22:04:06 +0100
+
+sdl-ttf2.0 (2.0.6-5) unstable; urgency=low
+
+  * debian/control:
+    - Changed Section field of libsdl-ttf2.0-dev from libs to libdevel.
+
+ -- Jerome Marant <jerome@debian.org>  Sat, 10 Jan 2004 14:59:22 +0100
+
+sdl-ttf2.0 (2.0.6-4) unstable; urgency=low
+
+  * debian/control:
+    - Bumped Standards-Version to 3.6.1.
+    - Added build-dependency on dpatch.
+  * debian/patches/file-opening-fix.dpatch: new patch providing
+    previous fix from Sam Hocevar.
+  * debian/patches/freetype-fix.dpatch: added patch fixing a build
+    failure with last version of Freetype. Closes: Bug#227015.
+    Thanks Daniel Schepler <schepler@math.berkeley.edu>.
+
+ -- Jerome Marant <jerome@debian.org>  Sat, 10 Jan 2004 14:10:04 +0100
+
+sdl-ttf2.0 (2.0.6-3) unstable; urgency=low
+
+  * debian/control:
+    + Set policy to 3.5.10.
+    + Added Sam Hocevar as co-maintainer. 
+  * Backported a fix from HEAD for a crash when opening a font file that
+    does not exist.
+
+ -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 15 Jun 2003 13:15:15 +0200
+
+sdl-ttf2.0 (2.0.6-2) unstable; urgency=low
+
+  * config.{guess,sub}: updated again from versions from
+    autotools-dev. Closes: Bug#183661.
+
+ -- Jerome Marant <jerome@debian.org>  Sun,  6 Apr 2003 00:12:06 +0200
+
+sdl-ttf2.0 (2.0.6-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Jerome Marant <jerome@debian.org>  Thu, 20 Mar 2003 19:39:07 +0100
+
+sdl-ttf2.0 (2.0.5-3) unstable; urgency=low
+
+  * debian/control: changed libsdl-ttf2.0-0 section from devel
+    to libs.
+
+ -- Jerome Marant <jerome@debian.org>  Sat,  8 Mar 2003 15:30:56 +0100
+
+sdl-ttf2.0 (2.0.5-2) unstable; urgency=low
+
+  * config.{guess,sub}: updated from versions from autotools-dev.
+
+ -- Jerome Marant <jerome@debian.org>  Thu,  6 Mar 2003 21:40:49 +0100
+
+sdl-ttf2.0 (2.0.5-1) unstable; urgency=low
+
+  * Initial Release. Closes: Bug#174871.
+  
+ -- Jerome Marant <jerome@debian.org>  Sat,  1 Mar 2003 12:19:52 +0100
--- sdl-ttf2.0-2.0.9.orig/debian/copyright
+++ sdl-ttf2.0-2.0.9/debian/copyright
@@ -0,0 +1,14 @@
+This package was debianized by Jerome Marant <jerome@debian.org> on
+Sat,  1 Mar 2003 12:17:58 +0100.
+
+It was downloaded from:
+  http://www.libsdl.org/projects/SDL_ttf/release
+
+Upstream Author: Sam Lantinga <slouken@libsdl.org>
+
+Copyright (C) 2000-2005 Sam Lantinga <slouken@libsdl.org>
+
+This library is available under the GNU Library General Public License.
+
+On Debian GNU/Linux systems, the complete text of the GNU LGPL is found
+in /usr/share/common-licenses/LGPL-2.
--- sdl-ttf2.0-2.0.9.orig/debian/docs
+++ sdl-ttf2.0-2.0.9/debian/docs
@@ -0,0 +1 @@
+README
--- sdl-ttf2.0-2.0.9.orig/debian/rules
+++ sdl-ttf2.0-2.0.9/debian/rules
@@ -0,0 +1,77 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpatch/dpatch.make
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+
+	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp: patch
+	dh_testdir
+
+	$(MAKE)
+
+	touch build-stamp
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	[ ! -f Makefile ] || $(MAKE) distclean
+	-test -r /usr/share/misc/config.sub && \
+		cp -f /usr/share/misc/config.sub config.sub
+	-test -r /usr/share/misc/config.guess && \
+		cp -f /usr/share/misc/config.guess config.guess
+
+	dh_clean
+	rm -f debian/showfont.c debian/glfont.c
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
+	sed -e 's:"SDL.h":\<SDL.h\>:' -e 's:"SDL_ttf.h":\<SDL_ttf.h\>:' showfont.c > debian/showfont.c
+	sed -e 's:"SDL.h":\<SDL.h\>:' -e 's:"SDL_ttf.h":\<SDL_ttf.h\>:' glfont.c > debian/glfont.c
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_install --sourcedir=debian/tmp --list-missing
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+	dh_installman
+	dh_installinfo
+	dh_installchangelogs CHANGES
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- sdl-ttf2.0-2.0.9.orig/debian/Makefile
+++ sdl-ttf2.0-2.0.9/debian/Makefile
@@ -0,0 +1,17 @@
+# Makefile for showfont
+
+CC = gcc
+CFLAGS = -Wall -O
+LIBS = -I/usr/include/SDL -lSDL_ttf
+EXE = showfont glfont
+
+all: $(EXE)
+
+showfont: showfont.c Makefile
+	$(CC) -o $@ $@.c $(CFLAGS) $(LIBS)
+
+glfont: glfont.c Makefile
+	$(CC) -o $@ $@.c $(CFLAGS) $(LIBS)
+
+clean:
+	-rm *.o $(EXE)
--- sdl-ttf2.0-2.0.9.orig/debian/shlibs.local
+++ sdl-ttf2.0-2.0.9/debian/shlibs.local
@@ -0,0 +1,2 @@
+libvga		1	svgalibg1 | svgalib-dummyg1
+libvgagl	1	svgalibg1 | svgalib-dummyg1
--- sdl-ttf2.0-2.0.9.orig/debian/libsdl-ttf2.0-dev.examples
+++ sdl-ttf2.0-2.0.9/debian/libsdl-ttf2.0-dev.examples
@@ -0,0 +1,3 @@
+debian/Makefile
+debian/glfont.c
+debian/showfont.c
