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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
|
runit (1.0.5-1) unstable; urgency=low
* new upstream release.
* debian/getty-tty5.run: don't use absolute pathname.
* debian/control, debian/rules, runit.postinst, runit.postrm: minor
cleanup.
* debian/diff/svlogd.diff: remove; obsolete.
* debian/rules: don't apply patch.
-- Gerrit Pape <pape@smarden.org> Tue, 21 Sep 2004 18:18:31 +0000
runit (1.0.4-2) unstable; urgency=medium
* debian/diff/svlogd.diff: new; from upstream CVS: several minor fixes to
svlogd.
* debian/rules: apply patch in target unpack.
-- Gerrit Pape <pape@smarden.org> Mon, 13 Sep 2004 08:37:27 +0000
runit (1.0.4-1) unstable; urgency=low
* new upstream release.
* debian/control: Build-Depends: dietlibc-dev (>> 0.27-0).
* debian/rules: minor cleanup.
* debian/implicit: update to revision 1.10.
* debian/runit.README.Debian: minor.
* debian/runit.postinst, debian/runit.postrm, debian/runit.preinst:
simplify; cleanup.
-- Gerrit Pape <pape@smarden.org> Sun, 1 Aug 2004 18:38:36 +0000
runit (1.0.3-1) unstable; urgency=low
* new upstream release.
* debian/diff/chpst-chroot.diff: remove; included upstream.
* debian/rules: don't apply diff; shorten architecture-check.
-- Gerrit Pape <pape@smarden.org> Sat, 26 Jun 2004 14:50:51 +0000
runit (1.0.2-3) unstable; urgency=low
* debian/diff/chpst-chroot.diff: chdir before chroot; update
runscripts.html.
* debian/control: Build-Depends: dietlibc-dev (>> 0.26-0).
-- Gerrit Pape <pape@smarden.org> Fri, 30 Apr 2004 18:55:09 +0000
runit (1.0.2-2) unstable; urgency=low
* debian/diff/chpst-chroot.diff: new; chpst supports chroot though -/
option.
* debian/rules: new target unpack; apply chpst-chroot.diff; use
dietlibc-dev on amd64 (thx Andreas Jochens).
* debian/control: Build-Depends: dietlibc-dev +[amd64].
-- Gerrit Pape <pape@smarden.org> Tue, 27 Apr 2004 17:55:40 +0000
runit (1.0.2-1) unstable; urgency=low
* new upstream release.
* debian/implicit: update to revision 1.8.
* debian/control: Build-Depends: dietlibc-dev (>> 0.25-0) (fixes
build/testing failure on arm).
* debian/rules: remove workaround to suppress gcc-3.3 warnings (closes:
#239995).
-- Gerrit Pape <pape@smarden.org> Tue, 30 Mar 2004 17:02:58 +0000
runit (1.0.1-1) unstable; urgency=low
* new upstream release.
* chpst -e dir doesn't barf on subdirectories of dir (closes: #234172).
* debian/runsvdir-start.8: new; thx Bastian Kleineidam (closes: #234114).
* debian/rules: run make check; no longer provide /usr/sbin/setuidgid;
install runsvdir-start man page; create .diet/gcc on i386 to suppress
gcc warnings in build logs; minor.
-- Gerrit Pape <pape@smarden.org> Mon, 8 Mar 2004 15:49:54 +0000
runit (1.0.0-1) unstable; urgency=low
* upstream stable release.
* debian/implicit: update to revision 1.5.
-- Gerrit Pape <pape@smarden.org> Tue, 10 Feb 2004 13:20:21 +0000
runit (0.13.1-1) unstable; urgency=low
* new upstream version: fixes svlogd to print new-line character on end
of line properly (closes: #228446).
-- Gerrit Pape <pape@smarden.org> Mon, 19 Jan 2004 13:37:13 +0000
runit (0.13.0-1) unstable; urgency=low
* new upstream version: svlogd.8 documents -tt option (closes: #213011);
fixes typos in runsv.8 (closes: #223076).
* debian/control: Build-Depends: dietlibc, now also on s390.
* debian/rules: use dietlibc on s390.
-- Gerrit Pape <pape@smarden.org> Mon, 12 Jan 2004 16:07:06 +0100
runit (0.12.1-2) unstable; urgency=low
* debian/control: no longer Build-Depends: debhelper; Standards-Version:
3.6.1.0.
* debian/rules: stop using debhelper, use implicit rules; install runit,
runit-init mode 0755 (closes: #224800).
* debian/implicit: new; implicit Makefile rules.
* debian/README.Debian: rename to debian/runit.README.Debian.
* debian/runit.dirs, debian/runit.links: remove; obsolete.
* debian/runit.conffiles, debian/runit.docs: new.
* debian/runit.postinst, debian/runit.postrm, debian/runit.preinst: minor
cleanup.
-- Gerrit Pape <pape@smarden.org> Mon, 29 Dec 2003 14:51:48 +0000
runit (0.12.1-1) unstable; urgency=low
* new upstream version.
* debian/control: Build-Depends: dietlibc-dev (>> 0.24-0).
-- Gerrit Pape <pape@smarden.org> Tue, 18 Nov 2003 15:45:02 +0000
runit (0.12.0-1) unstable; urgency=low
* new upstream version.
* debian/control: adapt long description; Build-Depends: dietlibc-dev
(>= 0.23-3) (ia64).
-- Gerrit Pape <pape@smarden.org> Mon, 3 Nov 2003 09:55:50 +0000
runit (0.11.2-1) unstable; urgency=low
* new upstream version.
* debian/rules: install stage 2 as /usr/sbin/runsvdir-start for the use
with /etc/inittab; enable dh_link.
* debian/runit.dirs: add /var/service, /var/run/getty-5.
* debian/README.Debian: adapt; package now automatically enables service
supervision when used with sysvinit.
* debian/runit.links: new; create symlink for getty-5 service supervise
directory to /var/run/.
* debian/runit.postinst: new; add SV entry to /etc/inittab if not present
on install and upgrade; barf on fresh install if SV entry is present
(closes: #212311).
* debian/runit.postrm: new; remove SV inittab entry on de-install; force
remove /var/run/getty-5/ on purge.
* debian/control: Standards-Version: 3.6.0
* debian/1, debian/3: remove; obsolete.
-- Gerrit Pape <pape@smarden.org> Tue, 23 Sep 2003 08:56:19 +0000
runit (0.11.0-1) unstable; urgency=low
* new upstream version:
* chpst: new; run a program with a changed process state.
* debian/rules: install chpst program, install setuidgid as symlink
to chpst.
-- Gerrit Pape <pape@smarden.org> Fri, 8 Aug 2003 13:37:45 +0200
runit (0.10.0-1) unstable; urgency=low
* new upstream version.
-- Gerrit Pape <pape@smarden.org> Sun, 22 Jun 2003 20:45:12 +0200
runit (0.9.5-1) unstable; urgency=low
* new upstream version.
* debian/rules: don't extra build setuidgid, upstream Makefile
does.
-- Gerrit Pape <pape@smarden.org> Tue, 17 Jun 2003 15:55:49 +0200
runit (0.9.4-1) unstable; urgency=medium
* new upstream version.
* debian/diff/defaultsize.diff: remove; applied upstream.
* debian/getty.run, debian/getty.finish: remove; obsolete.
* debian/rules: remove temporary patch; install upstream example
getty service directory; build and install setuidgid (drop-in
replacement for daemontools' setuidgid).
* debian/control: Standards-Version: 3.5.10.
-- Gerrit Pape <pape@smarden.org> Tue, 10 Jun 2003 09:45:28 +0200
runit (0.9.3-2) unstable; urgency=low
* debian/README.Debian: more detailed instructions on how to use
service supervision without replacing sysvinit.
-- Gerrit Pape <pape@smarden.org> Wed, 21 May 2003 21:16:48 +0200
runit (0.9.3-1) unstable; urgency=low
* new upstream version.
* debian/diff/defaultsize.diff: new; fix default max. size for single
log files to match the documentation.
* debian/rules: patch upstream; show compiler version.
-- Gerrit Pape <pape@smarden.org> Thu, 15 May 2003 12:03:22 +0200
runit (0.9.2-1) unstable; urgency=low
* new upstream version.
-- Gerrit Pape <pape@smarden.org> Sat, 3 May 2003 17:58:14 +0200
runit (0.9.1-1) unstable; urgency=low
* new upstream version.
-- Gerrit Pape <pape@smarden.org> Wed, 30 Apr 2003 22:22:17 +0200
runit (0.9.0-1) unstable; urgency=low
* new upstream version.
* debian/rules: minor cleanup.
* debian/control: Standards-Version: 3.5.9.
-- Gerrit Pape <pape@smarden.org> Fri, 25 Apr 2003 09:22:27 +0200
runit (0.8.4-1) unstable; urgency=low
* new upstream version.
-- Gerrit Pape <pape@smarden.org> Sun, 20 Apr 2003 19:34:37 +0200
runit (0.8.1-1) unstable; urgency=low
* new upstream version.
-- Gerrit Pape <pape@smarden.org> Wed, 12 Mar 2003 15:10:16 +0100
runit (0.8.0-1) unstable; urgency=low
* new upstream version.
-- Gerrit Pape <pape@smarden.org> Tue, 25 Feb 2003 16:17:46 +0100
runit (0.7.2-2) unstable; urgency=low
* debian/rules: resurrect copyright file.
-- Gerrit Pape <pape@smarden.org> Wed, 29 Jan 2003 19:29:33 +0100
runit (0.7.2-1) unstable; urgency=low
* new upstream version.
* debian/rules: do not install /etc/runit/{1,2,3,ctrlaltdel} (now
included in the runit-run package); install docs without
dh_installdocs.
* debian/control: Standards-Version: 3.5.8.
* debian/runit.docs: remove.
-- Gerrit Pape <pape@smarden.org> Wed, 29 Jan 2003 14:30:33 +0100
runit (0.7.1-5) unstable; urgency=low
* debian/3: stop getties after all other services.
* debian/control: Architecture: any, build dependency sorts out;
build-depends on dietlibc >> 0.22-0 (available on ia64).
* debian/rules: use dh_installdocs -n.
* debian/runit.preinst: remove #DEBHELPER#.
-- Gerrit Pape <pape@smarden.org> Thu, 5 Dec 2002 22:17:18 +0100
runit (0.7.1-4) unstable; urgency=low
* debian/rules: install debian specific stage 3: fix path to service
directory.
* debian/3: new.
-- Gerrit Pape <pape@smarden.org> Thu, 7 Nov 2002 18:33:52 +0100
runit (0.7.1-3) unstable; urgency=low
* debian/control: build-depends on dietlibc >= 0.21-3 (fixes build
failure on mips/mipsel).
* debian/rules: debian/1: new.
-- Gerrit Pape <pape@smarden.org> Sun, 3 Nov 2002 23:20:23 +0100
runit (0.7.1-2) unstable; urgency=low
* debian/rules: let diet be verbose and mangle gcc options for platform
specific optimization (fixes build failure on sparc).
-- Gerrit Pape <pape@smarden.org> Thu, 24 Oct 2002 22:54:08 +0200
runit (0.7.1-1) unstable; urgency=low
* new upstream version.
-- Gerrit Pape <pape@smarden.org> Wed, 23 Oct 2002 11:46:01 +0200
runit (0.7.0-3) unstable; urgency=low
* initial official debian package (closes: #164301).
* debian/runsvstat.8, debian/runsvctrl.8: new.
-- Gerrit Pape <pape@smarden.org> Fri, 18 Oct 2002 13:25:33 +0200
runit (0.7.0-2) unstable; urgency=low
* rework debian packaging to be debian policy compliant.
* runit: add lintian override: statically-linked-binary; the runit
programs are knowingly compiled statically with the diet libc.
-- Gerrit Pape <pape@smarden.org> Fri, 11 Oct 2002 14:21:25 +0200
runit (0.7.0-1) sarge; urgency=low
* See /package/admin/runit/package/CHANGES.
* preinst: new; create hardlink /sbin/runit.old -> /sbin/runit on
upgrade.
-- Gerrit Pape <pape@smarden.org> Mon, 7 Oct 2002 11:25:47 +0200
runit (0.6.0-1) sarge; urgency=low
* See /package/admin/runit/package/CHANGES.
-- Gerrit Pape <pape@smarden.org> Fri, 27 Sep 2002 16:35:53 +0200
runit (0.5.2-1) sarge; urgency=low
* See /package/admin/runit/package/CHANGES.
-- Gerrit Pape <pape@smarden.org> Mon, 23 Sep 2002 12:06:09 +0200
runit (0.5.0-1) sarge; urgency=low
* See /package/admin/runit/package/CHANGES.
-- Gerrit Pape <pape@smarden.org> Wed, 28 Aug 2002 13:23:11 +0200
runit (0.4.1-1) woody; urgency=low
* See /package/admin/runit/package/CHANGES.
-- Gerrit Pape <pape@smarden.org> Mon, 24 Jun 2002 16:07:53 +0200
runit (0.4.0-1) woody; urgency=low
* See /package/admin/runit/package/CHANGES.
* build and install the utmpset program.
-- Gerrit Pape <pape@smarden.org> Sun, 19 May 2002 12:31:09 +0200
runit (0.3.2-2) woody; urgency=low
* getty service directory /etc/runit/getty-tty5 moved to
/etc/runit/getty-5 according to updated doc/replaceinit.html.
* compiled with dietlibc 0.16.
-- Gerrit Pape <pape@smarden.org> Sat, 30 Mar 2002 13:05:28 +0100
runit (0.3.2-1) woody; urgency=low
* See /package/admin/runit/package/CHANGES.
-- Gerrit Pape <pape@smarden.org> Wed, 13 Feb 2002 10:56:17 +0100
runit (0.3.1-1) woody; urgency=low
* See /package/admin/runit/package/CHANGES.
-- Gerrit Pape <pape@smarden.org> Sun, 3 Feb 2002 16:30:55 +0100
runit (0.3.0-1) woody; urgency=low
* See /package/admin/runit/package/CHANGES.
-- Gerrit Pape <pape@smarden.org> Tue, 29 Jan 2002 19:54:06 +0100
runit (0.2.7-1) woody; urgency=low
* See /package/admin/runit/package/CHANGES.
-- Gerrit Pape <pape@smarden.org> Tue, 1 Jan 2002 16:20:14 +0100
runit (0.2.6-1) woody; urgency=low
* See /package/admin/runit/package/CHANGES.
* manpages svwait*.8 installed.
-- Gerrit Pape <pape@smarden.org> Sun, 30 Dec 2001 17:29:29 +0100
runit (0.2.3-1) woody; urgency=low
* See /package/admin/runit/package/CHANGES.
* Build-Depends on dietlibc, uses diet to compile programs.
-- Gerrit Pape <pape@smarden.org> Sat, 22 Dec 2001 20:37:03 +0100
runit (0.1.1-1) woody; urgency=low
* Initial Release.
-- Gerrit Pape <pape@smarden.org> Tue, 20 Nov 2001 11:56:58 +0100
Local variables:
mode: debian-changelog
End:
|