File: changelog

package info (click to toggle)
longrun 0.9-22
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 148 kB
  • ctags: 67
  • sloc: ansic: 466; sh: 104; makefile: 64
file content (161 lines) | stat: -rw-r--r-- 5,111 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
longrun (0.9-22) unstable; urgency=low

  * New maintainer (Closes: #483251).
  * Fix a number of lintian warnings regarding hyphens in the manpage.
  * Standards-Version: 3.8.0
     + Add Homepage field.

 -- Uwe Hermann <uwe@debian.org>  Thu, 15 Jan 2009 23:25:38 +0100

longrun (0.9-21) unstable; urgency=low

  * use debhelper v7; rules file minimisation
  * Orphaned the package.

 -- Joey Hess <joeyh@debian.org>  Fri, 25 Apr 2008 18:38:42 -0400

longrun (0.9-20) unstable; urgency=low

  * Add acpid event scripts contributed by Kevin Locke. Closes: #357531
  * Fix bashisms in scripts.

 -- Joey Hess <joeyh@debian.org>  Sat, 18 Mar 2006 13:24:00 -0500

longrun (0.9-19) unstable; urgency=low

  * Added a Swedish translation by Daniel Nylander. Closes: #345182

 -- Joey Hess <joeyh@debian.org>  Mon,  2 Jan 2006 16:22:30 -0500

longrun (0.9-18) unstable; urgency=low

  * Current policy.
  * Fix some lintian errors, but not the ones involving the Jpanese man page.

 -- Joey Hess <joeyh@debian.org>  Sun, 18 Dec 2005 17:09:13 -0500

longrun (0.9-17) unstable; urgency=low

  * Set default ECONOMY in the event script to what it is in the defaults
    file, for consistency.

 -- Joey Hess <joeyh@debian.org>  Sat, 25 Jun 2005 19:37:37 -0400

longrun (0.9-16) unstable; urgency=low

  * Patch from dean gaudet with following changes for improved efficion
    support. Closes: #283583
  * LRTI is bit 3, not bit 2... the old code happens to have worked on
    many crusoe because they also set bit 2, but this bit is not set on
    all crusoe, nor is it set on efficeon.  (i'm not sure if bit 2 is
    publically documented).
  * mhz * millivolt * millivolt power estimation overflows 31-bit
    signed integer once the clock is fast enough... use double instead.
  * io_div (and most divisors) are 0 on efficeon, avoid div-by-0.

 -- Joey Hess <joeyh@debian.org>  Fri, 31 Dec 2004 11:53:33 -0500

longrun (0.9-15) unstable; urgency=low

  * Fix mistake on man page. Closes: #249866

 -- Joey Hess <joeyh@debian.org>  Tue, 28 Sep 2004 14:58:24 -0400

longrun (0.9-14) unstable; urgency=low

  * Patch from Jason Marshall to make the -l flag use the LRTI information if
    available, which avoids needing to adjust processor speed to get the info,
    and lets it print bus speed information too.

 -- Joey Hess <joeyh@debian.org>  Sun, 13 Jun 2004 15:16:13 -0400

longrun (0.9-13) unstable; urgency=low

  * Patch from Jason Marshall to add a -t flax to allow control of the
    Longrun Thermal Extensions.

 -- Joey Hess <joeyh@debian.org>  Fri,  9 Apr 2004 13:00:13 -0400

longrun (0.9-12) unstable; urgency=low

  * Fix a typo in the postinst that broke upgrade. 

 -- Joey Hess <joeyh@debian.org>  Sun, 14 Dec 2003 16:02:34 -0500

longrun (0.9-11) unstable; urgency=low

  * Allow concurrent use of the -s and -f switches. Closes: #206153

 -- Joey Hess <joeyh@debian.org>  Sun, 30 Nov 2003 13:39:02 -0500

longrun (0.9-10) unstable; urgency=low

  * Fix url in copyright file.
  * Added a watch file.
  * Fix logic error in postinst.

 -- Joey Hess <joeyh@debian.org>  Sat, 13 Sep 2003 22:53:41 -0400

longrun (0.9-9) unstable; urgency=low

  * New maintainer. Closes: #173887
  * Remove the README from the deb as it is just a copy of the man page.
  * Updated to my current best practices.
  * Applied a patch from Jean-Philippe Guarard to add an
    /etc/apm/event.d/longrun and a /etc/default/longrun to control it.
    These let longrun react to APM events like low power and on/off ac power,
    but are disabled and do nothing by default.

 -- Joey Hess <joeyh@debian.org>  Mon, 18 Aug 2003 20:50:40 -0400

longrun (0.9-8) unstable; urgency=low

  * orphaning, #173887

 -- ISHIKAWA Mutsumi <ishikawa@debian.org>  Sat,  2 Aug 2003 16:14:41 +0900

longrun (0.9-7) unstable; urgency=low

  * fix pread(),pwrite() offset problem, closes: #165781

 -- ISHIKAWA Mutsumi <ishikawa@linux.or.jp>  Wed, 23 Oct 2002 02:24:54 +0900

longrun (0.9-6) unstable; urgency=low

  * add Build-Depends: gettext, closes: #133708
  * cleanup postinst and debian/rules (lintian clean)

 -- ISHIKAWA Mutsumi <ishikawa@linux.or.jp>  Fri, 15 Feb 2002 21:28:48 +0900

longrun (0.9-5) unstable; urgency=low

  * add Build-Depends: bsdmainutils, closes: #123711 

 -- ISHIKAWA Mutsumi <ishikawa@linux.or.jp>  Thu, 13 Dec 2001 09:07:31 +0900

longrun (0.9-4) unstable; urgency=low

  * remove invalid file /usr/share/man/man1/longrun.1.ja.gz,
    closes: #92216

 -- ISHIKAWA Mutsumi <ishikawa@linux.or.jp>  Sat, 31 Mar 2001 02:23:08 +0900

longrun (0.9-3) unstable; urgency=low

  * gettextize and add japanese message file (patch is already sent to
    upstream auther of cause :-)

 -- ISHIKAWA Mutsumi <ishikawa@linux.or.jp>  Wed, 28 Feb 2001 00:53:43 +0900

longrun (0.9-2) unstable; urgency=low

  * add Japanese man page (already sent to upsream auther)
  * rewrite description, closes: #87130

 -- ISHIKAWA Mutsumi <ishikawa@linux.or.jp>  Sat, 24 Feb 2001 02:59:45 +0900

longrun (0.9-1) unstable; urgency=low

  * Initial Release.

 -- ISHIKAWA Mutsumi <ishikawa@linux.or.jp>  Thu, 15 Feb 2001 01:43:45 +0900