Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 36 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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