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