Subversion Repositories

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

Rev 45 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45 Rev 46
1
pyscrabble (1.6.2-8) unstable; urgency=low
1
pyscrabble (1.6.2-8) unstable; urgency=low
2
2
3
  * typeerrors.patch: Fix two cases of attempting to pass floats to
3
  * typeerrors.patch: Fix two cases of attempting to pass floats to
4
    functions expecting ints:
4
    functions expecting ints:
5
    - In the motion-notify-event callback of the chatboxes, which should
5
    - In the motion-notify-event callback of the chatboxes, which should
6
      change the cursor into a hand when over a URL (LP: #923363). 
6
      change the cursor into a hand when over a URL (LP: #923363). 
7
    - In the button-press-event callback of the buttons making up the
7
    - In the button-press-event callback of the buttons making up the
8
      board, which should produce an arrow to allow tiles to be placed by
8
      board, which should produce an arrow to allow tiles to be placed by
9
      typing letters.
9
      typing letters.
10
10
11
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 29 Jan 2012 21:02:09 +0100
11
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 29 Jan 2012 21:02:09 +0100
12
12
13
pyscrabble (1.6.2-7) unstable; urgency=low
13
pyscrabble (1.6.2-7) unstable; urgency=low
14
14
15
  * max-players.patch: Before denying a player from joining a game because
15
  * max-players.patch: Before denying a player from joining a game because
16
    the maximum number of players has been reach, check whether the player
16
    the maximum number of players has been reach, check whether the player
17
    is rejoining a game he or she is already part of (Closes: #633838).
17
    is rejoining a game he or she is already part of (Closes: #633838).
18
    Thanks to Christian von Kietzell.
18
    Thanks to Christian von Kietzell.
19
  * Add build-indep and build-arch targets.
19
  * Add build-indep and build-arch targets.
20
20
21
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 11 Nov 2011 08:46:33 +0100
21
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 11 Nov 2011 08:46:33 +0100
22
22
23
pyscrabble (1.6.2-6) unstable; urgency=low
23
pyscrabble (1.6.2-6) unstable; urgency=low
24
24
25
  * Move Python modules and scripts to /usr/share/games/pyscrabble/python
25
  * Move Python modules and scripts to /usr/share/games/pyscrabble/python
26
    and put symlinks in /usr/games and /usr/sbin.
26
    and put symlinks in /usr/games and /usr/sbin.
27
  * installation.patch: Reduce the size by moving back code that was
27
  * installation.patch: Reduce the size by moving back code that was
28
    unnecessarily moved from dist.py to setup.py.
28
    unnecessarily moved from dist.py to setup.py.
29
29
30
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 04 May 2011 19:58:45 +0200
30
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 04 May 2011 19:58:45 +0200
31
31
32
pyscrabble (1.6.2-5) unstable; urgency=low
32
pyscrabble (1.6.2-5) unstable; urgency=low
33
33
34
  * Convert package to source format 3.0 (quilt), meaning renaming the
34
  * Convert package to source format 3.0 (quilt), meaning renaming the
35
    patches and converting their headers as well as dropping
35
    patches and converting their headers as well as dropping
36
    README.source.
36
    README.source.
37
  * Convert to using dh_python2 (Closes: #616983).
37
  * Convert to using dh_python2 (Closes: #616983).
38
  * Run setup.py with --install-layout=deb to get filesystem layout right.
38
  * Run setup.py with --install-layout=deb to get filesystem layout right.
39
  * Bump Debhelper compat level to 7.
39
  * Bump Debhelper compat level to 7.
40
  * pyscrabble-server.README.Debian: Clarify that pyscrabble-server is not
40
  * pyscrabble-server.README.Debian: Clarify that pyscrabble-server is not
41
    intended to be run from the command line directly (Closes: #611833).
41
    intended to be run from the command line directly (Closes: #611833).
42
  * hosts.patch: Improve the code for adding new entries to the Additional
42
  * hosts.patch: Improve the code for adding new entries to the Additional
43
    Hosts list:
43
    Hosts list:
44
    * Fix C&P bug that caused the Game port to be validated twice but the 
44
    * Fix C&P bug that caused the Game port to be validated twice but the 
45
      Web port not at all.  
45
      Web port not at all.  
46
    * Pre-fill the default port numbers to help the user (Closes: #566666).
46
    * Pre-fill the default port numbers to help the user (Closes: #566666).
47
    * Don't destroy the dialog until the entered values have been extracted.
47
    * Don't destroy the dialog until the entered values have been extracted.
48
  * Increase Standards-Version to 3.9.2 without changes needed.
48
  * Increase Standards-Version to 3.9.2 without changes needed.
49
49
50
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 25 Apr 2011 21:58:25 +0200
50
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 25 Apr 2011 21:58:25 +0200
51
51
52
pyscrabble (1.6.2-4) unstable; urgency=low
52
pyscrabble (1.6.2-4) unstable; urgency=low
53
53
54
  * Merge changes from Ubuntu, except for the Replaces added to deal with
54
  * Merge changes from Ubuntu, except for the Replaces added to deal with
55
    the typo in in 1.6.2-3ubuntu3, which should be gone by now.
55
    the typo in in 1.6.2-3ubuntu3, which should be gone by now.
56
  * Move pyscrabble-server from /usr/games to /usr/sbin (Closes: #506811).
56
  * Move pyscrabble-server from /usr/games to /usr/sbin (Closes: #506811).
57
  * debian/rules: Drop the call to dh_desktop.
57
  * debian/rules: Drop the call to dh_desktop.
58
  * Upgrade to Standards-Version 3.8.3.
58
  * Upgrade to Standards-Version 3.8.3.
59
    + Add debian/README.source.
59
    + Add debian/README.source.
60
  * debian/rules: Rearrange targets.
60
  * debian/rules: Rearrange targets.
61
61
62
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 22 Sep 2009 09:15:42 +0200
62
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 22 Sep 2009 09:15:42 +0200
63
63
64
pyscrabble (1.6.2-3ubuntu4) jaunty; urgency=low
64
pyscrabble (1.6.2-3ubuntu4) jaunty; urgency=low
65
65
66
  * debian/pyscrabble-common.install: resolve typographic error (LP: #362080) 
66
  * debian/pyscrabble-common.install: resolve typographic error (LP: #362080) 
67
67
68
 -- Brian Murray <brian@ubuntu.com>  Thu, 16 Apr 2009 15:18:46 -0700
68
 -- Brian Murray <brian@ubuntu.com>  Thu, 16 Apr 2009 15:18:46 -0700
69
69
70
pyscrabble (1.6.2-3ubuntu3) jaunty; urgency=low
70
pyscrabble (1.6.2-3ubuntu3) jaunty; urgency=low
71
71
72
  * debian/rules: pass --prefix=/usr to setup.py install, without which
72
  * debian/rules: pass --prefix=/usr to setup.py install, without which
73
    the package tries to install to /usr/local under python2.6.
73
    the package tries to install to /usr/local under python2.6.
74
74
75
 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 14 Apr 2009 13:01:54 +0000
75
 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 14 Apr 2009 13:01:54 +0000
76
76
77
pyscrabble (1.6.2-3ubuntu2) jaunty; urgency=low
77
pyscrabble (1.6.2-3ubuntu2) jaunty; urgency=low
78
78
79
  * Revert the previous change; python2.4-zodb no longer exists, and
79
  * Revert the previous change; python2.4-zodb no longer exists, and
80
    depending on python2.4-zodb never gave correct results anyway because
80
    depending on python2.4-zodb never gave correct results anyway because
81
    we were depending on python instead of python2.4 for the interpreter.
81
    we were depending on python instead of python2.4 for the interpreter.
82
  * debian/pyscrabble-{common,server}.install: installation now to python
82
  * debian/pyscrabble-{common,server}.install: installation now to python
83
    dist-packages directory, instead of site-packages.  (This will require
83
    dist-packages directory, instead of site-packages.  (This will require
84
    a fix for bug 350016 in python2.6 before it can be built.)
84
    a fix for bug 350016 in python2.6 before it can be built.)
85
85
86
 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 13 Apr 2009 07:08:06 +0000
86
 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 13 Apr 2009 07:08:06 +0000
87
87
88
pyscrabble (1.6.2-3ubuntu1) intrepid; urgency=low
88
pyscrabble (1.6.2-3ubuntu1) intrepid; urgency=low
89
89
90
  * Modify dependency python-zodb to python2.4-zodb in debian/control
90
  * Modify dependency python-zodb to python2.4-zodb in debian/control
91
    for the python-zodb -> python2.4-zodb transition (LP: #262713)
91
    for the python-zodb -> python2.4-zodb transition (LP: #262713)
92
92
93
 -- Riccardo Coccioli <volans@ubuntu.com>  Fri, 29 Aug 2008 18:11:03 +0200
93
 -- Riccardo Coccioli <volans@ubuntu.com>  Fri, 29 Aug 2008 18:11:03 +0200
94
94
95
pyscrabble (1.6.2-3) unstable; urgency=low
95
pyscrabble (1.6.2-3) unstable; urgency=low
96
96
97
  * Acknowledge NMU (Closes: #471077).
97
  * Acknowledge NMU (Closes: #471077).
98
  * New maintainer email address.
98
  * New maintainer email address.
99
  * Remove XS- from Vcs field names.
99
  * Remove XS- from Vcs field names.
100
  * Bump Standards-Version to 3.7.3. No changes necessary.
100
  * Bump Standards-Version to 3.7.3. No changes necessary.
101
  * Lower connection timeout when checking servers to avoid extremely long
101
  * Lower connection timeout when checking servers to avoid extremely long
102
    delays (Closes: #473598). Thanks to Ron Bentley.
102
    delays (Closes: #473598). Thanks to Ron Bentley.
103
103
104
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 01 May 2008 23:35:04 +0200
104
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 01 May 2008 23:35:04 +0200
105
105
106
pyscrabble (1.6.2-2.1) unstable; urgency=low
106
pyscrabble (1.6.2-2.1) unstable; urgency=low
107
107
108
  * Non-maintainer upload to solve release goal.
108
  * Non-maintainer upload to solve release goal.
109
  * Add LSB dependency header to init.d scripts (Closes: #471077).
109
  * Add LSB dependency header to init.d scripts (Closes: #471077).
110
110
111
 -- Petter Reinholdtsen <pere@debian.org>  Sun, 30 Mar 2008 15:18:15 +0200
111
 -- Petter Reinholdtsen <pere@debian.org>  Sun, 30 Mar 2008 15:18:15 +0200
112
112
113
pyscrabble (1.6.2-2) unstable; urgency=low
113
pyscrabble (1.6.2-2) unstable; urgency=low
114
114
115
  * Move /usr/share/games/pyscrabble/letters from pyscrabble-server to
115
  * Move /usr/share/games/pyscrabble/letters from pyscrabble-server to
116
    pyscrabble-common (Closes: #446571).
116
    pyscrabble-common (Closes: #446571).
117
  * Add lsb-base dependency to pyscrabble-server.
117
  * Add lsb-base dependency to pyscrabble-server.
118
  * Lower pyscrabble-server priority to "extra".
118
  * Lower pyscrabble-server priority to "extra".
119
119
120
 -- Magnus Holmgren <magnus@kibibyte.se>  Sun, 14 Oct 2007 10:30:15 +0200
120
 -- Magnus Holmgren <magnus@kibibyte.se>  Sun, 14 Oct 2007 10:30:15 +0200
121
121
122
pyscrabble (1.6.2-1) unstable; urgency=low
122
pyscrabble (1.6.2-1) unstable; urgency=low
123
123
124
  * Initial release (Closes: #416137).
124
  * Initial release (Closes: #416137).
125
125
126
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 03 Oct 2007 17:11:14 +0200
126
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 03 Oct 2007 17:11:14 +0200
127
127