Subversion Repositories

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

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

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