Subversion Repositories

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

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
54 2647d 05h magnus /trunk/debian/ Bump Standards-Version to 3.9.8.  
/trunk/debian/changelog<br/>/trunk/debian/control
53 2647d 05h magnus /trunk/debian/ Switch to Debhelper compat level 9.  
/trunk/debian/changelog<br/>/trunk/debian/control
52 2647d 05h magnus /trunk/debian/ Correct Vcs-Svn URL.  
/trunk/debian/changelog<br/>/trunk/debian/control
51 2647d 05h magnus /trunk/debian/ Add build dependency on dh-python.  
/trunk/debian/changelog<br/>/trunk/debian/compat<br/>/trunk/debian/control
49 4395d 21h magnus /trunk/debian/ Bump Standards-Version to 3.9.3.  
/trunk/debian/changelog<br/>/trunk/debian/control
48 4397d 08h magnus /trunk/debian/ Forgot to close the bug again.  
/trunk/debian/changelog
47 4405d 06h magnus /trunk/debian/ Switch to rsvg-convert for making PNG icons.  
/trunk/debian/changelog<br/>/trunk/debian/rules
45 4468d 07h magnus /trunk/debian/ * typeerrors.patch: Fix two cases of attempting to pass floats to
functions expecting ints:
- In the motion-notify-event callback of the chatboxes, which should
change the cursor into a hand when over a URL (LP: #923363).
- In the button-press-event callback of the buttons making up the
board, which should produce an arrow to allow tiles to be placed by
typing letters.
 
/trunk/debian/patches/typeerrors.patch
/trunk/debian/changelog<br/>/trunk/debian/patches/series
43 4547d 19h magnus /trunk/debian/ Add build-indep and build-arch targets.  
/trunk/debian/changelog<br/>/trunk/debian/rules
42 4547d 19h magnus /trunk/debian/patches/ Fix line endings.  
/trunk/debian/patches/max-players.patch
41 4547d 19h magnus /trunk/debian/ max-players.patch: Before denying a player from joining a game because
the maximum number of players has been reach, check whether the player
is rejoining a game he or she is already part of (Closes: #633838).
Thanks to Christian von Kietzell.
 
/trunk/debian/patches/max-players.patch
/trunk/debian/changelog<br/>/trunk/debian/patches/series
39 4738d 09h magnus /trunk/debian/ installation.patch: Reduce the size by moving back code that was
unnecessarily moved from dist.py to setup.py.
 
/trunk/debian/changelog<br/>/trunk/debian/patches/installation.patch
38 4742d 06h magnus /trunk/debian/ Move Python modules and scripts to /usr/share/games/pyscrabble/python
and put symlinks in /usr/games and /usr/sbin.
 
/trunk/debian/pyscrabble-server.links<br/>/trunk/debian/pyscrabble.links
/trunk/debian/changelog<br/>/trunk/debian/pyscrabble-common.install<br/>/trunk/debian/pyscrabble-server.install<br/>/trunk/debian/pyscrabble.install<br/>/trunk/debian/rules
36 4747d 07h magnus /trunk/debian/ Change dist to unstable for release.  
/trunk/debian/changelog
35 4747d 07h magnus /trunk/debian/ Increase Standards-Version to 3.9.2 without changes needed.  
/trunk/debian/changelog<br/>/trunk/debian/control
34 4747d 07h magnus /trunk/debian/ * hosts.patch: Improve the code for adding new entries to the Additional
Hosts list:
* Fix C&P bug that caused the Game port to be validated twice but the
Web port not at all.
* Pre-fill the default port numbers to help the user (Closes: #566666).
* Don't destroy the dialog until the entered values have been extracted.
 
/trunk/debian/patches/hosts.patch
/trunk/debian/changelog<br/>/trunk/debian/patches/series
33 4747d 15h magnus /trunk/debian/ Add a note that the first user to register is made administrator.  
/trunk/debian/pyscrabble-server.README.Debian
32 4748d 04h magnus /trunk/debian/ Convert to using dh_python2 (Closes: #616983).  
/trunk/debian/changelog
31 4748d 04h magnus /trunk/debian/ pyscrabble-server.README.Debian: Clarify that pyscrabble-server is not
intended to be run from the command line directly (Closes: #611833).
 
/trunk/debian/changelog<br/>/trunk/debian/pyscrabble-server.README.Debian
30 4748d 04h magnus /trunk/debian/ Drop the indefinite article from the short package descriptions.  
/trunk/debian/control
29 4748d 04h magnus /trunk/debian/ Bump Debhelper compat level to 7.  
/trunk/debian/changelog<br/>/trunk/debian/compat<br/>/trunk/debian/control<br/>/trunk/debian/rules
28 4748d 04h magnus /trunk/debian/ * Convert to using dh_python2.
* Run setup.py with --install-layout=deb to get filesystem layout right.
 
/trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/pyscrabble.install<br/>/trunk/debian/rules
27 4748d 06h magnus /trunk/debian/ Convert package to source format 3.0 (quilt), meaning renaming the
patches and converting their headers as well as dropping
README.source.
 
/trunk/debian/patches/about_close.patch<br/>/trunk/debian/patches/installation.patch<br/>/trunk/debian/patches/series<br/>/trunk/debian/patches/serverlist_timeout.patch<br/>/trunk/debian/source<br/>/trunk/debian/source/format
/trunk/debian/README.source<br/>/trunk/debian/patches/00list<br/>/trunk/debian/patches/10_installation.dpatch<br/>/trunk/debian/patches/20_about_close.dpatch<br/>/trunk/debian/patches/20_serverlist_timeout.dpatch
/trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/rules
23 5327d 20h magnus /trunk/debian/ debian/rules: Rearrange targets.  
/trunk/debian/changelog<br/>/trunk/debian/rules
22 5327d 20h magnus /trunk/debian/ Update Standards-Version  
/trunk/debian/control
21 5327d 20h magnus /trunk/debian/ * Upgrade to Standards-Version 3.8.3.
+ Add debian/README.source.
 
/trunk/debian/README.source
/trunk/debian/changelog
20 5328d 05h magnus /trunk/debian/ debian/rules: Drop the call to dh_desktop.  
/trunk/debian/changelog<br/>/trunk/debian/rules
19 5328d 05h magnus /trunk/debian/ * Merge changes from Ubuntu, except for the Replaces added to deal with
the typo in in 1.6.2-3ubuntu3, which should be gone by now.
* debian/pyscrabble-common.install: resolve typographic error (LP: #362080)
* debian/rules: pass --prefix=/usr to setup.py install, without which
the package tries to install to /usr/local under python2.6.
* Revert the previous change; python2.4-zodb no longer exists, and
depending on python2.4-zodb never gave correct results anyway because
we were depending on python instead of python2.4 for the interpreter.
* debian/pyscrabble-{common,server}.install: installation now to python
dist-packages directory, instead of site-packages. (This will require
a fix for bug 350016 in python2.6 before it can be built.)
* Modify dependency python-zodb to python2.4-zodb in debian/control
for the python-zodb -> python2.4-zodb transition (LP: #262713)
 
/trunk/debian/changelog<br/>/trunk/debian/pyscrabble-common.install<br/>/trunk/debian/pyscrabble-server.install<br/>/trunk/debian/rules
18 5328d 05h magnus /trunk/debian/ Move pyscrabble-server from /usr/games to /usr/sbin (Closes: #506811).  
/trunk/debian/changelog<br/>/trunk/debian/pyscrabble-server.init<br/>/trunk/debian/pyscrabble-server.install<br/>/trunk/debian/rules
16 5836d 05h magnus /trunk/debian/ Finalize 1.6.2-3  
/trunk/debian/changelog
15 5836d 06h magnus /trunk/debian/ Lower connection timeout when checking servers to avoid extremely long
delays (Closes: #473598). Thanks to Ron Bentley.
 
/trunk/debian/patches/20_serverlist_timeout.dpatch
/trunk/debian/changelog<br/>/trunk/debian/patches/00list
14 5836d 07h magnus /trunk/debian/ Bump Standards-Version to 3.7.3. No changes necessary.  
/trunk/debian/changelog<br/>/trunk/debian/control
13 5836d 07h magnus /trunk/debian/ Remove XS- from Vcs field names.  
/trunk/debian/changelog<br/>/trunk/debian/control
12 5836d 07h magnus /trunk/debian/ * Acknowledge NMU (Closes: #471077).
* New maintainer email address.
 
/trunk/debian/changelog<br/>/trunk/debian/control
9 5836d 07h magnus /trunk/debian/ * Non-maintainer upload to solve release goal.
* Add LSB dependency header to init.d scripts (Closes: #471077).
 
/trunk/debian/changelog<br/>/trunk/debian/pyscrabble-server.init
6 6036d 19h magnus /trunk/debian/ Lower pyscrabble-server priority to "extra"  
/trunk/debian/changelog<br/>/trunk/debian/control
5 6036d 19h magnus /trunk/debian/ * Move /usr/share/games/pyscrabble/letters from pyscrabble-server to pyscrabble-common.
* Add lsb-base dependency to pyscrabble-server.
 
/trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/pyscrabble-common.install<br/>/trunk/debian/pyscrabble-server.install
4 6047d 12h magnus /trunk/debian/ Update changelog timestamp  
/trunk/debian/changelog
3 6047d 12h magnus /trunk/debian/ * Add patch to make the Close button in the About dialog work.
* Add XS-Vcs-* fields to debian/control
* Since setup.py is modified by 10_installation.dpatch, make sure that it is applied in the clean target
* Fix init script not noticing when the server is already running and LSB-ize it.
* Do not restart server on upgrade, to avoid inadvertent game disruption.
* Improve pyscrabble-server.README.Debian a bit.
 
/trunk/debian/patches/20_about_close.dpatch
/trunk/debian/control<br/>/trunk/debian/patches/00list<br/>/trunk/debian/pyscrabble-server.README.Debian<br/>/trunk/debian/pyscrabble-server.init<br/>/trunk/debian/rules
2 6050d 04h magnus /trunk/debian/ [svn-inject] Applying Debian modifications to trunk  
/trunk/debian<br/>/trunk/debian/changelog<br/>/trunk/debian/compat<br/>/trunk/debian/control<br/>/trunk/debian/copyright<br/>/trunk/debian/patches<br/>/trunk/debian/patches/00list<br/>/trunk/debian/patches/10_installation.dpatch<br/>/trunk/debian/pyscrabble-common.install<br/>/trunk/debian/pyscrabble-server.README.Debian<br/>/trunk/debian/pyscrabble-server.default<br/>/trunk/debian/pyscrabble-server.init<br/>/trunk/debian/pyscrabble-server.install<br/>/trunk/debian/pyscrabble-server.postinst<br/>/trunk/debian/pyscrabble-server.postrm<br/>/trunk/debian/pyscrabble.desktop<br/>/trunk/debian/pyscrabble.install<br/>/trunk/debian/pyscrabble.menu<br/>/trunk/debian/pyscrabble.svg<br/>/trunk/debian/rules<br/>/trunk/debian/watch