--- childsplay-alphabet-sounds-es-0.8.6.orig/debian/dirs
+++ childsplay-alphabet-sounds-es-0.8.6/debian/dirs
@@ -0,0 +1,2 @@
+usr/share/sp_alphabetsounds
+usr/share/childsplay_sp/CPData/FlashcardsData/names
--- childsplay-alphabet-sounds-es-0.8.6.orig/debian/changelog
+++ childsplay-alphabet-sounds-es-0.8.6/debian/changelog
@@ -0,0 +1,31 @@
+childsplay-alphabet-sounds-es (0.8.6-1) unstable; urgency=low
+
+ * New upstream release (fixes the tarball bug).
+
+ -- Sergio Talens-Oliag <sto@debian.org> Thu, 21 May 2009 01:23:33 +0200
+
+childsplay-alphabet-sounds-es (0.8.5-2) unstable; urgency=low
+
+ * Fixed the debian/copyright file to make ftpmaster happy.
+
+ -- Sergio Talens-Oliag <sto@debian.org> Tue, 28 Apr 2009 23:23:23 +0200
+
+childsplay-alphabet-sounds-es (0.8.5-1) unstable; urgency=low
+
+ * New upstream release.
+ * Installs the right alphabet soundfiles (upstream has a bug on the tarball).
+
+ -- Sergio Talens-Oliag <sto@debian.org> Tue, 27 Jan 2009 23:44:23 +0100
+
+childsplay-alphabet-sounds-es (0.4.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Sergio Talens-Oliag <sto@debian.org> Sun, 1 Oct 2006 00:22:03 +0200
+
+childsplay-alphabet-sounds-es (0.3.2-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Sergio Talens-Oliag <sto@debian.org> Sun, 15 Jan 2006 14:47:30 +0100
+
--- childsplay-alphabet-sounds-es-0.8.6.orig/debian/watch
+++ childsplay-alphabet-sounds-es-0.8.6/debian/watch
@@ -0,0 +1,10 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+http://sf.net/schoolsplay/alphabet_sounds_es-(.*)\.tgz
--- childsplay-alphabet-sounds-es-0.8.6.orig/debian/rules
+++ childsplay-alphabet-sounds-es-0.8.6/debian/rules
@@ -0,0 +1,50 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2009 Sergio Talens-Oliag <sto@debian.org>
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp
+ dh_testdir
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+
+# Build architecture-independent files here.
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_install
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- childsplay-alphabet-sounds-es-0.8.6.orig/debian/compat
+++ childsplay-alphabet-sounds-es-0.8.6/debian/compat
@@ -0,0 +1 @@
+7
--- childsplay-alphabet-sounds-es-0.8.6.orig/debian/control
+++ childsplay-alphabet-sounds-es-0.8.6/debian/control
@@ -0,0 +1,14 @@
+Source: childsplay-alphabet-sounds-es
+Section: games
+Priority: optional
+Maintainer: Sergio Talens-Oliag <sto@debian.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.0
+Homepage: http://www.schoolsplay.org/
+
+Package: childsplay-alphabet-sounds-es
+Architecture: all
+Depends: childsplay (>= 1.1-1)
+Provides: childsplay-alphabet-sounds
+Description: Spanish sound files for childsplay
+ Localized sound files for childsplay
--- childsplay-alphabet-sounds-es-0.8.6.orig/debian/install
+++ childsplay-alphabet-sounds-es-0.8.6/debian/install
@@ -0,0 +1,2 @@
+AlphabetSounds/* /usr/share/sp_alphabetsounds
+FlashCardsSounds/* /usr/share/childsplay_sp/CPData/FlashcardsData/names
--- childsplay-alphabet-sounds-es-0.8.6.orig/debian/copyright
+++ childsplay-alphabet-sounds-es-0.8.6/debian/copyright
@@ -0,0 +1,17 @@
+This package was debianized by Sergio Talens-Oliag <sto@debian.org> on
+Tue, 27 Jan 2009 21:00:20 +0100
+
+It was downloaded from http://schoolsplay.sf.net
+
+Copyright: (c) 2002-2009 Stas Zytkiewicz
+
+Upstream maintainer: Stas Zytkiewicz <childsplay@users.sf.net>
+
+License:
+
+All files included on the .deb package are distributed under the GPL-2,
+see /usr/share/common-licenses/GPL-2.
+
+The original tarball also includes the file `install.py` (not used by the
+debian package in any way) which is distributed under the GPL-3; see
+/usr/share/common-licenses/GPL-3.