--- pysycache-3.0.1.orig/debian/patches/00list +++ pysycache-3.0.1/debian/patches/00list @@ -0,0 +1,2 @@ +01_fast_quitting.patch +02_spanish_translation.patch --- pysycache-3.0.1.orig/debian/patches/01_fast_quitting.patch +++ pysycache-3.0.1/debian/patches/01_fast_quitting.patch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_fast_quitting.patch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: probando + +@DPATCH@ + +--- pysycache-3.0.1.orig/pysycache/pysycache.py 2007-06-26 12:59:17.000000000 +0200 ++++ pysycache-3.0.1/pysycache/pysycache.py 2007-06-27 09:19:58.000000000 +0200 +@@ -304,7 +304,7 @@ + #valeur par defaut + #const.GWithFullScreenInit = 1 + #const.GWithSoundInit = 1 +-const.GWithCredits = 1 ++const.GWithCredits = 0 + const.GWithHelp = 1 + const.GDebug = 0 + const.GAdmin = 0 --- pysycache-3.0.1.orig/debian/patches/02_spanish_translation.patch +++ pysycache-3.0.1/debian/patches/02_spanish_translation.patch @@ -0,0 +1,57 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_spanish_translation.patch +## + +@DPATCH@ + +--- pysycache-3.0.1.orig/pysycache/lang/es_ES/menu7.txt 2007-06-26 12:59:01.000000000 +0200 ++++ pysycache-3.0.1/pysycache/lang/es_ES/menu7.txt 2007-06-27 12:10:45.000000000 +0200 +@@ -1,2 +1,2 @@ +-Catch all items by +-double-clicking on them ++Haciendo doble clic en ++los elementos los atraparás + + +--- pysycache-3.0.1.orig/pysycache/lang/es_ES/menu10.txt 2007-06-26 12:59:01.000000000 +0200 ++++ pysycache-3.0.1/pysycache/lang/es_ES/menu10.txt 2007-06-27 12:10:45.000000000 +0200 +@@ -1,3 +1,3 @@ +-You have to make +-the jigsaw by drag and +-drop pieces at their location +\ No hay ningún carácter de nueva línea al final del fichero ++Tienes que completar el ++puzzle arrastrando y dejando ++caer las piezas en su sitio + + +--- pysycache-3.0.1.orig/pysycache/lang/es_ES/menu14.txt 2007-06-26 12:59:01.000000000 +0200 ++++ pysycache-3.0.1/pysycache/lang/es_ES/menu14.txt 2007-06-27 12:10:45.000000000 +0200 +@@ -1,2 +1,2 @@ +-Quit the configuration +-of PySyCache ++Salir de la configuración ++de PySyCache + + +--- pysycache-3.0.1.orig/pysycache/lang/es_ES/menu18.txt 2007-06-26 12:59:01.000000000 +0200 ++++ pysycache-3.0.1/pysycache/lang/es_ES/menu18.txt 2007-06-27 12:10:45.000000000 +0200 +@@ -1,2 +1,2 @@ +-Management of +-Pysycache users +\ No hay ningún carácter de nueva línea al final del fichero ++Gestión de los ++usuarios de Pysycache + + +--- pysycache-3.0.1.orig/pysycache/lang/es_ES/menu19.txt 2007-06-26 12:59:01.000000000 +0200 ++++ pysycache-3.0.1/pysycache/lang/es_ES/menu19.txt 2007-06-27 12:10:45.000000000 +0200 +@@ -1,4 +1,4 @@ +-Configuration of ++Configuración de + PySyCache +-(users, +-activities...) +\ No hay ningún carácter de nueva línea al final del fichero ++(usuarios, ++actividades...) --- pysycache-3.0.1.orig/debian/changelog +++ pysycache-3.0.1/debian/changelog @@ -0,0 +1,14 @@ +pysycache (3.0.1-2) unstable; urgency=low + + * Remove pysycache dependency on data packages (Closes: #437384) + + -- José L. Redrejo Rodríguez Sun, 12 Aug 2007 17:08:52 +0200 + +pysycache (3.0.1-1) unstable; urgency=low + + * Initial Debian Release (Closes: #428410). + * debian/patches/01_fast_quitting.patch to avoid the original slow exit + * debian/patches/02_spanish_translation.patch + + -- José L. Redrejo Rodríguez Tue, 12 Jun 2007 16:13:22 +0000 + --- pysycache-3.0.1.orig/debian/postinst +++ pysycache-3.0.1/debian/postinst @@ -0,0 +1,25 @@ +#! /bin/sh +# postinst script for pysycache +set -e + +case "$1" in + configure) + chown -R :games /var/games/pysycache + chmod -R 775 /var/games/pysycache + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 + + --- pysycache-3.0.1.orig/debian/copyright +++ pysycache-3.0.1/debian/copyright @@ -0,0 +1,98 @@ +This package was debianized by José L. Redrejo Rodríguez on +Tue, 12 Jun 2007 16:13:22 +0000. + +It was downloaded from http://www.pysycache.org/en/telechargement2.html + +Copyright: + +Upstream Author for the application and documentation: 2005, 2006, 2007 Vincent +Deroo +Sounds author: Yves Jans +The application, its documentation and sounds are licensed under GPL V2. + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + + + +Image themes copyright: +Images for the themes are from openclipart.org with these authors & licenses: + Bee Rabit by Aurore D. (Rore) licensed under Public Domain + Crapaud by Popolon licensed under GPL V2 + Ice by sek, Vincent Deroo , Rory McCANN, +Architetto Francesco Rollandin and Jose HEVIA licensed under Public Domain + Wolf by Architetto Francesco Rollandin, Gerald G., jmrivera, Jonathan +DIETRICH, Nicu BUCULEI, Vincent Deroo licensed +under Public Domain + Dinosaurs by Architetto Francesco Rollandin, Jonadab, Murielle DHOOSSCHE +and Jon SULLIVAN licensed under Public Domain + Sea by Jonathon Love, Nicu Buculei, Andy Fitzsimon, Architetto Francesco +Rollandin, Franck Doucet, Matthew Gates, Gerald G, Massimo Aiello, Jose HEVIA +and Vincent Deroo licensed under Public Domain + Apple and Pear by Nicu Buculei, Gerald G, Jean-Victor Balin, Dan +Gerhards and jmrivera licensed under Public Domain + Butterfly by Francesco Rollandin, jonvdveen, Jonathan Dietrich, mimooh, +Tanguy JACQ, Nicu Buculei and Murielle DHOOSSCHE licensed under Public Domain + Cartoons by mimooh, AbiClipart, Jose Hevia, frank scheuer and Alexandro +Colorado licensed under PublicDomain. Other images by Jesus Lopez (Quimera Azul) +and Oliver Bestmann licensed under GPL. One image by Fred Broders licensed under +Artistic 2.0 + Photos by Vincent DEROO and Murielle DHOOSSCHE under Public Domain + + +On Debian GNU/Linux systems, the complete text of the Artistic Licence +can be found in `/usr/share/common-licenses/Artistic'. + + +The complete text for the Public Domain license is included below: + +Copyright: + + creative commons Public Domain Dedication + + Copyright-Only Dedication (based on United States law) or Public Domain + Certification + + The person or persons who have associated work with this document (the + "Dedicator" or "Certifier") hereby either (a) certifies that, to the best + of his knowledge, the work of authorship identified is in the public + domain of the country from which the work is published, or (b) hereby + dedicates whatever copyright the dedicators holds in the work of authorship + identified below (the "Work") to the public domain. A certifier, morever, + dedicates any copyright interest he may have in the associated work, and + for these purposes, is described as a "dedicator" below. + + A certifier has taken reasonable steps to verify the copyright status of + this work. Certifier recognizes that his good faith efforts may not shield + him from liability if in fact the work certified is not in the public domain. + + A dedicator makes this dedication for the benefit of the public at large and + to the detriment of the Dedicator's heirs and successors. Dedicators intend + this dedication to be an overt act of relinquishment in perpetuity of all + present and future rights under copyright law, whether vested or contingent, + in the Work. Dedicator understand that such relinquishment of all rights + includes the relinquishment of all rights to enforce (by lawsuit or otherwise) + those copyrights in the Work. + + Dedicator recognizes that, once placed in the public domain, the Work may be + freely reproduced, distributed, transmitted, used, modified, built upon, or + otherwise exploited by anyone for any purpose, commercial or non-commercial, + and in any way, including by methods that have not yet been invented or + conceived. + --- pysycache-3.0.1.orig/debian/control +++ pysycache-3.0.1/debian/control @@ -0,0 +1,215 @@ +Source: pysycache +Section: games +Priority: extra +Maintainer: José L. Redrejo Rodríguez +Build-Depends: debhelper (>= 5), python-dev, python-support (>= 0.4), dpatch +Standards-Version: 3.7.2 + +Package: pysycache +Architecture: all +Depends: ttf-bitstream-vera, ${python:Depends}, python-pygame, ${misc:Depends}, pysycache-buttons-ice | pysycache-buttons-beerabbit | pysycache-buttons-crapaud | pysycache-buttons-wolf, pysycache-click-dinosaurs | pysycache-click-sea, pysycache-dblclick-appleandpear | pysycache-dblclick-butterfly, pysycache-i18n, pysycache-images, pysycache-puzzle-cartoons | pysycache-puzzle-photos, pysycache-sounds +Description: Educational game to teach children to use the mouse + A collection of activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + Homepage: http://www.pysycache.org + +Package: pysycache-buttons-beerabbit +Architecture: all +Recommends: pysycache +Description: Bee-rabbit images for buttons activities for PySyCache + A collection of activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are the bee-rabbit images for click exercices. + . + Homepage: http://www.pysycache.org + +Package: pysycache-buttons-crapaud +Architecture: all +Recommends: pysycache +Description: Crapaud images for buttons activities for PySyCache + A collection of activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are the crapaud images for click exercices. + . + Homepage: http://www.pysycache.org + +Package: pysycache-buttons-ice +Architecture: all +Recommends: pysycache +Description: Ice images for buttons activities for PySyCache + A collection of activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are the ice images for click exercices. + . + Homepage: http://www.pysycache.org + +Package: pysycache-buttons-wolf +Architecture: all +Recommends: pysycache +Description: Wolf images for buttons activities for PySyCache + A collection of activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are the wolf images for click exercices. + . + Homepage: http://www.pysycache.org + +Package: pysycache-click-dinosaurs +Architecture: all +Recommends: pysycache +Description: Dinosaurs images for click activities for PySyCache + A collection of activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are the dinosaurs images for camera exercices + . + Homepage: http://www.pysycache.org + +Package: pysycache-click-sea +Architecture: all +Recommends: pysycache +Description: Sea images for click activities for PySyCache + A collection of activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are the sea images for camera exercices + . + Homepage: http://www.pysycache.org + +Package: pysycache-dblclick-appleandpear +Architecture: all +Recommends: pysycache +Description: Apple and pear images for double click activities for PySyCache + A collection of activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are apple and pears images for double click exercices + . + Homepage: http://www.pysycache.org + +Package: pysycache-dblclick-butterfly +Architecture: all +Recommends: pysycache +Description: Butterfly images for double click activities for PySyCache + A collection of activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are butterfly images for double click exercices + . + Homepage: http://www.pysycache.org + +Package: pysycache-i18n +Architecture: all +Recommends: pysycache +Description: Translations for PySyCache + A collection of some activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are the Danish, German, Spanish, English, Dutch, Finn, French, Italian + and Portuguese translation files for PySyCache. + . + Homepage: http://www.pysycache.org + +Package: pysycache-images +Architecture: all +Recommends: pysycache +Description: Images for PySyCache + A collection of activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are images needed by pysycache to be used. + . + Homepage: http://www.pysycache.org + +Package: pysycache-puzzle-cartoons +Architecture: all +Recommends: pysycache +Description: Cartoons images for puzzle activities for PySyCache + A collection of activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are cartoon images for a puzzle exercice + . + Homepage: http://www.pysycache.org + +Package: pysycache-puzzle-photos +Architecture: all +Recommends: pysycache +Description: Photos for puzzle activities for PySyCache + A collection of activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are photos for a puzzle exercice + . + Homepage: http://www.pysycache.org + +Package: pysycache-sounds +Architecture: all +Recommends: pysycache +Description: A collection of sounds to be used with PySyCache + A collection of some activities based on simple objects, photographies, + numbers and letters with their sounds in different languages. + The activities make children practice on clicking, double-clicking, drag and + drop, moving and identify the mouse buttons. + From its website many packages can be downloaded to add new photos and text to + the activities. + . + These are sounds PySyCache uses. + . + Homepage: http://www.pysycache.org --- pysycache-3.0.1.orig/debian/compat +++ pysycache-3.0.1/debian/compat @@ -0,0 +1 @@ +4 --- pysycache-3.0.1.orig/debian/pysycache.dirs +++ pysycache-3.0.1/debian/pysycache.dirs @@ -0,0 +1,15 @@ +usr/games +usr/share/games/pysycache/fonts +usr/share/games/pysycache/images +usr/share/games/pysycache/lang +usr/share/games/pysycache/sounds +usr/share/games/pysycache/themes-button +usr/share/games/pysycache/themes-click +usr/share/games/pysycache/themes-dblclick +usr/share/games/pysycache/themes-move +usr/share/games/pysycache/themes-puzzle +var/games/pysycache/users +etc/pysycache +usr/share/pixmaps +usr/share/applications +usr/share/lintian/overrides --- pysycache-3.0.1.orig/debian/game.sh +++ pysycache-3.0.1/debian/game.sh @@ -0,0 +1,4 @@ +#!/bin/sh -- + +cd /usr/share/games/pysycache/ +python pysycache.py "$@" --- pysycache-3.0.1.orig/debian/pysycache.links +++ pysycache-3.0.1/debian/pysycache.links @@ -0,0 +1,2 @@ +usr/share/fonts/truetype/freefont/FreeSansBold.ttf usr/share/games/pysycache/fonts/FreeSansBold.ttf +usr/share/games/pysycache/game.sh usr/games/pysycache --- pysycache-3.0.1.orig/debian/pysycache-buttons-ice.dirs +++ pysycache-3.0.1/debian/pysycache-buttons-ice.dirs @@ -0,0 +1 @@ +usr/share/games/pysycache/themes-buttons/ice --- pysycache-3.0.1.orig/debian/pysycache.install +++ pysycache-3.0.1/debian/pysycache.install @@ -0,0 +1,6 @@ +pysycache/*.py usr/share/games/pysycache +debian/game.sh usr/share/games/pysycache +linux/etc/pysycache.dfg etc/pysycache/ +linux/usr/share/applications/pysycache-admin.desktop usr/share/applications/ +linux/usr/share/pixmaps/*.png usr/share/pixmaps/ +debian/pysycache.xpm usr/share/pixmaps/ --- pysycache-3.0.1.orig/debian/pysycache-buttons-ice.install +++ pysycache-3.0.1/debian/pysycache-buttons-ice.install @@ -0,0 +1,2 @@ +pysycache/themes-buttons/ice/*.png usr/share/games/pysycache/themes-buttons/ice/ +pysycache/themes-buttons/ice/*.dfg usr/share/games/pysycache/themes-buttons/ice/ --- pysycache-3.0.1.orig/debian/pysycache.docs +++ pysycache-3.0.1/debian/pysycache.docs @@ -0,0 +1 @@ +pysycache-doc/* --- pysycache-3.0.1.orig/debian/pysycache-click-sea.dirs +++ pysycache-3.0.1/debian/pysycache-click-sea.dirs @@ -0,0 +1 @@ +usr/share/games/pysycache/themes-click/sea --- pysycache-3.0.1.orig/debian/pysycache.menu +++ pysycache-3.0.1/debian/pysycache.menu @@ -0,0 +1,3 @@ +?package(pysycache):needs="x11" section="Apps/Education" \ + title="PySyCache" command="/usr/games/pysycache" \ + icon="/usr/share/pixmaps/pysycache.xpm" --- pysycache-3.0.1.orig/debian/pysycache-buttons-wolf.dirs +++ pysycache-3.0.1/debian/pysycache-buttons-wolf.dirs @@ -0,0 +1 @@ +usr/share/games/pysycache/themes-buttons/wolf --- pysycache-3.0.1.orig/debian/pysycache-buttons-wolf.install +++ pysycache-3.0.1/debian/pysycache-buttons-wolf.install @@ -0,0 +1,2 @@ +pysycache/themes-buttons/wolf/*.png usr/share/games/pysycache/themes-buttons/wolf/ +pysycache/themes-buttons/wolf/*.dfg usr/share/games/pysycache/themes-buttons/wolf/ --- pysycache-3.0.1.orig/debian/pysycache-click-dinosaurs.dirs +++ pysycache-3.0.1/debian/pysycache-click-dinosaurs.dirs @@ -0,0 +1 @@ +usr/share/games/pysycache/themes-click/dinosaurs --- pysycache-3.0.1.orig/debian/rules +++ pysycache-3.0.1/debian/rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure patch-stamp + dh_testdir + touch configure-stamp + + +build: build-stamp + +build-stamp: config.status + dh_testdir + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + chmod +x debian/game.sh + dh_installdirs + cp $(CURDIR)/debian/pysycache.lintian-overrides $(CURDIR)/debian/pysycache/usr/share/lintian/overrides/pysycache + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install + dh_installmenu + dh_pysupport + dh_installman linux/man/pysycache.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + + +# Build architecture-dependent files here. +binary-arch: + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- pysycache-3.0.1.orig/debian/pysycache-click-sea.install +++ pysycache-3.0.1/debian/pysycache-click-sea.install @@ -0,0 +1,2 @@ +pysycache/themes-click/sea/*.png usr/share/games/pysycache/themes-click/sea/ +pysycache/themes-click/sea/*.dfg usr/share/games/pysycache/themes-click/sea/ --- pysycache-3.0.1.orig/debian/pysycache-i18n.dirs +++ pysycache-3.0.1/debian/pysycache-i18n.dirs @@ -0,0 +1,9 @@ +usr/share/games/pysycache/lang/da_DA +usr/share/games/pysycache/lang/de +usr/share/games/pysycache/lang/en_EN +usr/share/games/pysycache/lang/es_ES +usr/share/games/pysycache/lang/fi_FI +usr/share/games/pysycache/lang/fr_FR +usr/share/games/pysycache/lang/it_IT +usr/share/games/pysycache/lang/nl_NL +usr/share/games/pysycache/lang/pt_PT --- pysycache-3.0.1.orig/debian/pysycache-buttons-beerabbit.install +++ pysycache-3.0.1/debian/pysycache-buttons-beerabbit.install @@ -0,0 +1,2 @@ +pysycache/themes-buttons/bee-rabbit/*.png usr/share/games/pysycache/themes-buttons/bee-rabbit/ +pysycache/themes-buttons/bee-rabbit/*.dfg usr/share/games/pysycache/themes-buttons/bee-rabbit/ --- pysycache-3.0.1.orig/debian/pysycache-buttons-crapaud.install +++ pysycache-3.0.1/debian/pysycache-buttons-crapaud.install @@ -0,0 +1,2 @@ +pysycache/themes-buttons/crapaud/*.png usr/share/games/pysycache/themes-buttons/crapaud/ +pysycache/themes-buttons/crapaud/*.dfg usr/share/games/pysycache/themes-buttons/crapaud/ --- pysycache-3.0.1.orig/debian/pysycache-buttons-beerabbit.dirs +++ pysycache-3.0.1/debian/pysycache-buttons-beerabbit.dirs @@ -0,0 +1 @@ +usr/share/games/pysycache/themes-buttons/bee-rabbit --- pysycache-3.0.1.orig/debian/pysycache-buttons-crapaud.dirs +++ pysycache-3.0.1/debian/pysycache-buttons-crapaud.dirs @@ -0,0 +1 @@ +usr/share/games/pysycache/themes-buttons/crapaud --- pysycache-3.0.1.orig/debian/pysycache-click-dinosaurs.install +++ pysycache-3.0.1/debian/pysycache-click-dinosaurs.install @@ -0,0 +1,3 @@ +pysycache/themes-click/dinosaurs/*.png usr/share/games/pysycache/themes-click/dinosaurs/ +pysycache/themes-click/dinosaurs/*.jpg usr/share/games/pysycache/themes-click/dinosaurs/ +pysycache/themes-click/dinosaurs/*.dfg usr/share/games/pysycache/themes-click/dinosaurs/ --- pysycache-3.0.1.orig/debian/pysycache-dblclick-appleandpear.install +++ pysycache-3.0.1/debian/pysycache-dblclick-appleandpear.install @@ -0,0 +1,2 @@ +pysycache/themes-dblclick/apple-and-pear/*.png usr/share/games/pysycache/themes-dblclick/apple-and-pear/ +pysycache/themes-dblclick/apple-and-pear/*.dfg usr/share/games/pysycache/themes-dblclick/apple-and-pear/ --- pysycache-3.0.1.orig/debian/pysycache-dblclick-butterfly.install +++ pysycache-3.0.1/debian/pysycache-dblclick-butterfly.install @@ -0,0 +1,2 @@ +pysycache/themes-dblclick/butterfly/*.png usr/share/games/pysycache/themes-dblclick/butterfly/ +pysycache/themes-dblclick/butterfly/*.jpeg usr/share/games/pysycache/themes-dblclick/butterfly/pysycache/themes-dblclick/butterfly/*.dfg usr/share/games/pysycache/themes-dblclick/butterfly/ --- pysycache-3.0.1.orig/debian/pysycache-dblclick-butterfly.dirs +++ pysycache-3.0.1/debian/pysycache-dblclick-butterfly.dirs @@ -0,0 +1 @@ +usr/share/games/pysycache/themes-dblclick/butterfly --- pysycache-3.0.1.orig/debian/pysycache-dblclick-appleandpear.dirs +++ pysycache-3.0.1/debian/pysycache-dblclick-appleandpear.dirs @@ -0,0 +1 @@ +usr/share/games/pysycache/themes-dblclick/apple-and-pear --- pysycache-3.0.1.orig/debian/pysycache-i18n.install +++ pysycache-3.0.1/debian/pysycache-i18n.install @@ -0,0 +1,29 @@ +pysycache/lang/da_DA/*.png usr/share/games/pysycache/lang/da_DA/ +pysycache/lang/da_DA/menu* usr/share/games/pysycache/lang/da_DA/ +pysycache/lang/da_DA/textes* usr/share/games/pysycache/lang/da_DA/ +pysycache/lang/de/*.png usr/share/games/pysycache/lang/de/ +pysycache/lang/de/menu* usr/share/games/pysycache/lang/de/ +pysycache/lang/de/textes* usr/share/games/pysycache/lang/de/ +pysycache/lang/en_EN/textes* usr/share/games/pysycache/lang/en_EN/ +pysycache/lang/en_EN/menu* usr/share/games/pysycache/lang/en_EN/ +pysycache/lang/en_EN/*.png usr/share/games/pysycache/lang/en_EN/ +pysycache/lang/en_EN/*.ogg usr/share/games/pysycache/lang/en_EN/ +pysycache/lang/es_ES/textes* usr/share/games/pysycache/lang/es_ES/ +pysycache/lang/es_ES/menu* usr/share/games/pysycache/lang/es_ES/ +pysycache/lang/es_ES/*.png usr/share/games/pysycache/lang/es_ES/ +pysycache/lang/fi_FI/textes* usr/share/games/pysycache/lang/fi_FI/ +pysycache/lang/fi_FI/*.png usr/share/games/pysycache/lang/fi_FI/ +pysycache/lang/fi_FI/menu* usr/share/games/pysycache/lang/fi_FI/ +pysycache/lang/fr_FR/menu* usr/share/games/pysycache/lang/fr_FR/ +pysycache/lang/fr_FR/*.png usr/share/games/pysycache/lang/fr_FR/ +pysycache/lang/fr_FR/*.ogg usr/share/games/pysycache/lang/fr_FR/ +pysycache/lang/fr_FR/textes* usr/share/games/pysycache/lang/fr_FR/ +pysycache/lang/it_IT/*.png usr/share/games/pysycache/lang/it_IT/ +pysycache/lang/it_IT/textes* usr/share/games/pysycache/lang/it_IT/ +pysycache/lang/it_IT/menu* usr/share/games/pysycache/lang/it_IT/ +pysycache/lang/nl_NL/menu* usr/share/games/pysycache/lang/nl_NL/ +pysycache/lang/nl_NL/*.png usr/share/games/pysycache/lang/nl_NL/ +pysycache/lang/nl_NL/textes* usr/share/games/pysycache/lang/nl_NL/ +pysycache/lang/pt_PT/textes* usr/share/games/pysycache/lang/pt_PT/ +pysycache/lang/pt_PT/*.png usr/share/games/pysycache/lang/pt_PT/ +pysycache/lang/pt_PT/menu* usr/share/games/pysycache/lang/pt_PT/ --- pysycache-3.0.1.orig/debian/pysycache-images.install +++ pysycache-3.0.1/debian/pysycache-images.install @@ -0,0 +1 @@ +pysycache/images/* usr/share/games/pysycache/images --- pysycache-3.0.1.orig/debian/pysycache-images.dirs +++ pysycache-3.0.1/debian/pysycache-images.dirs @@ -0,0 +1 @@ +usr/share/games/pysycache/images --- pysycache-3.0.1.orig/debian/pysycache-puzzle-cartoons.dirs +++ pysycache-3.0.1/debian/pysycache-puzzle-cartoons.dirs @@ -0,0 +1 @@ +usr/share/games/pysycache/themes-puzzle/cartoons --- pysycache-3.0.1.orig/debian/pysycache-puzzle-cartoons.install +++ pysycache-3.0.1/debian/pysycache-puzzle-cartoons.install @@ -0,0 +1,4 @@ +pysycache/themes-puzzle/cartoons/*.png usr/share/games/pysycache/themes-puzzle/cartoons/ +pysycache/themes-puzzle/cartoons/0 usr/share/games/pysycache/themes-puzzle/cartoons/ +pysycache/themes-puzzle/cartoons/1 usr/share/games/pysycache/themes-puzzle/cartoons/ +pysycache/themes-puzzle/cartoons/2 usr/share/games/pysycache/themes-puzzle/cartoons/ --- pysycache-3.0.1.orig/debian/pysycache-puzzle-photos.dirs +++ pysycache-3.0.1/debian/pysycache-puzzle-photos.dirs @@ -0,0 +1 @@ +usr/share/games/pysycache/themes-puzzle/photos --- pysycache-3.0.1.orig/debian/pysycache-puzzle-photos.install +++ pysycache-3.0.1/debian/pysycache-puzzle-photos.install @@ -0,0 +1,5 @@ +pysycache/themes-puzzle/photos/*.png usr/share/games/pysycache/themes-puzzle/photos/ +pysycache/themes-puzzle/photos/*.jpeg usr/share/games/pysycache/themes-puzzle/photos/ +pysycache/themes-puzzle/photos/0 usr/share/games/pysycache/themes-puzzle/photos/ +pysycache/themes-puzzle/photos/1 usr/share/games/pysycache/themes-puzzle/photos/ +pysycache/themes-puzzle/photos/2 usr/share/games/pysycache/themes-puzzle/photos/ --- pysycache-3.0.1.orig/debian/pysycache-sounds.install +++ pysycache-3.0.1/debian/pysycache-sounds.install @@ -0,0 +1 @@ +pysycache/sounds/* usr/share/games/pysycache/sounds --- pysycache-3.0.1.orig/debian/pysycache-sounds.dirs +++ pysycache-3.0.1/debian/pysycache-sounds.dirs @@ -0,0 +1 @@ +usr/share/games/pysycache/sounds --- pysycache-3.0.1.orig/debian/pysycache.xpm +++ pysycache-3.0.1/debian/pysycache.xpm @@ -0,0 +1,274 @@ +/* XPM */ +static char * pysycache_xpm[] = { +"32 32 239 2", +" c None", +". c #ABABAB", +"+ c #747474", +"@ c #808080", +"# c #D9D9D9", +"$ c #595959", +"% c #737373", +"& c #D5E6F7", +"* c #BEC3C8", +"= c #B2BCC5", +"- c #B3D8FD", +"; c #81858A", +"> c #6B88A4", +", c #1D8FFF", +"' c #509DEA", +") c #595F64", +"! c #5A5E62", +"~ c #4795E2", +"{ c #0B85FF", +"] c #709AC3", +"^ c #5E8FBF", +"/ c #0281FF", +"( c #3094F7", +"_ c #41566A", +": c #485867", +"< c #2F8EED", +"[ c #0080FF", +"} c #5D9AD8", +"| c #5E92C5", +"1 c #007DF9", +"2 c #2372B3", +"3 c #57632E", +"4 c #929200", +"5 c #C8C800", +"6 c #F6F600", +"7 c #FFFF00", +"8 c #F7F700", +"9 c #CDCD00", +"0 c #969600", +"a c #636B26", +"b c #276FA5", +"c c #007BF5", +"d c #619FDC", +"e c #607C98", +"f c #275C6F", +"g c #A6B116", +"h c #E7E700", +"i c #EEEE00", +"j c #B3BB10", +"k c #346460", +"l c #68849E", +"m c #848401", +"n c #F0F000", +"o c #939301", +"p c #F8F800", +"q c #FAFA00", +"r c #A1A100", +"s c #979700", +"t c #FDFD00", +"u c #A4A400", +"v c #5C5C00", +"w c #F5F500", +"x c #F9F900", +"y c #6E6E00", +"z c #00B500", +"A c #00C400", +"B c #00CB00", +"C c #00D600", +"D c #199F00", +"E c #C0C400", +"F c #CCCC00", +"G c #227100", +"H c #009D00", +"I c #008F00", +"J c #008600", +"K c #007E00", +"L c #00FF00", +"M c #519000", +"N c #F2F200", +"O c #628C00", +"P c #00FE00", +"Q c #00D900", +"R c #AAAA00", +"S c #C1C100", +"T c #00C200", +"U c #029E00", +"V c #0C9100", +"W c #1F8900", +"X c #368C00", +"Y c #00FC00", +"Z c #328B00", +"` c #499400", +" . c #00F500", +".. c #348C00", +"+. c #FEFE00", +"@. c #EBEB00", +"#. c #E8E800", +"$. c #4B9500", +"%. c #2B8A00", +"&. c #D7D700", +"*. c #535300", +"=. c #484800", +"-. c #CECE00", +";. c #429000", +">. c #00F800", +",. c #0A9000", +"'. c #A9A901", +"). c #050501", +"!. c #030300", +"~. c #1C8A00", +"{. c #00BA00", +"]. c #CACA00", +"^. c #F8FC07", +"/. c #C3E13B", +"(. c #519C95", +"_. c #053E5D", +":. c #033958", +"<. c #489395", +"[. c #B3D94C", +"}. c #EFF710", +"|. c #DFDF00", +"1. c #03A600", +"2. c #00F900", +"3. c #728C00", +"4. c #FCFC00", +"5. c #FDFE02", +"6. c #E7F318", +"7. c #B5DA4A", +"8. c #75BA8A", +"9. c #1A8DE5", +"0. c #0080F6", +"a. c #0080BF", +"b. c #008089", +"c. c #008088", +"d. c #0080BB", +"e. c #0080F4", +"f. c #0C86F3", +"g. c #5AADA5", +"h. c #9DCE62", +"i. c #D3E92C", +"j. c #F5FA0A", +"k. c #879500", +"l. c #00EE00", +"m. c #32A500", +"n. c #DBDC00", +"o. c #D6EA2A", +"p. c #79BC86", +"q. c #3FA0C0", +"r. c #1088EF", +"s. c #0080EC", +"t. c #0080AE", +"u. c #008083", +"v. c #008080", +"w. c #008082", +"x. c #0080A8", +"y. c #0080E6", +"z. c #0482FB", +"A. c #2995D6", +"B. c #53A9AC", +"C. c #A1D15E", +"D. c #E6F318", +"E. c #E5E500", +"F. c #3F9C00", +"G. c #02D600", +"H. c #4B8927", +"I. c #2C95D1", +"J. c #0080F8", +"K. c #0080D0", +"L. c #008084", +"M. c #0080C6", +"N. c #0080F3", +"O. c #0583FA", +"P. c #2B795B", +"Q. c #06CE01", +"R. c #009500", +"S. c #00A500", +"T. c #00AC00", +"U. c #00B600", +"V. c #00BE00", +"W. c #00640C", +"X. c #005CB7", +"Y. c #0080F9", +"Z. c #0080B0", +"`. c #0080A3", +" + c #0080F0", +".+ c #0065CA", +"++ c #003D14", +"@+ c #008900", +"#+ c #008400", +"$+ c #007B00", +"%+ c #007500", +"&+ c #006D00", +"*+ c #001A34", +"=+ c #0061BE", +"-+ c #0080D4", +";+ c #008098", +">+ c #037E7E", +",+ c #485C5C", +"'+ c #356565", +")+ c #157575", +"!+ c #107878", +"~+ c #197373", +"{+ c #2E6969", +"]+ c #2B6A6A", +"^+ c #00808B", +"/+ c #0080C2", +"(+ c #0069C9", +"_+ c #002244", +":+ c #002645", +"<+ c #006D76", +"[+ c #027F7F", +"}+ c #366565", +"|+ c #4D5959", +"1+ c #754545", +"2+ c #A92B2B", +"3+ c #BA2323", +"4+ c #AA2B2B", +"5+ c #634E4E", +"6+ c #3A6363", +"7+ c #1A7373", +"8+ c #007275", +"9+ c #002B45", +"0+ c #004F4F", +"a+ c #007575", +"b+ c #077C7C", +"c+ c #296B6B", +"d+ c #097B7B", +"e+ c #007777", +"f+ c #005454", +"g+ c #001E1E", +"h+ c #003333", +"i+ c #005050", +"j+ c #007979", +"k+ c #007B7B", +"l+ c #003636", +"m+ c #002929", +"n+ c #004444", +"o+ c #004B4B", +"p+ c #002C2C", +" ", +" ", +" . + @ # $ ", +" % & * = - ; ", +" > , ' ) ! ~ { ] ", +" ^ / ( _ : < [ } ", +" | 1 2 3 4 5 6 7 7 8 9 0 a b c d ", +" e f g h 7 7 7 7 7 7 7 7 i j k l ", +" m n 7 7 7 7 7 7 7 7 7 7 7 7 6 o ", +" 0 p 7 7 7 7 7 7 7 7 7 7 7 7 7 7 q r ", +" s q 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 t u ", +" v w 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 x y ", +"z A B C D E 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 F G H I J K ", +"L L L L M N 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 O P L L L ", +"L L L Q R 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 S T L L L ", +"L L L U h 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 w V L L L ", +"L L L W 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 X Y L L ", +"L L L Z 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 ` .L L ", +"L L L ..7 7 7 7 7 7 7 7 7 7 +.@.#.t 7 7 7 7 7 7 7 7 7 7 $. .L L ", +"L L L %.7 7 7 7 7 7 7 7 7 7 &.*.=.-.7 7 7 7 7 7 7 7 7 7 ;.>.L L ", +"L L L ,.8 7 7 7 7 7 7 7 7 7 '.).!.s 7 7 7 7 7 7 7 7 7 t ~.L L L ", +"L L L {.].7 7 7 7 7 7 7 ^./.(._.:.<.[.}.7 7 7 7 7 7 7 |.1.L L L ", +"L L L 2.3.4.7 7 5.6.7.8.9.0.a.b.c.d.e.f.g.h.i.j.7 7 +.k.l.L L L ", +"L L L L m.n.5.o.p.q.r.[ s.t.u.v.v.w.x.y.[ z.A.B.C.D.E.F.L L L L ", +"L L L L G.H.I.z.[ [ J.K.b.v.v.v.v.v.v.L.M.N.[ [ [ O.P.Q.L L P Y ", +"R.S.T.U.V.W.X.[ [ Y.Z.c.v.v.v.v.v.v.v.v.L.`. +[ [ .+++@+#+$+%+&+", +" *+=+-+;+v.>+,+'+)+!+!+!+~+{+]+v.^+/+(+_+ ", +" :+<+v.v.[+}+|+1+2+3+4+5+6+7+v.v.8+9+ ", +" 0+a+v.v.v.v.b+c+d+v.v.v.e+f+g+ ", +" h+i+j+v.v.v.v.v.v.k+f+l+ ", +" m+n+o+o+n+p+ ", +" "}; --- pysycache-3.0.1.orig/debian/pysycache.lintian-overrides +++ pysycache-3.0.1/debian/pysycache.lintian-overrides @@ -0,0 +1 @@ +pysycache: script-not-executable