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