Rev 27 | Rev 29 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 27 | Rev 28 | ||
---|---|---|---|
Line 1... | Line 1... | ||
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 (>= 5.0.38), python |
5 | Build-Depends: debhelper (>= 5.0.38), python (>= 2.6.6-3~) |
6 | Build-Depends-Indep: python-central (>= 0.5.6), librsvg2-bin, imagemagick |
6 | Build-Depends-Indep: librsvg2-bin, imagemagick |
7 | Standards-Version: 3.8.3 |
7 | Standards-Version: 3.8.3 |
8 | Homepage: http://pyscrabble.sourceforge.net |
8 | Homepage: http://pyscrabble.sourceforge.net |
9 | XS-Python-Version: current |
- | |
10 | Vcs-Browser: http://svn.kibibyte.se/pyscrabble |
9 | Vcs-Browser: http://svn.kibibyte.se/pyscrabble |
11 | Vcs-Svn: http://svn.kibibyte.se/pyscrabble/trunk |
10 | Vcs-Svn: http://svn.kibibyte.se/pyscrabble/trunk |
12 | 11 | ||
13 | Package: pyscrabble-common |
12 | Package: pyscrabble-common |
14 | Architecture: all |
13 | Architecture: all |
15 | Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core |
14 | Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core |
16 | XB-Python-Version: ${python:Versions} |
- | |
17 | Replaces: pyscrabble-server (<< 1.6.2-2) |
15 | Replaces: pyscrabble-server (<< 1.6.2-2) |
18 | Description: a multiplayer scrabble implementation - common files |
16 | Description: a multiplayer scrabble implementation - common files |
19 | PyScrabble is an online, multiplayer implementation of the popular word game |
17 | PyScrabble is an online, multiplayer implementation of the popular word game |
20 | written in Python and featuring: |
18 | written in Python and featuring: |
21 | . |
19 | . |
Line 37... | Line 35... | ||
37 | Package: pyscrabble |
35 | Package: pyscrabble |
38 | Architecture: all |
36 | Architecture: all |
39 | Depends: pyscrabble-common (= ${source:Version}), ${misc:Depends}, |
37 | Depends: pyscrabble-common (= ${source:Version}), ${misc:Depends}, |
40 | ${python:Depends}, python-pygame, python-gtk2 |
38 | ${python:Depends}, python-pygame, python-gtk2 |
41 | Suggests: pyscrabble-server |
39 | Suggests: pyscrabble-server |
42 | XB-Python-Version: ${python:Versions} |
- | |
43 | Description: a multiplayer scrabble implementation written in Python - client part |
40 | Description: a multiplayer scrabble implementation written in Python - client part |
44 | PyScrabble is an online, multiplayer implementation of the popular word game |
41 | PyScrabble is an online, multiplayer implementation of the popular word game |
45 | written in Python and featuring: |
42 | written in Python and featuring: |
46 | . |
43 | . |
47 | * chat and private messaging (online as well as offline) |
44 | * chat and private messaging (online as well as offline) |
Line 69... | Line 66... | ||
69 | Package: pyscrabble-server |
66 | Package: pyscrabble-server |
70 | Architecture: all |
67 | Architecture: all |
71 | Depends: pyscrabble-common (= ${source:Version}), ${misc:Depends}, |
68 | Depends: pyscrabble-common (= ${source:Version}), ${misc:Depends}, |
72 | ${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) |
73 | Suggests: pyscrabble |
70 | Suggests: pyscrabble |
74 | XB-Python-Version: ${python:Versions} |
- | |
75 | Priority: extra |
71 | Priority: extra |
76 | Description: a scrabble implementation written in Python - server part |
72 | Description: a scrabble implementation written in Python - server part |
77 | PyScrabble is an online, multiplayer implementation of the popular word game |
73 | PyScrabble is an online, multiplayer implementation of the popular word game |
78 | written in Python and featuring: |
74 | written in Python and featuring: |
79 | . |
75 | . |