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