File: control

package info (click to toggle)
pybridge 0.3.0-7
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 712 kB
  • ctags: 562
  • sloc: python: 3,182; makefile: 72
file content (50 lines) | stat: -rw-r--r-- 2,166 bytes parent folder | download | duplicates (2)
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
Source: pybridge
Section: games
Priority: optional
Maintainer: David Watson <dwatson@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python
Build-Depends-Indep: python-central (>= 0.6)
XS-Python-Version: current
Standards-Version: 3.8.3
Homepage: http://pybridge.sourceforge.net/

Package: pybridge
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.8), python-glade2 (>= 2.8), python-cairo (>= 1.0), python-configobj (>= 4.0), pybridge-common (>= 0.3)
Suggests: pybridge-server (>= 0.3)
Description: An online contract bridge game. Gtk client
 PyBridge lets you play the card game of contract bridge, with human 
 players, over the Internet or a local network. The PyBridge project aims 
 to provide a featureful cross-platform alternative to existing online bridge
 services.
 .
 This package provides a PyGTK / Glade front-end user interface through which
 games are played

Package: pybridge-common
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core (>= 2.0), python-zope.interface
Suggests: pybridge-server (>= 0.3), pybridge (>= 0.3)
Replaces: pybridge (<< 0.3.0-4)
Description: Common files for pybridge
 PyBridge lets you play the card game of contract bridge, with human 
 players, over the Internet or a local network. The PyBridge project aims 
 to provide a featureful cross-platform alternative to existing online bridge
 services.
 .
 This package contains files shared by the PyBridge client and server.

Package: pybridge-server
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${python:Depends}, pybridge-common (>= 0.3), python-sqlobject (>= 0.7), python-configobj (>= 4.0)
Suggests: pybridge (>= 0.3), python-pysqlite2
Description: Server files for pybridge
 PyBridge lets you play the card game of contract bridge, with human 
 players, over the Internet or a local network. The PyBridge project aims 
 to provide a featureful cross-platform alternative to existing online bridge
 services.
 .
 This package provides a console server to which PyBridge users can connect.