summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-04-08 06:57:19 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-04-08 06:57:19 +0000
commitb09ea125c86ae393b2db3b988d0210c4b734e62f (patch)
treebd1269cae6b53d938c7048f6b6bb26d40ae8984b
parentf0f9ef367f769b861748595b6e67991cea4b1613 (diff)
downloadMana-b09ea125c86ae393b2db3b988d0210c4b734e62f.tar.gz
Mana-b09ea125c86ae393b2db3b988d0210c4b734e62f.tar.bz2
Mana-b09ea125c86ae393b2db3b988d0210c4b734e62f.tar.xz
Mana-b09ea125c86ae393b2db3b988d0210c4b734e62f.zip
Removing debian folder (not needed anymore)
-rwxr-xr-xdist/debian/MakePackages11
-rwxr-xr-xdist/debian/PrepareFiles63
-rw-r--r--dist/debian/debianfile.list55
-rw-r--r--dist/debian/makefile27
-rwxr-xr-xdist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/control30
-rwxr-xr-xdist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/postinst5
-rwxr-xr-xdist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/prerm5
-rw-r--r--dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/changelog.Debian.gzbin213 -> 0 bytes
-rw-r--r--dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/copyright17
-rw-r--r--dist/debian/manaworld.679
-rwxr-xr-xdist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/control30
-rwxr-xr-xdist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postinst7
-rwxr-xr-xdist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm7
-rwxr-xr-xdist/debian/manaworld_X.Y.Z-R_i386/usr/games/manaworld6
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/lib/menu/manaworld7
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/applications/manaworld.desktop15
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.Debian.gzbin210 -> 0 bytes
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/copyright17
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/games/manaworld/manaworld-icon.pngbin1102 -> 0 bytes
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/man/man6/manaworld.6.gzbin1050 -> 0 bytes
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/pixmaps/manaworld-icon.xpm56
21 files changed, 0 insertions, 437 deletions
diff --git a/dist/debian/MakePackages b/dist/debian/MakePackages
deleted file mode 100755
index aece091b..00000000
--- a/dist/debian/MakePackages
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-echo "Packages Creation";
-echo "Warning : This script should be used only by debian maintainers."
-echo "";
-TMW_VERSION=`cat ./manaworld_X.Y.Z-R_i386/DEBIAN/control | grep "Version" | cut -d' ' -f2`
-
-dpkg --build manaworld_X.Y.Z-R_i386;
-dpkg --build manaworld-data_X.Y.Z-R_i386;
-mv "manaworld_X.Y.Z-R_i386.deb" "manaworld_"$TMW_VERSION"_i386.deb";
-mv "manaworld-data_X.Y.Z-R_i386.deb" "manaworld-data_"$TMW_VERSION"_i386.deb";
-
diff --git a/dist/debian/PrepareFiles b/dist/debian/PrepareFiles
deleted file mode 100755
index 389e9447..00000000
--- a/dist/debian/PrepareFiles
+++ /dev/null
@@ -1,63 +0,0 @@
-#!/bin/sh
-echo "---------------------------------------------------------------------------";
-echo "* Warning : Script to be used by maintainers only... *";
-echo "* There is no warranty that script will do something good on your system. *";
-echo "---------------------------------------------------------------------------";
-echo "";
-echo "Cleaning possible previous cached version...";
-rm -f ./manaworld_X.Y.Z-R_i386/usr/share/games/manaworld/tmw;
-rm -rf ./manaworld-data_X.Y.Z-R_i386/usr/share/games/manaworld/*;
-
-echo "Making stripped version of tmw.";
-make clean;
-make;
-
-echo "Copying files to their good locations...";
-echo "";
-echo "Executable";
-cp ../../tmw ./manaworld_X.Y.Z-R_i386/usr/share/games/manaworld;
-
-echo "Datas";
-cp -r ../../data ./manaworld-data_X.Y.Z-R_i386/usr/share/games/manaworld;
-echo "Removing CVS folders and automaked makefiles if some exist.";
-rm -r `find ./manaworld_X.Y.Z-R_i386 -name CVS -type d`;
-rm -r `find ./manaworld-data_X.Y.Z-R_i386 -name CVS -type d`;
-rm -r `find ./manaworld-data_X.Y.Z-R_i386/usr/share/games/manaworld/data -name Makefile.am -type f`;
-rm -r `find ./manaworld-data_X.Y.Z-R_i386/usr/share/games/manaworld/data -name Makefile.in -type f`;
-rm -r `find ./manaworld-data_X.Y.Z-R_i386/usr/share/games/manaworld/data -name .cvsignore -type f`;
-
-echo "Copying README and changelog file to their location and format.";
-cp ../../README ./manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld;
-gzip --best -c ../../ChangeLog > ./manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.gz
-
-echo "Applying the good rights to all files :";
-echo "Setting files user and group.";
-chown -R root:root ./manaworld_X.Y.Z-R_i386/*;
-chown -R root:root ./manaworld-data_X.Y.Z-R_i386/*;
-chown -R root:games ./manaworld_X.Y.Z-R_i386/usr/share/games/manaworld;
-chown -R root:games ./manaworld-data_X.Y.Z-R_i386/usr/share/games/manaworld;
-echo "Setting mod to files";
-chmod -R 755 ./manaworld_X.Y.Z-R_i386/usr;
-chmod 2755 ./manaworld_X.Y.Z-R_i386/usr/share/games/manaworld/tmw;
-chmod 644 ./manaworld_X.Y.Z-R_i386/usr/share/games/manaworld/manaworld-icon.png;
-chmod 644 ./manaworld_X.Y.Z-R_i386/usr/share/pixmaps/manaworld-icon.xpm;
-chmod 644 ./manaworld_X.Y.Z-R_i386/usr/share/man/man6/manaworld.6.gz;
-chmod -R 755 ./manaworld-data_X.Y.Z-R_i386/usr;
-chmod 644 `find ./manaworld-data_X.Y.Z-R_i386/usr/share/games/manaworld -type f`;
-echo "To Menu permissions";
-chmod 644 ./manaworld_X.Y.Z-R_i386/usr/share/applications/*;
-chmod 644 ./manaworld_X.Y.Z-R_i386/usr/lib/menu/*;
-echo "And the rights on the control files.";
-chmod -R 755 ./manaworld_X.Y.Z-R_i386/DEBIAN;
-chmod -R 755 ./manaworld-data_X.Y.Z-R_i386/DEBIAN;
-chown -R root:root ./manaworld_X.Y.Z-R_i386/DEBIAN;
-chown -R root:root ./manaworld-data_X.Y.Z-R_i386/DEBIAN;
-#chmod 644 ./manaworld_X.Y.Z-R_i386/DEBIAN/md5sums;
-#chmod 644 ./manaworld-data_X.Y.Z-R_i386/DEBIAN/md5sums;
-echo "The rights of the documentation";
-chmod 644 ./manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/*;
-chmod -R 644 ./manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/*;
-
-echo "Don't forget to check the control files version.";
-echo "Also the changelog.Debian.gz file and Man documentation has to be changed manually.";
-echo "When you're done, you can launch MakePackages.";
diff --git a/dist/debian/debianfile.list b/dist/debian/debianfile.list
deleted file mode 100644
index 76580253..00000000
--- a/dist/debian/debianfile.list
+++ /dev/null
@@ -1,55 +0,0 @@
-MODULES = ../../src/sound.cpp \
- ../../src/graphic/spriteset.cpp \
- ../../src/gui/button.cpp \
- ../../src/gui/buy.cpp \
- ../../src/gui/buysell.cpp \
- ../../src/gui/chargedialog.cpp \
- ../../src/gui/char_server.cpp \
- ../../src/gui/char_select.cpp \
- ../../src/gui/chat.cpp \
- ../../src/gui/checkbox.cpp \
- ../../src/gui/confirm_dialog.cpp \
- ../../src/gui/equipment.cpp \
- ../../src/gui/gui.cpp \
- ../../src/gui/inventory.cpp \
- ../../src/gui/itemcontainer.cpp \
- ../../src/gui/item_amount.cpp \
- ../../src/gui/listbox.cpp \
- ../../src/gui/login.cpp \
- ../../src/gui/minimap.cpp \
- ../../src/gui/newskill.cpp \
- ../../src/gui/npc.cpp \
- ../../src/gui/npc_text.cpp \
- ../../src/gui/ok_dialog.cpp \
- ../../src/gui/passwordfield.cpp \
- ../../src/gui/playerbox.cpp \
- ../../src/gui/progressbar.cpp \
- ../../src/gui/radiobutton.cpp \
- ../../src/gui/scrollarea.cpp \
- ../../src/gui/sell.cpp \
- ../../src/gui/setup.cpp \
- ../../src/gui/shop.cpp \
- ../../src/gui/skill.cpp \
- ../../src/gui/slider.cpp \
- ../../src/gui/stats.cpp \
- ../../src/gui/status.cpp \
- ../../src/gui/textbox.cpp \
- ../../src/gui/textfield.cpp \
- ../../src/gui/window.cpp \
- ../../src/gui/windowcontainer.cpp \
- ../../src/net/network.cpp \
- ../../src/net/protocol.cpp \
- ../../src/resources/image.cpp \
- ../../src/resources/mapreader.cpp \
- ../../src/resources/resource.cpp \
- ../../src/resources/resourcemanager.cpp \
- ../../src/configuration.cpp \
- ../../src/base64.cpp \
- ../../src/being.cpp \
- ../../src/engine.cpp \
- ../../src/floor_item.cpp \
- ../../src/game.cpp \
- ../../src/graphics.cpp \
- ../../src/main.cpp \
- ../../src/map.cpp \
- ../../src/log.cpp
diff --git a/dist/debian/makefile b/dist/debian/makefile
deleted file mode 100644
index ab0fd099..00000000
--- a/dist/debian/makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-CXX = g++
-# optimizations
-CXXFLAGS = -Wall -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -fexceptions
-CXXFLAGS += `sdl-config --cflags` -fexceptions `pkg-config --cflags libxml-2.0`
-
-LIBS := `sdl-config --libs` -lguichan_sdl -lguichan -lSDL_mixer -lSDL_image \
- `pkg-config --libs libxml-2.0` -lphysfs
-
-include debianfile.list
-
-OBJS := $(patsubst src%, obj%, $(patsubst %.cpp, %.o, $(MODULES)))
-
-tmw: $(OBJS)
- @echo $(OBJS)
- $(CXX) -o ../../tmw $(OBJS) $(LIBS)
-
-clean:
- - rm -fv ../../obj/*.o
- - rm -fv ../../obj/net/*.o
- - rm -fv ../../obj/gui/*.o
- - rm -fv ../../obj/sound/*.o
- - rm -fv ../../obj/graphic/*.o
- - rm -fv ../../obj/resources/*.o
- - rm -fv ../../tmw
-
-obj/%.o: src/%.cpp
- $(CXX) $(CXXFLAGS) -c $< -o $@
diff --git a/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/control b/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/control
deleted file mode 100755
index 7f5f7248..00000000
--- a/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/control
+++ /dev/null
@@ -1,30 +0,0 @@
-Package: manaworld-data
-Version: 0.0.11-1
-Section: games
-Priority: optional
-Architecture: i386
-Depends: manaworld (>= 0.0.11-1)
-Suggests: Nothing
-Installed-Size: 1200
-Maintainer: Ferreira Yohann <bertram@cegetel.net>
-Description: The Mana World is a Great Online Game based upon the Seiken Densetsu Serie.
- It has its own universe, and and its own character management system, which will
- give you the opportunity to play in a 2D heroic-fantasy world forever.
- .
- This package depends on the non-official package :
- libguichan which can be found on :
- http://guichan.darkbits.org/downloads.shtml
- .
- Look at the website for further informations...
- .
- Authors:
- Elven Programmer <elvenprogrammer@sourceforge.net>
- Kth5 <kth5@gawab.com>
- Ultramichy <celdron15@hotmail.com>
- SimEdw <simon@crossnet.se>
- Rotonen <j_orponen@hotmail.com>
- Chetic <Chetic@gmail.com>
- HammerBear <bjorn@lindeijer.nl>
- Bertram <bertram@cegetel.net>
- .
- Web Site: http://themanaworld.sourceforge.net
diff --git a/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/postinst b/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/postinst
deleted file mode 100755
index e3fb7d37..00000000
--- a/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/postinst
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-if [ "$1" = "configure" ]; then
- # Nothing at all for now
- echo "";
-fi
diff --git a/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/prerm b/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/prerm
deleted file mode 100755
index 8ee55bce..00000000
--- a/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/prerm
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) ]; then
- # Nothing at all for the moment
- echo "";
-fi
diff --git a/dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/changelog.Debian.gz b/dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/changelog.Debian.gz
deleted file mode 100644
index 7f932527..00000000
--- a/dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/changelog.Debian.gz
+++ /dev/null
Binary files differ
diff --git a/dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/copyright b/dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/copyright
deleted file mode 100644
index a6322d56..00000000
--- a/dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/copyright
+++ /dev/null
@@ -1,17 +0,0 @@
-This package was debianized by Yohann FERREIRA <bertram@cegetel.net>.
-
-It was downloaded from http://themanaworld.sourceforge.net/
-
-License:
- This program 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 program 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 <http://www.opensource.org/gpl-license.html>
- for more details.
-
- On Debian systems, the complete text of the GNU General Public
- License can be found in /usr/share/common-licenses/GPL file.
diff --git a/dist/debian/manaworld.6 b/dist/debian/manaworld.6
deleted file mode 100644
index c29768eb..00000000
--- a/dist/debian/manaworld.6
+++ /dev/null
@@ -1,79 +0,0 @@
-.\" This program 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 program 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 program; if not, write to the Free Software
-.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-.\"
-
-.TH MANAWORLD 6 "March 27, 2005" "Mana World" "The Mana World"
-
-.SH NAME
-the mana world \- online action game
-
-.SH SYNOPSIS
-.B manaworld
-
-.SH DESCRIPTION
-The Mana
-.B World
-is an On-Line Action Game.
-
-The Mana World is a Great Online Game based upon the Seiken Densetsu Serie.
-It has its own universe, and and its own character management system, which will
-give you the opportunity to play in a 2D heroic-fantasy world forever.
-
-.SH COMMON KEYS
-
-.TP
-.BR Arrow Keys, Key Pad Keys (Diagonals Supported).
-Move your character around.
-
-.TP
-.BR Left Ctrl
-Make your character attack.
-
-.TP
-.BR G
-Get Items on the ground or in a chest.
-
-.TP
-.BR Alt + 1...9
-Shows an Emoticon above your character.
-
-.TP
-.BR Alt + I
-Shows / Hide Inventory Window.
-
-.TP
-.BR Alt + K
-Shows / Hide Skills Window.
-
-.TP
-.BR Alt + E
-Shows / Hide Equipment Window.
-
-.TP
-.BR Alt + C
-Shows Configuration Window.
-
-.TP
-.BR Ctrl + F
-Toggles Fullscreen.
-
-.SH AUTHOR
-Written by FERREIRA Yohann <bertram@cegetel.net>.
-.br
-Visit the official homepage: http://themanaworld.sourceforge.net/
-
-.SH COPYRIGHT
-.br
-This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation.
-There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/control b/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/control
deleted file mode 100755
index 7de00bb0..00000000
--- a/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/control
+++ /dev/null
@@ -1,30 +0,0 @@
-Package: manaworld
-Version: 0.0.11-1
-Section: games
-Priority: optional
-Architecture: i386
-Depends: manaworld-data (>= 0.0.11-1), libsdl1.2debian (>= 1.2.7), libsdl-image1.2 (>= 1.2.3), libsdl-mixer1.2 (>= 1.2.5), libguichan (>= 0.3.0), libxml2 (>= 2.4.19), libphysfs-1.0-0 (>= 1.0.0-1)
-Suggests: Nothing
-Installed-Size: 191
-Maintainer: Ferreira Yohann <bertram@cegetel.net>
-Description: The Mana World is a Great Online Game based upon the Seiken Densetsu Serie.
- It has its own universe, and and its own character management system, which will
- give you the opportunity to play in a 2D heroic-fantasy world forever.
- .
- This package depends on the non-official package :
- libguichan which can be found on :
- http://guichan.darkbits.org/downloads.shtml
- .
- Look at the website for further informations...
- .
- Authors:
- Elven Programmer <elvenprogrammer@sourceforge.net>
- Kth5 <kth5@gawab.com>
- Ultramichy <celdron15@hotmail.com>
- SimEdw <simon@crossnet.se>
- Rotonen <j_orponen@hotmail.com>
- Chetic <Chetic@gmail.com>
- HammerBear <bjorn@lindeijer.nl>
- Bertram <bertram@cegetel.net>
- .
- Web Site: http://themanaworld.sourceforge.net
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postinst b/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postinst
deleted file mode 100755
index 04cbe176..00000000
--- a/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postinst
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-if [ "$1" = "configure" ]; then
- # Update Menus
- if [ -x update-menus ]; then
- update-menus;
- fi
-fi
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm b/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm
deleted file mode 100755
index 7ce69a7e..00000000
--- a/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) ]; then
- if [ -x update-menus ]; then
- # Updates Menus
- update-menus;
- fi
-fi
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/games/manaworld b/dist/debian/manaworld_X.Y.Z-R_i386/usr/games/manaworld
deleted file mode 100755
index 5cf50e52..00000000
--- a/dist/debian/manaworld_X.Y.Z-R_i386/usr/games/manaworld
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-cd /usr/share/games/manaworld;
-./tmw;
-cd -;
-echo "Thanks for playing Mana World !"; \ No newline at end of file
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/lib/menu/manaworld b/dist/debian/manaworld_X.Y.Z-R_i386/usr/lib/menu/manaworld
deleted file mode 100644
index 95ef5dbd..00000000
--- a/dist/debian/manaworld_X.Y.Z-R_i386/usr/lib/menu/manaworld
+++ /dev/null
@@ -1,7 +0,0 @@
-?package(manaworld): \
- needs="X11" \
- section="Games/Arcade" \
- title="The Mana World" \
- longtitle="The Mana World is an Online Fantasy arcade game." \
- command="/usr/games/manaworld" \
- icon="/usr/share/pixmaps/manaworld-icon.xpm"
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/applications/manaworld.desktop b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/applications/manaworld.desktop
deleted file mode 100644
index d3c69b71..00000000
--- a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/applications/manaworld.desktop
+++ /dev/null
@@ -1,15 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Encoding=UTF-8
-Type=Application
-Name=The Mana World
-Name[fr]=Le Monde de Mana
-GenericName=Strategy Game
-GenericName[fr]=Jeu d'Arcade En Ligne
-Comment=A fantasy on-line game
-Comment[fr]=Un jeu en ligne dans un univers fantastique
-Icon=/usr/share/games/manaworld/manaworld-icon.png
-FilePattern=manaworld
-TryExec=manaworld
-Exec=manaworld
-Categories=Application;Game;ArcadeGame;
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.Debian.gz b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.Debian.gz
deleted file mode 100644
index 22808b92..00000000
--- a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.Debian.gz
+++ /dev/null
Binary files differ
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/copyright b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/copyright
deleted file mode 100644
index a6322d56..00000000
--- a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/copyright
+++ /dev/null
@@ -1,17 +0,0 @@
-This package was debianized by Yohann FERREIRA <bertram@cegetel.net>.
-
-It was downloaded from http://themanaworld.sourceforge.net/
-
-License:
- This program 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 program 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 <http://www.opensource.org/gpl-license.html>
- for more details.
-
- On Debian systems, the complete text of the GNU General Public
- License can be found in /usr/share/common-licenses/GPL file.
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/games/manaworld/manaworld-icon.png b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/games/manaworld/manaworld-icon.png
deleted file mode 100644
index 30622354..00000000
--- a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/games/manaworld/manaworld-icon.png
+++ /dev/null
Binary files differ
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/man/man6/manaworld.6.gz b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/man/man6/manaworld.6.gz
deleted file mode 100644
index b49ad239..00000000
--- a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/man/man6/manaworld.6.gz
+++ /dev/null
Binary files differ
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/pixmaps/manaworld-icon.xpm b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/pixmaps/manaworld-icon.xpm
deleted file mode 100644
index a9e91161..00000000
--- a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/pixmaps/manaworld-icon.xpm
+++ /dev/null
@@ -1,56 +0,0 @@
-/* XPM */
-static char *dummy[]={
-"32 32 21 1",
-". c None",
-"f c #003300",
-"s c #003333",
-"# c #003366",
-"d c #006600",
-"h c #009933",
-"c c #040404",
-"m c #0c0c0c",
-"a c #3366cc",
-"e c #339933",
-"g c #33cc33",
-"o c #66cc99",
-"r c #993300",
-"n c #996633",
-"b c #99ccff",
-"j c #c0c0c0",
-"k c #cc6666",
-"q c #cc9933",
-"i c #cc9999",
-"p c #cccc66",
-"l c #efd6c6",
-"................................",
-".........................#......",
-"........#................a......",
-".......#a..............#aba#....",
-"...#.......cccccccc......a......",
-"...a......ccdeddcfdcc....#......",
-".#ab#....ccccegdheefc...........",
-"...#...cccdheeeeehdddc..........",
-".......cheheegeeehddfcc.cc......",
-"........ccdhedeeehhdcc..cic.....",
-".......ccdhgeeeheeddfc.cijc.....",
-".......cfddhehhhddfccc.cikcc....",
-".......ccccfdhedfdffc..cjliccm..",
-"..........cccdfdfcccc.cciiknc...",
-".....cccc...cccccc...cceciiicc..",
-"....cgoggccccnpqrc..mcgogeckcec.",
-"....ccggogggccqpqccmccecciidogcm",
-"....cjncgggecpncnrcccnijijikdec.",
-".....ciikceccrqqcncrciiliikcnc..",
-"....ccccccrcpqpqnrnkdkiiiiiinc..",
-"..cccgogeccnqpccpqncdcseinikrc..",
-"..cgooogggecnqcnqcpneedddsknegc.",
-"..ccccggoooggcnegeceeegdedseogg.",
-"...ccrkggggggoogggoeggegeeddcec.",
-".....ccrcceggggeggggeggegeeckcc.",
-".....mcnilkcgepccceggecceeecic..",
-"......mcriikccinkcpeeencceciic..",
-"........cijiilikiikccciknccrkc..",
-".......cckiknccckiijiiknrc.cc...",
-"........cccncc.ccnkknrccc...c...",
-"..........ccc....ccccc..........",
-"...........m...................."};