--- lletters-media-0.1.9a.orig/debian/compat
+++ lletters-media-0.1.9a/debian/compat
@@ -0,0 +1 @@
+4
--- lletters-media-0.1.9a.orig/debian/dirs
+++ lletters-media-0.1.9a/debian/dirs
@@ -0,0 +1,3 @@
+usr/share/games/lletters/images
+usr/share/games/lletters/sounds
+
--- lletters-media-0.1.9a.orig/debian/copyright
+++ lletters-media-0.1.9a/debian/copyright
@@ -0,0 +1,11 @@
+This package was debianized by Gopal Narayanan <gopal@debian.org> on
+Fri,  6 Apr 2001 13:02:02 -0400.
+
+It was downloaded from http://lln.sourceforge.net/
+
+Upstream Authors: Kirk Ismay, <captain@netidea.com>
+
+Copyright:
+GNU GPL version 2. On Debian GNU/Linux systems the text of the GPL can
+be found in /usr/share/common-licenses/GPL
+
--- lletters-media-0.1.9a.orig/debian/README.Debian
+++ lletters-media-0.1.9a/debian/README.Debian
@@ -0,0 +1,9 @@
+lletters-media for Debian
+----------------------
+
+The Linux For Kids Project
+(http://sourceforge.net/projects/linuxforkids/) has other images and
+sounds you might want to use. Install your own images in
+/usr/share/games/lletters/images.
+
+ -- Gopal Narayanan <gopal@debian.org>, Fri,  6 Apr 2001 13:02:02 -0400
--- lletters-media-0.1.9a.orig/debian/control
+++ lletters-media-0.1.9a/debian/control
@@ -0,0 +1,26 @@
+Source: lletters-media
+Section: games
+Priority: optional
+Maintainer: Rudy Godoy <rudy@kernel-panik.org>
+Build-Depends: debhelper (>= 4.2.12)
+Standards-Version: 3.7.2
+
+Package: lletters-media
+Architecture: all
+Recommends: lletters
+Replaces: lletters (<< 0.1.95)
+Description: GTK letters-learning game for small children - data files
+ This is based on author's daughter's (formerly) favorite game, Larry's
+ Learning Letters and Numbers. This is a Linux replacement, written from
+ scratch, with many improvements.  It was built using the GTK (Gimp 
+ ToolKit) for X.  It presently works with 1.0.x and 1.1.x, but images 
+ load faster with the newer library.
+ .
+ It is intended for children 2 and up, and is a fun learning game.  It 
+ helps younger children learn their letters and numbers, while older 
+ children will improve their spelling, and vocabulary skills.  It also 
+ helps them develop important keyboard and mouse skills too.
+ .
+ This package installs the images and sounds required by the lletters
+ package. 
+
--- lletters-media-0.1.9a.orig/debian/rules
+++ lletters-media-0.1.9a/debian/rules
@@ -0,0 +1,57 @@
+#!/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
+
+# This is the debhelper compatability version to use.
+#export DH_COMPAT=1
+package=lletters-media
+
+build: 
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+#	-$(MAKE) clean
+
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+#	$(MAKE) install DESTDIR=`pwd`/debian/${package}
+	-cp images/* debian/${package}/usr/share/games/lletters/images/
+	-cp sounds/* debian/${package}/usr/share/games/lletters/sounds/
+	-cd lang && ./translate-lln-dev.pl table-fr table-es table-pl table-nl
+	-rm debian/${package}/usr/share/games/lletters/images/Makefile*
+	-rm debian/${package}/usr/share/games/lletters/sounds/Makefile*
+
+# Build architecture-independent files here.
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_installdocs 
+	dh_installchangelogs
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep 
+.PHONY: clean binary-indep binary install
--- lletters-media-0.1.9a.orig/debian/changelog
+++ lletters-media-0.1.9a/debian/changelog
@@ -0,0 +1,41 @@
+lletters-media (0.1.9a-4) unstable; urgency=low
+
+  * Creates translated directories symlinks used by new binary
+    version.
+  * Bumped standards version to 3.7.2. No changes needed.
+  * Adds binary-arch target to rules.
+
+ -- Rudy Godoy <rudy@kernel-panik.org>  Mon, 11 Sep 2006 01:52:15 -0500
+
+lletters-media (0.1.9a-3) unstable; urgency=low
+
+  * Changed compat to 4.
+  * Added /lang directory from binary package with scripts to handle
+    translated tables since they concern to this package.
+
+ -- Rudy Godoy <rudy@kernel-panik.org>  Wed, 14 Jul 2004 08:34:17 -0500
+
+lletters-media (0.1.9a-2.1) unstable; urgency=low
+
+  * NMU.
+  * Add Build-Depends-Indep on debhelper.  Closes: #190480.
+  * Correct spelling error in package description.  Closes: #125089.
+
+ -- Daniel Schepler <schepler@debian.org>  Sat,  2 Aug 2003 18:44:02 -0700
+
+lletters-media (0.1.9a-2) unstable; urgency=low
+
+  * Added Replaces: lletters (<< 0.1.95) to prevent install breakage.
+    Closes: #94284
+
+ -- Gopal Narayanan <gopal@debian.org>  Tue, 17 Apr 2001 17:34:02 -0400
+
+lletters-media (0.1.9a-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Gopal Narayanan <gopal@debian.org>  Fri,  6 Apr 2001 13:02:02 -0400
+
+Local variables:
+mode: debian-changelog
+End:
