1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
Source: pioneers
Section: games
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Roland Clobus <rclobus@rclobus.nl>,
Bas Wijnen <wijnen@debian.org>,
Build-Depends:
debhelper-compat (= 13),
autoconf-archive,
gob2,
intltool,
libavahi-client-dev,
libavahi-glib-dev,
libcanberra-dev,
libgtk-3-dev,
libnotify-dev,
librsvg2-bin,
po-debconf,
xfonts-scalable,
yelp-tools,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/games-team/pioneers
Vcs-Git: https://salsa.debian.org/games-team/pioneers.git
Homepage: https://pio.sourceforge.net/
Package: pioneers
Architecture: any
Depends:
fonts-sil-gentium,
librsvg2-common,
pioneers-console (=${binary:Version}),
pioneers-data (=${source:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
yelp,
Suggests:
pioneers-metaserver,
Description: Settlers of Catan board game
Pioneers is a computer implementation of the Settlers of Catan board game.
It can be played over the internet.
.
The game includes a server, a client, a computer player, an editor and
(in a separate package) a metaserver (for locating running servers).
Package: pioneers-console
Architecture: any
Depends:
pioneers-console-data (=${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
pioneers,
Description: Settlers of Catan board game - console parts
Pioneers is a computer implementation of the Settlers of Catan board game.
It can be played over the internet.
.
This package contains the console-parts of the game: the computer player and
console server.
Package: pioneers-metaserver
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Settlers of Catan board game - metaserver
Pioneers is a computer implementation of the Settlers of Catan board game.
It can be played over the internet.
.
This package contains a metaserver, which can be used to locate running
servers. Most people will use a central metaserver, and do not need this
package.
Package: pioneers-data
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
pioneers,
Description: Settlers of Catan board game - data files
Pioneers is a computer implementation of the Settlers of Catan board game.
It can be played over the internet.
.
This package contains architecture independent data for the game.
Package: pioneers-console-data
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
pioneers-console,
Description: Settlers of Catan board game - data files for console parts
Pioneers is a computer implementation of the Settlers of Catan board game.
It can be played over the internet.
.
This package contains architecture independent data for the console parts
of the game.
|