pixfrogger (1.0-2) debian-dir only changes

Summary

 debian/changelog                     |   22 +
 debian/compat                        |    1 
 debian/control                       |   21 +
 debian/copyright                     |   55 ++++
 debian/docs                          |    1 
 debian/install                       |    9 
 debian/links                         |    1 
 debian/manpages                      |    1 
 debian/menu                          |    3 
 debian/patches/browser_command.patch |   13 +
 debian/patches/homedir.patch         |   13 +
 debian/patches/series                |    2 
 debian/pixfrogger.6                  |   27 ++
 debian/pixfrogger.desktop            |    9 
 debian/pixfrogger.sh                 |    5 
 debian/pixfrogger.xpm                |  455 +++++++++++++++++++++++++++++++++++
 debian/rules                         |   65 +++++
 debian/watch                         |    3 
 18 files changed, 706 insertions(+)

    
download this patch

Patch contents

--- pixfrogger-1.0.orig/debian/docs
+++ pixfrogger-1.0/debian/docs
@@ -0,0 +1 @@
+compilartodo
--- pixfrogger-1.0.orig/debian/links
+++ pixfrogger-1.0/debian/links
@@ -0,0 +1 @@
+usr/share/games/pixfrogger/pixfrogger.sh usr/games/pixfrogger
--- pixfrogger-1.0.orig/debian/pixfrogger.6
+++ pixfrogger-1.0/debian/pixfrogger.6
@@ -0,0 +1,27 @@
+.\" (c) 2007 Miriam Ruiz <little_miry@yahoo.es>
+.\" 
+.\" This document 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
+.TH "PIX Frogger" "6" "" "" ""
+.SH "NAME"
+pixfrogger \- help the frog cross the street
+.SH "DESCRIPTION"
+PiX Frogger is a clone of the classic game Frogger, in which you must help a frog cross the street to avoid becoming roadkill by cars and trucks.
+.P
+The frog starts at the bottom of the screen and the only control the player has is navigating the direction for the frog to hop. The game allows 4 players playing simultaneously with the keyboard.
+.SH "SEE ALSO"
+You can find more about the game on its homepage: http://www.pixjuegos.com
+.SH "AUTHOR"
+The game has been written by Pablo Navarro, Hector Advila and Javier Arche (PIX Juegos), and is distributed under the GNU General Public License, either version 2 of the License, or (at your option) any later version.
+
--- pixfrogger-1.0.orig/debian/install
+++ pixfrogger-1.0/debian/install
@@ -0,0 +1,9 @@
+fpg usr/share/games/pixfrogger
+fnt usr/share/games/pixfrogger
+ogg usr/share/games/pixfrogger
+wav usr/share/games/pixfrogger
+src/*.prg usr/share/games/pixfrogger
+src/*.inc usr/share/games/pixfrogger
+debian/pixfrogger.sh usr/share/games/pixfrogger
+debian/*.xpm usr/share/pixmaps/
+debian/*.desktop usr/share/applications/
--- pixfrogger-1.0.orig/debian/copyright
+++ pixfrogger-1.0/debian/copyright
@@ -0,0 +1,55 @@
+This package was debianized by Miriam Ruiz <little_miry@yahoo.es> on
+Mon, 30 Jul 2007 16:10:20 +0000.
+
+It was downloaded from http://www.pixjuegos.com/
+
+Upstream Authors:
+
+  Coordination:
+    * Pablo Navarro "panreyes" <contacto@pixjuegos.com>
+
+  Coders:
+    * Pablo Navarro "panreyes"
+    * Carles V. Gines
+    * Omar Torres "otorres"
+    * Nicolas Carbo
+    * Hector Davila "gnomwer"
+    * Daniel Garcia "danigm"
+
+  Script:
+    * Nicolas Carbo
+
+  Graphics:
+    * Daniel Garcia "danigm"
+    * Hector Davila "gnomwer"
+    * Carles V. Gines
+
+  Music:
+    * Daniel Aguayo "danner"
+    * Pablo Navarro "panreyes"
+
+Copyright: 
+
+    Copyright (C) 2007 PIX Juegos
+
+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'.
+
+The Debian packaging is Copyright (C) 2007, Miriam Ruiz <little_miry@yahoo.es> and
+is licensed under the GPL, see above.
--- pixfrogger-1.0.orig/debian/menu
+++ pixfrogger-1.0/debian/menu
@@ -0,0 +1,3 @@
+?package(pixfrogger):needs="x11" section="Games/Action" \
+	title="PIX Frogger" command="/usr/games/pixfrogger" \
+	icon="/usr/share/pixmaps/pixfrogger.xpm"
--- pixfrogger-1.0.orig/debian/pixfrogger.sh
+++ pixfrogger-1.0/debian/pixfrogger.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd /usr/share/games/pixfrogger
+fenix pixfrogger.prg
+cd -
--- pixfrogger-1.0.orig/debian/changelog
+++ pixfrogger-1.0/debian/changelog
@@ -0,0 +1,22 @@
+pixfrogger (1.0-2) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * Add watch file
+  * Add myself to uploaders
+  * Remove XS- from VCS fields in control
+  * Move build-depends to build-depends-indep. (Except debhelper).
+  * homedir.patch - Use ~/.PiXJuegos. (Closes: #440492, #443356).
+  * Fix some syntax in debian/copyright.
+  * Bump Standards Version to 3.8.1. (No changes needed).
+
+  [ Ansgar Burchardt ]
+  * Remove deprecated Encoding key from .desktop file
+
+ -- Barry deFreese <bdefreese@debian.org>  Mon, 16 Mar 2009 20:55:40 -0400
+
+pixfrogger (1.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Miriam Ruiz <little_miry@yahoo.es>  Mon, 30 Jul 2007 16:10:20 +0000
+
--- pixfrogger-1.0.orig/debian/compat
+++ pixfrogger-1.0/debian/compat
@@ -0,0 +1 @@
+5
--- pixfrogger-1.0.orig/debian/watch
+++ pixfrogger-1.0/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://www.pixjuegos.com/?q=node/63 descargas/pixfrogger-([\d.]+)\.tar\.gz
--- pixfrogger-1.0.orig/debian/rules
+++ pixfrogger-1.0/debian/rules
@@ -0,0 +1,65 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+patch:
+	dh_testdir
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+
+unpatch:
+	dh_testdir
+	QUILT_PATCHES=debian/patches quilt pop -a -f || test $$? = 2
+
+build: build-stamp
+build-stamp: 
+	dh_testdir
+	$(MAKE) -f /usr/share/quilt/quilt.make patch
+	cd fpg-sources && cmd="fenix-fpg -n ../fpg/pixfrogger.fpg " ; \
+		for i in `ls *.png | sort -g` ; \
+		do cmd=$$cmd`echo $$i | sed -e "s/.png//"`:`echo $$i`" " ; done ; \
+		echo $$cmd ; $$cmd || exit 1
+	cd src && fenix-fxc pixfrogger.prg -o ../pixfrogger.dcb
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	rm -f pixfrogger.dcb fpg/pixfrogger.fpg
+	rm -f pixfrogger exec.so src/exec.so src/fxc
+	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	chmod +x debian/*.sh
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_install
+#	dh_installmenu
+	dh_installman
+	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: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- pixfrogger-1.0.orig/debian/control
+++ pixfrogger-1.0/debian/control
@@ -0,0 +1,21 @@
+Source: pixfrogger
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_miry@yahoo.es>, Barry deFreese <bdefreese@debian.org>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: quilt, fenix, fenix-plugins-system
+Standards-Version: 3.8.1
+Homepage: http://www.pixjuegos.com/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pixfrogger/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pixfrogger/?op=log
+
+Package: pixfrogger
+Architecture: all
+Depends: fenix, fenix-plugins-system, ${misc:Depends}
+Description: help the frog cross the street
+ PiX Frogger is a clone of the classic game Frogger, in which you must help
+ a frog cross the street to avoid becoming roadkill by cars and trucks.
+ The frog starts at the bottom of the screen and the only control the player
+ has is navigating the direction for the frog to hop. The game allows 4 players
+ playing simultaneously with the keyboard.
--- pixfrogger-1.0.orig/debian/pixfrogger.desktop
+++ pixfrogger-1.0/debian/pixfrogger.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=PIX Frogger
+GenericName=pixfrogger
+Comment=Help the frog cross the street
+Icon=pixfrogger
+Exec=pixfrogger
+Terminal=false
+Categories=Game;ArcadeGame;
--- pixfrogger-1.0.orig/debian/manpages
+++ pixfrogger-1.0/debian/manpages
@@ -0,0 +1 @@
+debian/pixfrogger.6
--- pixfrogger-1.0.orig/debian/pixfrogger.xpm
+++ pixfrogger-1.0/debian/pixfrogger.xpm
@@ -0,0 +1,455 @@
+/* XPM */
+static char *dummy[]={
+"32 32 420 2",
+"Qt c None",
+"#S c #000000",
+"#C c #020202",
+"#. c #0a0a0a",
+"dT c #18250e",
+"ce c #191507",
+"d9 c #1b2b0f",
+"c2 c #1d330c",
+"#8 c #1f1f1f",
+"dx c #264310",
+"cM c #270101",
+"e# c #284512",
+"cy c #292a0c",
+"ah c #294414",
+"dD c #294613",
+"dG c #294811",
+"dU c #2c4e12",
+"dm c #2c4f13",
+"ac c #2d2121",
+"dL c #2d5013",
+"#7 c #2f2f2f",
+"aE c #301f0c",
+"ao c #30220c",
+"ad c #30380f",
+"a0 c #305118",
+"bZ c #315614",
+"aW c #322e0e",
+"dX c #325915",
+"cr c #332b0e",
+"## c #333333",
+"bE c #335b15",
+"bW c #344712",
+"d. c #355a1a",
+"b0 c #355e16",
+"d2 c #373836",
+"dO c #376217",
+"bg c #383911",
+"a1 c #385223",
+"bB c #385916",
+"bJ c #385932",
+"b9 c #390d0d",
+"#R c #393939",
+"cL c #3b120c",
+"cK c #3c2f10",
+"cJ c #3c6018",
+"bD c #3c6b19",
+"bj c #3e6d19",
+"bF c #3e6e1a",
+"bA c #3f120c",
+"c4 c #3f6f1b",
+"a2 c #406920",
+".Z c #414141",
+"bV c #42130c",
+"dP c #42761c",
+"c# c #430a0a",
+"bk c #43771c",
+"aC c #440d0d",
+"cP c #44781c",
+"bG c #45791c",
+"ea c #45791d",
+"dK c #464c41",
+"#Q c #46563b",
+"#v c #466c2a",
+"ci c #467b1d",
+"ds c #467c1d",
+"cQ c #477d1d",
+"dc c #477f1f",
+"aw c #487922",
+"bX c #487f1e",
+"bY c #48801e",
+"dl c #49811e",
+"dM c #49821e",
+"cu c #4a0909",
+"eb c #4a821f",
+"bl c #4a831f",
+"bd c #4b3131",
+"aH c #4b6835",
+"cO c #4b6e1c",
+"dV c #4b841f",
+"dj c #4b851f",
+"bR c #4c3131",
+"#5 c #4c6c33",
+"aZ c #4c861f",
+"cc c #4d0f0f",
+"cZ c #4d8820",
+"dH c #4d8920",
+"#D c #4e4e4e",
+"#i c #4e5349",
+"a8 c #4e8a20",
+"ch c #4e8b20",
+"cD c #4f8b21",
+"bi c #4f8c21",
+"by c #500a0a",
+"dE c #508d21",
+"bo c #508e3e",
+"db c #518f22",
+"dw c #519022",
+"#y c #526f3c",
+"dN c #529022",
+"cj c #529122",
+"dn c #529123",
+"dt c #529222",
+"be c #531e1e",
+"af c #538f24",
+"#P c #539222",
+"cR c #539322",
+"aO c #549523",
+"c. c #550f0f",
+"aM c #559623",
+"bf c #561111",
+"b1 c #569824",
+"dk c #569924",
+"cx c #571a1a",
+"d# c #579924",
+"ec c #579a25",
+"#Z c #579b24",
+"dF c #589c25",
+"cN c #591b09",
+"b8 c #595d57",
+"#J c #596551",
+"b4 c #596557",
+"dz c #599d25",
+"bh c #599e25",
+"du c #5a9e25",
+"ap c #5a9f25",
+"#K c #5aa026",
+"d3 c #5b5e59",
+"dW c #5ba026",
+"#w c #5ba027",
+"cz c #5ba126",
+"cS c #5ba226",
+"bU c #5c1010",
+"co c #5c6754",
+"aF c #5ca226",
+"cf c #5ca326",
+"ai c #5d6954",
+"cE c #5da426",
+"bC c #5da527",
+"aq c #5e7c46",
+"cF c #5ea528",
+"a3 c #5ea627",
+"bm c #5ea727",
+"an c #5f1010",
+"bc c #5f5656",
+"ae c #5fa827",
+"bT c #600909",
+"aL c #606b58",
+"cA c #60a928",
+"a5 c #60aa28",
+"au c #61685b",
+"eH c #618c3d",
+"a4 c #61ab28",
+"e. c #61ab29",
+"cB c #61ac28",
+"aT c #625454",
+"d8 c #626462",
+"da c #62ad28",
+"a6 c #62ad29",
+"ck c #62ae29",
+"dr c #637b51",
+"dy c #63ae29",
+"aG c #63af29",
+"dv c #63b029",
+"#A c #646464",
+"cT c #64b029",
+"cC c #64b129",
+"cg c #64b12a",
+"c1 c #64b22a",
+"av c #65b22a",
+"aX c #65b32a",
+"aY c #65b42a",
+"#4 c #66b42a",
+"do c #66b42b",
+"#3 c #66b52a",
+"bn c #66b52b",
+"bz c #671212",
+"c5 c #67b52b",
+"c0 c #67b62a",
+"a7 c #67b62b",
+"#2 c #67b72b",
+"#O c #68b82b",
+"#0 c #68b92b",
+"#T c #696969",
+"#1 c #69b92b",
+"#x c #69ba2c",
+"d4 c #6a7263",
+"aN c #6abb2c",
+"#N c #6abc2c",
+"bH c #6abc31",
+"am c #6b6464",
+"eG c #6ba33e",
+"c3 c #6bbd2c",
+"#L c #6bbe2c",
+"aD c #6c1313",
+"ee c #6c914b",
+"ed c #6c9f41",
+"#M c #6cbe2d",
+"bv c #6d3939",
+"#V c #6d6d6d",
+"aP c #6d7369",
+"cl c #6dc034",
+"a# c #6e6e6e",
+"aU c #701313",
+"a9 c #70736e",
+"cn c #70c654",
+"dd c #72cb40",
+"aV c #731414",
+"bu c #742727",
+"dY c #74a749",
+"eF c #74ad47",
+"cb c #761313",
+"dC c #767973",
+"cs c #771414",
+"#m c #777777",
+"eA c #779c58",
+"ez c #789d58",
+"df c #79d64d",
+"#r c #7b7b7b",
+"cI c #7b7e79",
+"di c #7b8475",
+"dQ c #7bad52",
+"eB c #7cad56",
+"ct c #7d1515",
+"c6 c #7dde54",
+"eD c #7eb554",
+"eC c #7fb257",
+"eE c #7fb853",
+"dI c #80b256",
+"dA c #80b356",
+".X c #818181",
+".C c #81a75b",
+"#Y c #828481",
+"ey c #82bc53",
+"bw c #831e1e",
+".3 c #838383",
+"ep c #83b05c",
+"cm c #83e75d",
+"b3 c #83e76f",
+"ex c #84af5f",
+"dp c #84b85a",
+"cU c #84ea62",
+"cd c #851717",
+"bb c #868383",
+"cV c #87ee68",
+"de c #87f068",
+"dZ c #88aa69",
+"dg c #88bc5d",
+"d1 c #898f84",
+"b2 c #8af56c",
+"#u c #8c908a",
+"d5 c #8c9983",
+".9 c #8d8d8d",
+".# c #8eac6f",
+".0 c #8f8f8f",
+"bI c #8ffe79",
+"c9 c #90c767",
+"c8 c #90fe7b",
+"c7 c #90ff7a",
+"ba c #92807f",
+"#z c #929393",
+"bN c #938786",
+"ax c #939890",
+"#d c #949494",
+"cq c #959594",
+"cG c #95ba6e",
+"bO c #969191",
+"ef c #97b77b",
+"cW c #99ce6c",
+"dS c #9a9a9a",
+"b# c #9ab968",
+"dR c #9ac078",
+"aI c #9b9c9b",
+"cY c #9c9d9c",
+"d6 c #9c9e9b",
+"d7 c #9d9d9c",
+"bp c #9e9e9e",
+"bM c #9ec875",
+"eq c #9fc07d",
+"#c c #a0a0a0",
+"eg c #a1c086",
+"bS c #a20707",
+".S c #a3bf86",
+"ca c #a40506",
+"dJ c #a4ca82",
+".2 c #a5a5a5",
+"dB c #a5cd82",
+".5 c #a6c984",
+".J c #a7a7a7",
+".6 c #a7c983",
+"#f c #a7ca83",
+"cv c #a80d0d",
+".7 c #a8a8a8",
+"dq c #a8d083",
+"#t c #a8d17f",
+"#I c #a8d27f",
+"br c #aab562",
+"dh c #aad484",
+"#X c #abd581",
+"#j c #acacac",
+"cX c #acd685",
+"ab c #acd783",
+".G c #aeaeae",
+"#s c #aed289",
+"#H c #aed38a",
+"#g c #aed885",
+"al c #aed985",
+"cH c #aed986",
+".D c #afc698",
+".B c #afc997",
+"eo c #afd28f",
+"b7 c #afda87",
+"#9 c #b0b0b0",
+".T c #b0cd93",
+"aS c #b0db88",
+"aA c #b0dc87",
+".V c #b1b1b1",
+"#W c #b1d68c",
+"bx c #b21414",
+"eh c #b2d195",
+"ej c #b3d197",
+".4 c #b5b5b5",
+"ew c #b5d794",
+"bt c #b61f1f",
+".1 c #b6b6b6",
+"el c #b6d997",
+"aa c #b7de90",
+"em c #b8da99",
+"ev c #b9da98",
+"ek c #b9dc99",
+"ei c #bada9b",
+".A c #bbd3a3",
+"#l c #bcbcbc",
+".a c #bdd1a9",
+"ak c #bee596",
+"#a c #bfbfbf",
+"en c #bfe19f",
+"cw c #c03636",
+"#E c #c1c1c1",
+".M c #c2c2c1",
+".K c #c2c2c2",
+"cp c #c2e19d",
+"b. c #c3e79b",
+".z c #c4ddac",
+"bL c #c4e69d",
+"bq c #c4e79c",
+"aR c #c4eb9a",
+".y c #c5e0ac",
+"eu c #c5e8a2",
+"az c #c5eb9b",
+"b6 c #c7e9a1",
+"#6 c #c8c8c8",
+".b c #c8dcb4",
+"er c #c9eba6",
+"et c #c9eca4",
+"es c #caeda5",
+"bs c #cb1817",
+"aK c #cbcbcb",
+"aB c #cdcccc",
+".x c #cee4b8",
+".c c #cfe2bb",
+".d c #d0e5bc",
+".e c #d1e6bc",
+"bQ c #d2d2d2",
+".f c #d2e7bd",
+".w c #d2e8bd",
+"#G c #d3d3d3",
+".v c #d3e9be",
+"aj c #d4d4d4",
+".g c #d4eabf",
+".k c #d4ebbc",
+"ag c #d5d5d5",
+".h c #d5ecbf",
+".W c #d6d6d6",
+".j c #d6ecbf",
+".u c #d6ecc0",
+"aJ c #d7d7d7",
+"a. c #d8d8d8",
+".i c #d8eec1",
+".t c #d8eec3",
+".l c #d8f0c1",
+".Y c #d9d9d9",
+".L c #d9dad9",
+".s c #d9f0c3",
+".n c #d9f1c1",
+".q c #d9f2c2",
+".m c #daf2c2",
+".p c #daf3c2",
+".o c #daf4c2",
+".H c #dbdbda",
+".r c #dbf3c4",
+"#o c #dcdcdc",
+".I c #dddddd",
+".8 c #dedede",
+"#p c #dfdfdf",
+"bK c #e3e3e3",
+".U c #e4e4e4",
+"#B c #e5e5e5",
+".N c #e6e6e5",
+"bP c #e8e8e8",
+"ar c #ececec",
+"#k c #eeeeee",
+"#q c #f3f3f3",
+"at c #f4f4f4",
+"#U c #f5f5f5",
+"#F c #f6f6f6",
+"#h c #f7f7f7",
+"as c #f8f8f8",
+"#b c #f9f9f9",
+"b5 c #fafaf9",
+"#n c #fafafa",
+"aQ c #fcfcfc",
+"d0 c #fcfdfb",
+"ay c #fdfdfd",
+".R c #fdfefc",
+"#e c #fdfefd",
+".E c #fefefd",
+".O c #fefefe",
+".Q c #fefffe",
+".F c #fffffe",
+".P c #ffffff",
+"QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
+"QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
+"Qt.#.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.A.B.CQt",
+"Qt.D.E.F.F.F.F.F.F.F.G.H.I.J.K.L.M.N.O.P.P.P.F.F.Q.Q.O.O.O.R.SQt",
+"Qt.T.O.P.P.P.P.P.P.U.V.W.X.Y.Z.0.1.2.3.4.P.P.P.P.P.P.P.P.P.E.5Qt",
+"Qt.6.E.P.P.P.P.P.P.7.8.9#.###a.P.P.P#b#c#d.P.P.P.P.P.P.P.P#e#fQt",
+"Qt#g.E.P.P.P.P#h.V#i#j#k#l#m#n.P#o#p.O#q#r.W.P.P.P.P.P.P.P#e#sQt",
+"Qt#t.E.P.P#n#u#v#w#x#y#z#A#B.O.0#C#D#E#F#G#r.P.P.P.P.P.P.P#e#HQt",
+"Qt#I.E.P#n#J#K#L#M#N#O#P#Q.O.P#R#S#T#T#U#o#V.P.P.P.P.P.P.P#e#WQt",
+"Qt#X.E.P#Y#Z#0#1#O#2#3#4#5.P.P#6#7#8#9#ka.a#.P.P.P.P.P.P.P#eaaQt",
+"Qtab.E.Oacadae#3#3#4#4#4afag.P.P.P.P#h#p.1ahaiaj.P.P.P.P.P#eakQt",
+"Qtal.E.Pamanaoap#4#4#4#4#4aqar#hasat.Uajauav#xawaxay.P.P.P.EazQt",
+"QtaA.E.PaBaCaDaEaF#4#4#4#4aGaHaIaJ.8aKaLaM#2aN#NaOaPaQ.P.P.EaRQt",
+"QtaS.E.P.PaTaUaVaWaX#4#4#4#4aYaZa0a1a2a3a4a5a6a7a7a8a9.P.P.Eb.Qt",
+"Qtb#babbbcbdbebfaVbgbh#4#4#4#4#4#4#4aXa5bibjbkblbmbnbobp.P.EbqQt",
+"QtbrbsbtbubvbwbxbybzbAbBbm#4#4#4#4#4aXbCbDbEbFbGbibHbIbJbK.EbLQt",
+"QtbMbNbObP.PbQbRbSbTbUaVbVbWbXav#4#4aXa5bYbZb0bFb1#3b2b3b4b5b6Qt",
+"Qtb7.E.P#hb8b9c.c#cacbcccdaVcecf#4#4aYcgbCchcicjckaYclcmcncocpQt",
+"Qtb7.E.Pcqblcrcsctcucvcwcxcycz#4cgaGcg#4#4aGcAcBcCcDcE#4#4cFcGQt",
+"QtcH.E.PcIapa5cJcKcLcMcNcOcC#4avbmcPcQ#4#xcR#2#4#4cScTbHcUcVcWQt",
+"QtcX.E.PcYcZcAa7c0ck#ZcC#4#4#4c1czaZc2cBc3c4#1c5#4#4#4c6c7c8c9Qt",
+"QtcX.E.P#Bd.d#daaX#4#4#4#4#4#4aXcAdbbZcQ#Ndc#Oa7#4#4#4dddedfdgQt",
+"Qtdh.E.P.Pdidjdka5cCaX#4#4#4#4#4cCapdldm#2dnaGa7#4#4#4#4#4dodpQt",
+"Qtdq.E.P.P#hdrdsdtducAdvaX#4#4#4aXaedwdxdyb1dz#3#4#4#4#4#4dodAQt",
+"QtdB.E.P.P.PasdCdDbXdEdFa5cCaX#4aYcB#PdGbhd#dH#4#4#4#4#4#4dodIQt",
+"QtdJ.E.P.P.P.P.PaKdKdLdMdNczcBcCavckaOdOcidzdPaGc1#4#4#4#4dodQQt",
+"QtdR#e.P.P.P.P.P.PaydSdTdUdVdkbmdadWblbkdXaFb0aMcSckaX#4#4dodYQt",
+"QtdZd0.E.E.O.Q.Q.O.Q.Qd1dxd2d3d4d5d6d7d8d9e.e#eaebecckdododoedQt",
+"QteeefegeheiejekelemeneoepeqereseteuevewexeyezeAeBeCeDeEeFeGeHQt",
+"QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
+"QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
+"QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt"};
--- pixfrogger-1.0.orig/debian/patches/homedir.patch
+++ pixfrogger-1.0/debian/patches/homedir.patch
@@ -0,0 +1,13 @@
+Index: pixfrogger-1.0/src/pixfrogger.prg
+===================================================================
+--- pixfrogger-1.0.orig/src/pixfrogger.prg	2009-03-16 21:41:24.000000000 -0400
++++ pixfrogger-1.0/src/pixfrogger.prg	2009-03-16 21:41:39.000000000 -0400
+@@ -30,7 +30,7 @@
+ 
+ 	// COMPATIBILIDAD CON XP/VISTA/LINUX (usuarios)
+ 	string savegamedir;
+-	string developerpath="/PiXJuegos/PiXFrogger/";
++	string developerpath="/.PiXJuegos/PiXFrogger/";
+ Local
+ 	i; // la variable maestra
+ begin
--- pixfrogger-1.0.orig/debian/patches/browser_command.patch
+++ pixfrogger-1.0/debian/patches/browser_command.patch
@@ -0,0 +1,13 @@
+Index: pixfrogger-1.0/src/pixfrogger.prg
+===================================================================
+--- pixfrogger-1.0.orig/src/pixfrogger.prg	2009-03-16 21:39:11.000000000 -0400
++++ pixfrogger-1.0/src/pixfrogger.prg	2009-03-16 21:39:27.000000000 -0400
+@@ -151,7 +151,7 @@
+ 				if(fxi_os==0)
+ 					shell("http://pixjuegos.com");
+ 				else
+-					shell("firefox http://pixjuegos.com &");
++					shell("x-www-browser http://pixjuegos.com &");
+ 				end
+ 				break;
+ 			end
--- pixfrogger-1.0.orig/debian/patches/series
+++ pixfrogger-1.0/debian/patches/series
@@ -0,0 +1,2 @@
+browser_command.patch
+homedir.patch