summaryrefslogtreecommitdiff
path: root/packaging/debian
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-24 13:27:21 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-24 13:27:21 -0600
commit03761078314cca27692ccce12a823c484fbe90e0 (patch)
treeffe264d029a6ae5bd85b26a43aa14ac0079da89f /packaging/debian
parentb55ace0590c8d8112294a6724fd224d8e44834d1 (diff)
downloadmana-client-03761078314cca27692ccce12a823c484fbe90e0.tar.gz
mana-client-03761078314cca27692ccce12a823c484fbe90e0.tar.bz2
mana-client-03761078314cca27692ccce12a823c484fbe90e0.tar.xz
mana-client-03761078314cca27692ccce12a823c484fbe90e0.zip
Basically finish rebranding
Diffstat (limited to 'packaging/debian')
-rw-r--r--packaging/debian/control34
-rw-r--r--packaging/debian/mana.desktop6
-rw-r--r--packaging/debian/rules2
3 files changed, 16 insertions, 26 deletions
diff --git a/packaging/debian/control b/packaging/debian/control
index 4372aaea..a5696ca5 100644
--- a/packaging/debian/control
+++ b/packaging/debian/control
@@ -1,37 +1,27 @@
-Source: tmw
+Source: mana
Section: games
Priority: optional
-Homepage: http://www.themanaworld.org/
+Homepage: http://manasource.org/
Maintainer: Patrick Matthäi <patrick.matthaei@web.de>
Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.13.19), dpatch, autotools-dev, libcurl4-gnutls-dev, libgl1-mesa-dev, libguichan2-dev (>= 0.7.1), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, libsdl-mixer1.2-dev, libphysfs-dev, libpng12-dev, libxml2-dev, zlib1g-dev
Standards-Version: 3.7.3
-Package: tmw
+Package: mana
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, tmw-data (= ${source:Version})
-Recommends: tmw-music
-Description: The Mana World is a great Online Rolegame
- based upon the Seiken Densetsu serie. It has its own universe, and its own
- character management system, which will give you the opportunity to play in a
- 2D heroic-fantasy world forever.
+Depends: ${shlibs:Depends}, ${misc:Depends}, mana-data (= ${source:Version})
+Description: Mana is a 2D MMORPG client
-Package: tmw-dbg
+Package: mana-dbg
Architecture: any
Priority: extra
-Depends: tmw (= ${binary:Version})
-Description: The Mana World is a great Online Rolegame (debugging symbols)
- based upon the Seiken Densetsu serie. It has its own universe, and its own
- character management system, which will give you the opportunity to play in a
- 2D heroic-fantasy world forever.
+Depends: mana (= ${binary:Version})
+Description: Mana is a 2D MMORPG client (debugging symbols)
.
- This package provides debugging symbols for the tmw package.
+ This package provides debugging symbols for the mana package.
-Package: tmw-data
+Package: mana-data
Architecture: all
-Recommends: tmw, tmw-music
-Description: The Mana World is a great Online Rolegame (data files)
- based upon the Seiken Densetsu serie. It has its own universe, and its own
- character management system, which will give you the opportunity to play in a
- 2D heroic-fantasy world forever.
+Recommends: mana
+Description: Mana is a 2D MMORPG client
.
This package contains the data files.
diff --git a/packaging/debian/mana.desktop b/packaging/debian/mana.desktop
index e97e4553..ec24a2fc 100644
--- a/packaging/debian/mana.desktop
+++ b/packaging/debian/mana.desktop
@@ -2,13 +2,13 @@
[Desktop Entry]
Version=1.0
Name=Mana
-Name[fr]=Le Monde de Mana
-Comment=An online fantasy role playing game
+Comment=A 2D MMORPG client
Comment[fr]=Un jeu en ligne dans un univers fantastique
Comment[de]=ein Online Fantasy Spiel
Comment[it]=Un gioco fantasy online
Comment[nl]=Een online role playing game
-Exec=tmw
+Comment[sv]=Ett fantasyrollspel online
+Exec=mana
StartupNotify=false
Terminal=false
Type=Game
diff --git a/packaging/debian/rules b/packaging/debian/rules
index 614ee701..df2e08d6 100644
--- a/packaging/debian/rules
+++ b/packaging/debian/rules
@@ -56,7 +56,7 @@ binary-arch: build install
dh_install -a
dh_desktop -a
dh_installmenu -a
- dh_strip -a --dbg-package=tmw-dbg
+ dh_strip -a --dbg-package=mana-dbg
dh_compress -a
dh_fixperms -a
dh_installdeb -a