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