diff options
Diffstat (limited to 'packaging/debian/control')
-rw-r--r-- | packaging/debian/control | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/packaging/debian/control b/packaging/debian/control new file mode 100644 index 00000000..4372aaea --- /dev/null +++ b/packaging/debian/control @@ -0,0 +1,37 @@ +Source: tmw +Section: games +Priority: optional +Homepage: http://www.themanaworld.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 +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. + +Package: tmw-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. + . + This package provides debugging symbols for the tmw package. + +Package: tmw-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. + . + This package contains the data files. |