Subversion Repositories

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

Rev 39 | Rev 43 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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