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