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