Subversion Repositories pyscrabble

Compare Revisions

Ignore whitespace Rev 27 → Rev 28

/trunk/debian/control
2,11 → 2,10
Section: games
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>= 5.0.38), python
Build-Depends-Indep: python-central (>= 0.5.6), librsvg2-bin, imagemagick
Build-Depends: debhelper (>= 5.0.38), python (>= 2.6.6-3~)
Build-Depends-Indep: librsvg2-bin, imagemagick
Standards-Version: 3.8.3
Homepage: http://pyscrabble.sourceforge.net
XS-Python-Version: current
Vcs-Browser: http://svn.kibibyte.se/pyscrabble
Vcs-Svn: http://svn.kibibyte.se/pyscrabble/trunk
 
13,7 → 12,6
Package: pyscrabble-common
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core
XB-Python-Version: ${python:Versions}
Replaces: pyscrabble-server (<< 1.6.2-2)
Description: a multiplayer scrabble implementation - common files
PyScrabble is an online, multiplayer implementation of the popular word game
39,7 → 37,6
Depends: pyscrabble-common (= ${source:Version}), ${misc:Depends},
${python:Depends}, python-pygame, python-gtk2
Suggests: pyscrabble-server
XB-Python-Version: ${python:Versions}
Description: a multiplayer scrabble implementation written in Python - client part
PyScrabble is an online, multiplayer implementation of the popular word game
written in Python and featuring:
71,7 → 68,6
Depends: pyscrabble-common (= ${source:Version}), ${misc:Depends},
${python:Depends}, python-zodb, python-nevow, adduser, lsb-base (>= 3.0-6)
Suggests: pyscrabble
XB-Python-Version: ${python:Versions}
Priority: extra
Description: a scrabble implementation written in Python - server part
PyScrabble is an online, multiplayer implementation of the popular word game
/trunk/debian/changelog
3,8 → 3,10
* Convert package to source format 3.0 (quilt), meaning renaming the
patches and converting their headers as well as dropping
README.source.
* Convert to using dh_python2.
* Run setup.py with --install-layout=deb to get filesystem layout right.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 24 Apr 2011 23:19:46 +0200
-- Magnus Holmgren <holmgren@debian.org> Mon, 25 Apr 2011 01:00:21 +0200
 
pyscrabble (1.6.2-4) unstable; urgency=low
 
/trunk/debian/rules
41,7 → 41,7
dh_clean -k
 
python setup.py install --no-compile --root=$(DESTDIR) \
--prefix=/usr \
--install-layout=deb \
--install-scripts=/usr/games \
--confdir=/etc/pyscrabble \
--logdir=/var/log/pyscrabble \
74,7 → 74,7
dh_testroot
dh_install --sourcedir=debian/tmp
dh_link
dh_pycentral
dh_python2
dh_installchangelogs CHANGELOG.txt
dh_installdocs
dh_installexamples
/trunk/debian/pyscrabble.install
1,7 → 1,7
usr/games/pyscrabble
usr/lib/python*/site-packages/pyscrabble/gui
usr/lib/python*/site-packages/pyscrabble/net/client.py
usr/lib/python*/site-packages/pyscrabble/gtk*.py
usr/lib/python*/*-packages/pyscrabble/gui
usr/lib/python*/*-packages/pyscrabble/net/client.py
usr/lib/python*/*-packages/pyscrabble/gtk*.py
usr/share/icons
usr/share/pixmaps
usr/share/applications