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