Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 30 | Rev 49 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30 Rev 35
1
Source: pyscrabble
1
Source: pyscrabble
2
Section: games
2
Section: games
3
Priority: optional
3
Priority: optional
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
5
Build-Depends: debhelper (>= 7), python (>= 2.6.6-3~)
5
Build-Depends: debhelper (>= 7), python (>= 2.6.6-3~)
6
Build-Depends-Indep: librsvg2-bin, imagemagick
6
Build-Depends-Indep: librsvg2-bin, imagemagick
7
Standards-Version: 3.8.3
7
Standards-Version: 3.9.2
8
Homepage: http://pyscrabble.sourceforge.net
8
Homepage: http://pyscrabble.sourceforge.net
9
Vcs-Browser: http://svn.kibibyte.se/pyscrabble
9
Vcs-Browser: http://svn.kibibyte.se/pyscrabble
10
Vcs-Svn: http://svn.kibibyte.se/pyscrabble/trunk
10
Vcs-Svn: http://svn.kibibyte.se/pyscrabble/trunk
11
11
12
Package: pyscrabble-common
12
Package: pyscrabble-common
13
Architecture: all
13
Architecture: all
14
Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core
14
Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core
15
Replaces: pyscrabble-server (<< 1.6.2-2)
15
Replaces: pyscrabble-server (<< 1.6.2-2)
16
Description: multiplayer scrabble implementation - common files
16
Description: multiplayer scrabble implementation - common files
17
 PyScrabble is an online, multiplayer implementation of the popular word game 
17
 PyScrabble is an online, multiplayer implementation of the popular word game 
18
 written in Python and featuring:
18
 written in Python and featuring:
19
 .
19
 .
20
  * chat and private messaging (online as well as offline)
20
  * chat and private messaging (online as well as offline)
21
  * player rankings and server statistics
21
  * player rankings and server statistics
22
  * use of ENABLE (Enhanced North American Benchmark LExicon) for
22
  * use of ENABLE (Enhanced North American Benchmark LExicon) for
23
    English word lookup
23
    English word lookup
24
  * timed games
24
  * timed games
25
 .
25
 .
26
 This package contains files common to the client and the server.
26
 This package contains files common to the client and the server.
27
 You will need to install pyscrabble to play.
27
 You will need to install pyscrabble to play.
28
 .
28
 .
29
 Notice: Scrabble is a registered trademark belonging to Hasbro Inc in
29
 Notice: Scrabble is a registered trademark belonging to Hasbro Inc in
30
 the US, and to J.W. Spear & Sons Ltd., a subsidiary of Mattel Inc.,
30
 the US, and to J.W. Spear & Sons Ltd., a subsidiary of Mattel Inc.,
31
 throughout the rest of the world. Neither the author, Debian, nor
31
 throughout the rest of the world. Neither the author, Debian, nor
32
 this game are affiliated with the Scrabble Crossword Game, Hasbro,
32
 this game are affiliated with the Scrabble Crossword Game, Hasbro,
33
 Spear & Sons or Mattel in any fashion.
33
 Spear & Sons or Mattel in any fashion.
34
34
35
Package: pyscrabble
35
Package: pyscrabble
36
Architecture: all
36
Architecture: all
37
Depends: pyscrabble-common (= ${source:Version}), ${misc:Depends},
37
Depends: pyscrabble-common (= ${source:Version}), ${misc:Depends},
38
 ${python:Depends}, python-pygame, python-gtk2
38
 ${python:Depends}, python-pygame, python-gtk2
39
Suggests: pyscrabble-server
39
Suggests: pyscrabble-server
40
Description: multiplayer scrabble implementation written in Python - client part
40
Description: multiplayer scrabble implementation written in Python - client part
41
 PyScrabble is an online, multiplayer implementation of the popular word game 
41
 PyScrabble is an online, multiplayer implementation of the popular word game 
42
 written in Python and featuring:
42
 written in Python and featuring:
43
 .
43
 .
44
  * chat and private messaging (online as well as offline)
