Preliminary port of Shogi to the component API.
[tagua/yd.git] / debian / control
blob47217870ad37f0f3619886da16ab0156d216be61
1 Source: tagua
2 Section: games
3 Priority: optional
4 Maintainer: Yann Dirson <dirson@debian.org>
5 Build-Depends: debhelper (>= 5), libkdegames-dev (>= 4:3.96), cmake, libboost-dev, libqimageblitz-dev, liblua5.1-0-dev, kdesdk-scripts
6 Standards-Version: 3.7.2
8 Package: tagua
9 Architecture: any
10 Depends: tagua-data (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
11 Recommends: tagua-variant-chess, tagua-variant
12 Description: Board-game frontend for playing chess variants and other games.
13  Tagua is a frontend for a variety of board games.  Currently
14  supported games include chess, shogi and a couple of variants of
15  those games.
16  .
17  Tagua is based on a powerful plugin system that allows many games to
18  share the same graphical framework, game history handling,
19  interoperability with AI engines and connectivity to network servers.
20  .
21  It currently has support for xboard-compatible chess engines, and
22  xshogi-compatible shogi engines, as well as network play on chess ICS
23  servers.
25 Package: tagua-data
26 Architecture: all
27 Depends: ${misc:Depends}
28 Description: Theme data for the tagua board-game frontend.
29  This package contains the architecture independant data files
30  required by tagua.
32 Package: tagua-dbg
33 Architecture: any
34 Depends: ${misc:Depends}
35 Description: Debugging symbols for tagua
36  This package contains the debugging symbols for tagua, both the UI
37  tool, core libs and standard plugins.
39 Package: tagua-variant-chess
40 Architecture: any
41 Depends: tagua
42 Provides: tagua-variant
43 Description: Chess support for the tagua board-game frontend
44  This package allows to play chess from tagua.
46 Package: tagua-variant-crazyhouse
47 Architecture: any
48 Depends: tagua, tagua-variant-chess
49 Provides: tagua-variant
50 Description: Crazyhouse support for the tagua board-game frontend
51  This package allows to play crazyhouse, a chess variant with drops,
52  from tagua.
54 Package: tagua-variant-chess5x5
55 Architecture: any
56 Depends: tagua, tagua-variant-chess
57 Provides: tagua-variant
58 Description: Chess 5x5 support for the tagua board-game frontend
59  This package allows to play "chess 5x5", a chess variant on a 5x5
60  board, from tagua.
62 Package: tagua-variant-shogi
63 Architecture: any
64 Depends: tagua, tagua-variant-chess, tagua-variant-crazyhouse
65 Suggests: gnushogi, gpsshogi
66 Provides: tagua-variant
67 Description: Shogi support for the tagua board-game frontend
68  This package allows to play Shogi, a japanese chess-like game, from
69  tagua.