Subversion Repositories

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

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

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