44
  * chat and private messaging (online as well as offline)
45
  * player rankings and server statistics
45
  * player rankings and server statistics
46
  * use of ENABLE (Enhanced North American Benchmark LExicon) for
46
  * use of ENABLE (Enhanced North American Benchmark LExicon) for
47
    English word lookup
47
    English word lookup
48
  * timed games
48
  * timed games
49
 .
49
 .
50
 The following languages are supported: 
50
 The following languages are supported: 
51
 .
51
 .
52
  * English
52
  * English
53
  * Finnish
53
  * Finnish
54
  * French
54
  * French
55
  * German
55
  * German
56
  * Serbian
56
  * Serbian
57
 .
57
 .
58
 This package contains the client program.
58
 This package contains the client program.
59
 .
59
 .
60
 Notice: Scrabble is a registered trademark belonging to Hasbro Inc in
60
 Notice: Scrabble is a registered trademark belonging to Hasbro Inc in
61
 the US, and to J.W. Spear & Sons Ltd., a subsidiary of Mattel Inc.,
61
 the US, and to J.W. Spear & Sons Ltd., a subsidiary of Mattel Inc.,
62
 throughout the rest of the world. Neither the author, Debian, nor
62
 throughout the rest of the world. Neither the author, Debian, nor
63
 this game are affiliated with the Scrabble Crossword Game, Hasbro,
63
 this game are affiliated with the Scrabble Crossword Game, Hasbro,
64
 Spear & Sons or Mattel in any fashion.
64
 Spear & Sons or Mattel in any fashion.
65
65
66
Package: pyscrabble-server
66
Package: pyscrabble-server
67
Architecture: all
67
Architecture: all
68
Depends: pyscrabble-common (= ${source:Version}), ${misc:Depends},
68
Depends: pyscrabble-common (= ${source:Version}), ${misc:Depends},
69
 ${python:Depends}, python-zodb, python-nevow, adduser, lsb-base (>= 3.0-6)
69
 ${python:Depends}, python-zodb, python-nevow, adduser, lsb-base (>= 3.0-6)
70
Suggests: pyscrabble
70
Suggests: pyscrabble
71
Priority: extra
71
Priority: extra
72
Description: scrabble implementation written in Python - server part
72
Description: scrabble implementation written in Python - server part
73
 PyScrabble is an online, multiplayer implementation of the popular word game 
73
 PyScrabble is an online, multiplayer implementation of the popular word game 
74
 written in Python and featuring:
74
 written in Python and featuring:
75
 .
75
 .
76
  * chat and private messaging (online as well as offline)
76
  * chat and private messaging (online as well as offline)
77
  * player rankings and server statistics
77
  * player rankings and server statistics
78
  * use of ENABLE (Enhanced North American Benchmark LExicon) for
78
  * use of ENABLE (Enhanced North American Benchmark LExicon) for
79
    English word lookup
79
    English word lookup
80
  * timed games
80
  * timed games
81
 .
81
 .
82
 This package contains the server. You do not need to install this
82
 This package contains the server. You do not need to install this
83
 package if you only plan to connect to existing PyScrabble servers.
83
 package if you only plan to connect to existing PyScrabble servers.
84
 .
84
 .
85
 Notice: Scrabble is a registered trademark belonging to Hasbro Inc in
85
 Notice: Scrabble is a registered trademark belonging to Hasbro Inc in
86
 the US, and to J.W. Spear & Sons Ltd., a subsidiary of Mattel Inc.,
86
 the US, and to J.W. Spear & Sons Ltd., a subsidiary of Mattel Inc.,
87
 throughout the rest of the world. Neither the author, Debian, nor
87
 throughout the rest of the world. Neither the author, Debian, nor
88
 this game are affiliated with the Scrabble Crossword Game, Hasbro,
88
 this game are affiliated with the Scrabble Crossword Game, Hasbro,
89
 Spear & Sons or Mattel in any fashion.
89
 Spear & Sons or Mattel in any fashion.