Rev 3 | Go to most recent revision | Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 2 | magnus | 1 | Source: pyscrabble |
| 2 | Section: games |
||
| 3 | Priority: optional |
||
| 4 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
||
| 5 | Build-Depends: debhelper (>= 5.0.38), dpatch, python |
||
| 6 | Build-Depends-Indep: python-central (>= 0.5.6), librsvg2-bin, imagemagick |
||
| 7 | Standards-Version: 3.7.2 |
||
| 8 | Homepage: http://pyscrabble.sourceforge.net |
||
| 9 | XS-Python-Version: current |
||
| 10 | |||
| 11 | Package: pyscrabble-common |
||
| 12 | Architecture: all |
||
| 13 | Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core |
||
| 14 | XB-Python-Version: ${python:Versions} |
||
| 15 | Description: a multiplayer scrabble implementation - common files |
||
| 16 | PyScrabble is an online, multiplayer implementation of the popular word game |
||
| 17 | written in Python and featuring: |
||
| 18 | . |
||
| 19 | * chat and private messaging (online as well as offline) |
||
| 20 | * player rankings and server statistics |
||
| 21 | * use of ENABLE (Enhanced North American Benchmark LExicon) for |
||
| 22 | English word lookup |
||
| 23 | * timed games |
||
| 24 | . |
||
| 25 | This package contains files common to the client and the server. |
||
| 26 | You will need to install pyscrabble to play. |
||
| 27 | . |
||
| 28 | Notice: Scrabble is a registered trademark belonging to Hasbro Inc in |
||
| 29 | the US, and to J.W. Spear & Sons Ltd., a subsidiary of Mattel Inc., |
||
| 30 | throughout the rest of the world. Neither the author, Debian, nor |
||
| 31 | this game are affiliated with the Scrabble Crossword Game, Hasbro, |
||
| 32 | Spear & Sons or Mattel in any fashion. |
||
| 33 | |||
| 34 | Package: pyscrabble |
||
| 35 | Architecture: all |
||
| 36 | Depends: pyscrabble-common (= ${source:Version}), ${misc:Depends}, |
||
| 37 | ${python:Depends}, python-pygame, python-gtk2 |
||
| 38 | Suggests: pyscrabble-server |
||
| 39 | XB-Python-Version: ${python:Versions} |
||
| 40 | Description: a multiplayer scrabble implementation written in Python - client part |
||
| 41 | PyScrabble is an online, multiplayer implementation of the popular word game |
||
| 42 | written in Python and featuring: |
||
| 43 | . |
||
| 44 | * chat and private messaging (online as well as offline) |
||
| 45 | * player rankings and server statistics |
||
| 46 | * use of ENABLE (Enhanced North American Benchmark LExicon) for |
||
| 47 | English word lookup |
||
| 48 | * timed games |
||
| 49 | . |
||
| 50 | The following languages are supported: |
||
| 51 | . |
||
| 52 | * English |
||
| 53 | * Finnish |
||
| 54 | * French |
||
| 55 | * German |
||
| 56 | * Serbian |
||
| 57 | . |
||
| 58 | This package contains the client program. |
||
| 59 | . |
||
| 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., |
||
| 62 | throughout the rest of the world. Neither the author, Debian, nor |
||
| 63 | this game are affiliated with the Scrabble Crossword Game, Hasbro, |
||
| 64 | Spear & Sons or Mattel in any fashion. |
||
| 65 | |||
| 66 | Package: pyscrabble-server |
||
| 67 | Architecture: all |
||
| 68 | Depends: pyscrabble-common (= ${source:Version}), ${misc:Depends}, |
||
| 69 | ${python:Depends}, python-zodb, python-nevow, adduser |
||
| 70 | Suggests: pyscrabble |
||
| 71 | XB-Python-Version: ${python:Versions} |
||
| 72 | Description: a scrabble implementation written in Python - server part |
||
| 73 | PyScrabble is an online, multiplayer implementation of the popular word game |
||
| 74 | written in Python and featuring: |
||
| 75 | . |
||
| 76 | * chat and private messaging (online as well as offline) |
||
| 77 | * player rankings and server statistics |
||
| 78 | * use of ENABLE (Enhanced North American Benchmark LExicon) for |
||
| 79 | English word lookup |
||
| 80 | * timed games |
||
| 81 | . |
||
| 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. |
||
| 84 | . |
||
| 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., |
||
| 87 | throughout the rest of the world. Neither the author, Debian, nor |
||
| 88 | this game are affiliated with the Scrabble Crossword Game, Hasbro, |
||
| 89 | Spear & Sons or Mattel in any fashion. |