Merge from master bf883501679502d078aa719efed53ca4b2d4328c.
[tagua/paolo.git] / debian / control
blobfcffa8b3373c937b61ebf30f844ab2e1b4bfc2f0
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
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-variant-chess
33 Architecture: any
34 Depends: tagua
35 Provides: tagua-variant
36 Description: Chess support for the tagua board-game frontend
37  This package allows to play chess from tagua.
39 Package: tagua-variant-crazyhouse
40 Architecture: any
41 Depends: tagua, tagua-variant-chess
42 Provides: tagua-variant
43 Description: Crazyhouse support for the tagua board-game frontend
44  This package allows to play crazyhouse, a chess variant with drops,
45  from tagua.
47 Package: tagua-variant-chess5x5
48 Architecture: any
49 Depends: tagua, tagua-variant-chess
50 Provides: tagua-variant
51 Description: Chess 5x5 support for the tagua board-game frontend
52  This package allows to play "chess 5x5", a chess variant on a 5x5
53  board, from tagua.