--- childsplay-alphabet-sounds-el-0.8.3.orig/debian/dirs +++ childsplay-alphabet-sounds-el-0.8.3/debian/dirs @@ -0,0 +1 @@ +usr/share/sp_alphabetsounds --- childsplay-alphabet-sounds-el-0.8.3.orig/debian/changelog +++ childsplay-alphabet-sounds-el-0.8.3/debian/changelog @@ -0,0 +1,12 @@ +childsplay-alphabet-sounds-el (0.8.3-2) unstable; urgency=low + + * Fixed the debian/copyright file to make ftpmaster happy. + + -- Sergio Talens-Oliag Tue, 28 Apr 2009 23:23:23 +0200 + +childsplay-alphabet-sounds-el (0.8.3-1) unstable; urgency=low + + * Initial Release. + + -- Sergio Talens-Oliag Tue, 27 Jan 2009 20:57:28 +0100 + --- childsplay-alphabet-sounds-el-0.8.3.orig/debian/watch +++ childsplay-alphabet-sounds-el-0.8.3/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_el-(.*)\.tgz --- childsplay-alphabet-sounds-el-0.8.3.orig/debian/rules +++ childsplay-alphabet-sounds-el-0.8.3/debian/rules @@ -0,0 +1,50 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2009 Sergio Talens-Oliag + +# 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-el-0.8.3.orig/debian/compat +++ childsplay-alphabet-sounds-el-0.8.3/debian/compat @@ -0,0 +1 @@ +7 --- childsplay-alphabet-sounds-el-0.8.3.orig/debian/control +++ childsplay-alphabet-sounds-el-0.8.3/debian/control @@ -0,0 +1,14 @@ +Source: childsplay-alphabet-sounds-el +Section: games +Priority: optional +Maintainer: Sergio Talens-Oliag +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.0 +Homepage: http://www.schoolsplay.org/ + +Package: childsplay-alphabet-sounds-el +Architecture: all +Depends: childsplay (>= 1.1-1) +Provides: childsplay-alphabet-sounds +Description: Greek sound files for childsplay + Localized sound files for childsplay --- childsplay-alphabet-sounds-el-0.8.3.orig/debian/install +++ childsplay-alphabet-sounds-el-0.8.3/debian/install @@ -0,0 +1 @@ +AlphabetSounds/* /usr/share/sp_alphabetsounds --- childsplay-alphabet-sounds-el-0.8.3.orig/debian/copyright +++ childsplay-alphabet-sounds-el-0.8.3/debian/copyright @@ -0,0 +1,17 @@ +This package was debianized by Sergio Talens-Oliag 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 + +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.