Rev 29 | Rev 32 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 29 | Rev 31 | ||
|---|---|---|---|
| 1 | pyscrabble (1.6.2-5) UNRELEASED; urgency=low |
1 | pyscrabble (1.6.2-5) UNRELEASED; urgency=low |
| 2 | 2 | ||
| 3 | * Convert package to source format 3.0 (quilt), meaning renaming the |
3 | * Convert package to source format 3.0 (quilt), meaning renaming the |
| 4 | patches and converting their headers as well as dropping |
4 | patches and converting their headers as well as dropping |
| 5 | README.source. |
5 | README.source. |
| 6 | * Convert to using dh_python2. |
6 | * Convert to using dh_python2. |
| 7 | * Run setup.py with --install-layout=deb to get filesystem layout right. |
7 | * Run setup.py with --install-layout=deb to get filesystem layout right. |
| 8 | * Bump Debhelper compat level to 7. |
8 | * Bump Debhelper compat level to 7. |
| - | 9 | * pyscrabble-server.README.Debian: Clarify that pyscrabble-server is not |
|
| - | 10 | intended to be run from the command line directly (Closes: #611833). |
|
| 9 | 11 | ||
| 10 | -- Magnus Holmgren <holmgren@debian.org> Mon, 25 Apr 2011 01:08:40 +0200 |
12 | -- Magnus Holmgren <holmgren@debian.org> Mon, 25 Apr 2011 01:08:40 +0200 |
| 11 | 13 | ||
| 12 | pyscrabble (1.6.2-4) unstable; urgency=low |
14 | pyscrabble (1.6.2-4) unstable; urgency=low |
| 13 | 15 | ||
| 14 | * Merge changes from Ubuntu, except for the Replaces added to deal with |
16 | * Merge changes from Ubuntu, except for the Replaces added to deal with |
| 15 | the typo in in 1.6.2-3ubuntu3, which should be gone by now. |
17 | the typo in in 1.6.2-3ubuntu3, which should be gone by now. |
| 16 | * Move pyscrabble-server from /usr/games to /usr/sbin (Closes: #506811). |
18 | * Move pyscrabble-server from /usr/games to /usr/sbin (Closes: #506811). |
| 17 | * debian/rules: Drop the call to dh_desktop. |
19 | * debian/rules: Drop the call to dh_desktop. |
| 18 | * Upgrade to Standards-Version 3.8.3. |
20 | * Upgrade to Standards-Version 3.8.3. |
| 19 | + Add debian/README.source. |
21 | + Add debian/README.source. |
| 20 | * debian/rules: Rearrange targets. |
22 | * debian/rules: Rearrange targets. |
| 21 | 23 | ||
| 22 | -- Magnus Holmgren <holmgren@debian.org> Tue, 22 Sep 2009 09:15:42 +0200 |
24 | -- Magnus Holmgren <holmgren@debian.org> Tue, 22 Sep 2009 09:15:42 +0200 |
| 23 | 25 | ||
| 24 | pyscrabble (1.6.2-3ubuntu4) jaunty; urgency=low |
26 | pyscrabble (1.6.2-3ubuntu4) jaunty; urgency=low |
| 25 | 27 | ||
| 26 | * debian/pyscrabble-common.install: resolve typographic error (LP: #362080) |
28 | * debian/pyscrabble-common.install: resolve typographic error (LP: #362080) |
| 27 | 29 | ||
| 28 | -- Brian Murray <brian@ubuntu.com> Thu, 16 Apr 2009 15:18:46 -0700 |
30 | -- Brian Murray <brian@ubuntu.com> Thu, 16 Apr 2009 15:18:46 -0700 |
| 29 | 31 | ||
| 30 | pyscrabble (1.6.2-3ubuntu3) jaunty; urgency=low |
32 | pyscrabble (1.6.2-3ubuntu3) jaunty; urgency=low |
| 31 | 33 | ||
| 32 | * debian/rules: pass --prefix=/usr to setup.py install, without which |
34 | * debian/rules: pass --prefix=/usr to setup.py install, without which |
| 33 | the package tries to install to /usr/local under python2.6. |
35 | the package tries to install to /usr/local under python2.6. |
| 34 | 36 | ||
| 35 | -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 14 Apr 2009 13:01:54 +0000 |
37 | -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 14 Apr 2009 13:01:54 +0000 |
| 36 | 38 | ||
| 37 | pyscrabble (1.6.2-3ubuntu2) jaunty; urgency=low |
39 | pyscrabble (1.6.2-3ubuntu2) jaunty; urgency=low |
| 38 | 40 | ||
| 39 | * Revert the previous change; python2.4-zodb no longer exists, and |
41 | * Revert the previous change; python2.4-zodb no longer exists, and |
| 40 | depending on python2.4-zodb never gave correct results anyway because |
42 | depending on python2.4-zodb never gave correct results anyway because |
| 41 | we were depending on python instead of python2.4 for the interpreter. |
43 | we were depending on python instead of python2.4 for the interpreter. |
| 42 | * debian/pyscrabble-{common,server}.install: installation now to python
|
44 | * debian/pyscrabble-{common,server}.install: installation now to python
|
| 43 | dist-packages directory, instead of site-packages. (This will require |
45 | dist-packages directory, instead of site-packages. (This will require |
| 44 | a fix for bug 350016 in python2.6 before it can be built.) |
46 | a fix for bug 350016 in python2.6 before it can be built.) |
| 45 | 47 | ||
| 46 | -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 13 Apr 2009 07:08:06 +0000 |
48 | -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 13 Apr 2009 07:08:06 +0000 |
| 47 | 49 | ||
| 48 | pyscrabble (1.6.2-3ubuntu1) intrepid; urgency=low |
50 | pyscrabble (1.6.2-3ubuntu1) intrepid; urgency=low |
| 49 | 51 | ||
| 50 | * Modify dependency python-zodb to python2.4-zodb in debian/control |
52 | * Modify dependency python-zodb to python2.4-zodb in debian/control |
| 51 | for the python-zodb -> python2.4-zodb transition (LP: #262713) |
53 | for the python-zodb -> python2.4-zodb transition (LP: #262713) |
| 52 | 54 | ||
| 53 | -- Riccardo Coccioli <volans@ubuntu.com> Fri, 29 Aug 2008 18:11:03 +0200 |
55 | -- Riccardo Coccioli <volans@ubuntu.com> Fri, 29 Aug 2008 18:11:03 +0200 |
| 54 | 56 | ||
| 55 | pyscrabble (1.6.2-3) unstable; urgency=low |
57 | pyscrabble (1.6.2-3) unstable; urgency=low |
| 56 | 58 | ||
| 57 | * Acknowledge NMU (Closes: #471077). |
59 | * Acknowledge NMU (Closes: #471077). |
| 58 | * New maintainer email address. |
60 | * New maintainer email address. |
| 59 | * Remove XS- from Vcs field names. |
61 | * Remove XS- from Vcs field names. |
| 60 | * Bump Standards-Version to 3.7.3. No changes necessary. |
62 | * Bump Standards-Version to 3.7.3. No changes necessary. |
| 61 | * Lower connection timeout when checking servers to avoid extremely long |
63 | * Lower connection timeout when checking servers to avoid extremely long |
| 62 | delays (Closes: #473598). Thanks to Ron Bentley. |
64 | delays (Closes: #473598). Thanks to Ron Bentley. |
| 63 | 65 | ||
| 64 | -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 23:35:04 +0200 |
66 | -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 23:35:04 +0200 |
| 65 | 67 | ||
| 66 | pyscrabble (1.6.2-2.1) unstable; urgency=low |
68 | pyscrabble (1.6.2-2.1) unstable; urgency=low |
| 67 | 69 | ||
| 68 | * Non-maintainer upload to solve release goal. |
70 | * Non-maintainer upload to solve release goal. |
| 69 | * Add LSB dependency header to init.d scripts (Closes: #471077). |
71 | * Add LSB dependency header to init.d scripts (Closes: #471077). |
| 70 | 72 | ||
| 71 | -- Petter Reinholdtsen <pere@debian.org> Sun, 30 Mar 2008 15:18:15 +0200 |
73 | -- Petter Reinholdtsen <pere@debian.org> Sun, 30 Mar 2008 15:18:15 +0200 |
| 72 | 74 | ||
| 73 | pyscrabble (1.6.2-2) unstable; urgency=low |
75 | pyscrabble (1.6.2-2) unstable; urgency=low |
| 74 | 76 | ||
| 75 | * Move /usr/share/games/pyscrabble/letters from pyscrabble-server to |
77 | * Move /usr/share/games/pyscrabble/letters from pyscrabble-server to |
| 76 | pyscrabble-common (Closes: #446571). |
78 | pyscrabble-common (Closes: #446571). |
| 77 | * Add lsb-base dependency to pyscrabble-server. |
79 | * Add lsb-base dependency to pyscrabble-server. |
| 78 | * Lower pyscrabble-server priority to "extra". |
80 | * Lower pyscrabble-server priority to "extra". |
| 79 | 81 | ||
| 80 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 14 Oct 2007 10:30:15 +0200 |
82 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 14 Oct 2007 10:30:15 +0200 |
| 81 | 83 | ||
| 82 | pyscrabble (1.6.2-1) unstable; urgency=low |
84 | pyscrabble (1.6.2-1) unstable; urgency=low |
| 83 | 85 | ||
| 84 | * Initial release (Closes: #416137). |
86 | * Initial release (Closes: #416137). |
| 85 | 87 | ||
| 86 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 03 Oct 2007 17:11:14 +0200 |
88 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 03 Oct 2007 17:11:14 +0200 |
| 87 | 89 | ||