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