Your message dated Wed, 27 Feb 2008 00:29:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#453684: fixed in daemontools 1:0.76-1
has caused the Debian Bug report #453684,
regarding ITP: daemontools -- A collection of tools for managing UNIX services
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
453684: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=453684
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wnpp
Owner: "Robert S. Edmonds" <[EMAIL PROTECTED]>
Severity: wishlist
* Package name : daemontools
Version : 0.76
Upstream Author : Daniel J. Bernstein
* URL : http://cr.yp.to/daemontools.html
* License : public domain
Programming Lang: C
Description : A collection of tools for managing UNIX services
The following is taken from http://cr.yp.to/daemontools.html.
.
daemontools is a collection of tools for managing UNIX services.
.
supervise monitors a service. It starts the service and restarts the service
if it dies. Setting up a new service is easy: all supervise needs is a
directory with a run script that runs the service.
.
multilog saves error messages to one or more logs. It optionally timestamps
each line and, for each log, includes or excludes lines matching specified
patterns. It automatically rotates logs to limit the amount of disk space used.
If the disk fills up, it pauses and tries again, without losing any data.
.
svscan starts one supervise process for each subdirectory of the current
directory, up to a limit of 1000 subdirectories. svscan skips subdirectory
names starting with dots. supervise must be in svscan's path.
.
If a subdirectory sub is sticky, svscan starts a pair of supervise processes,
one for sub, one for sub/log, with a pipe between them. svscan needs two free
descriptors for each pipe.
(description again snagged from daemontools-installer)
Adam, if you want this ITP, you can take it.
--
Robert Edmonds
[EMAIL PROTECTED]
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: daemontools
Source-Version: 1:0.76-1
We believe that the bug you reported is fixed in the latest version of
daemontools, which is due to be installed in the Debian FTP archive:
daemontools-run_0.76-1_all.deb
to pool/main/d/daemontools/daemontools-run_0.76-1_all.deb
daemontools_0.76-1.diff.gz
to pool/main/d/daemontools/daemontools_0.76-1.diff.gz
daemontools_0.76-1.dsc
to pool/main/d/daemontools/daemontools_0.76-1.dsc
daemontools_0.76-1_powerpc.deb
to pool/main/d/daemontools/daemontools_0.76-1_powerpc.deb
daemontools_0.76.orig.tar.gz
to pool/main/d/daemontools/daemontools_0.76.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated daemontools package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 26 Feb 2008 20:01:21 +0000
Source: daemontools
Binary: daemontools daemontools-run
Architecture: source powerpc all
Version: 1:0.76-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape <[EMAIL PROTECTED]>
Changed-By: Gerrit Pape <[EMAIL PROTECTED]>
Description:
daemontools - a collection of tools for managing UNIX services
daemontools-run - daemontools service supervision
Closes: 453684
Changes:
daemontools (1:0.76-1) unstable; urgency=low
.
* debian/changelog: add epoch 1 to supersede unofficial package.
* switch from tarball in tarball .orig.tar.gz to original upstream
tarball.
* debian/rules: remove target configure:; use glibc by default instead
of dietlibc.
* debian/control: no longer Build-Depends: dietlibc.
* debian/gcc/: remove; obsolete.
* debian/rules: build programs in target build:; install programs into
/usr/bin/.
* debian/rules: new target patch: apply diffs from debian/diff/, reverse
apply in target clean:.
* debian/diff/0001-error.h-include-errno.h-instead-of-extern-int.patch:
new; error.h: '#include <errno.h>' instead of 'extern int errno;'.
* debian/daemontools-man/: new; add manpages downloaded from
http://smarden.org/pape/djb/manpages/daemontools-0.76-man-20020131.tar.gz.
* debian/rules: install manpages from debian/daemontools-man/ into
/usr/share/man/man8/.
* debian/daemontools.postinst, debian/daemontools.postrm: remove;
obsolete.
* debian/implicit: add proper dependencies to support 'parallel build'
through make -j (thx Daniel Schepler for the patch).
* debian/daemontools-run.README.Debian, debian/daemontools-run.postinst,
debian/daemontools-run.postrm: new; from the (unofficial) daemontools-run
package, slightly modified.
* debian/control, debian/rules: new package daemontools-run.
* debian/control: daemontools: no longer Depends: daemontools-run
(>= 0.76.1); no longer Recommends: daemontools-doc (>= 0.76-1);
Suggests: daemontools-run (>> 1:0.76); Replaces: daemontools-doc.
* debian/control: dameontools-run: Conflicts: runit.
* debian/rules: run dpkg-shlibdeps; remove debian/substvars in target
clean:.
* debian/control: Depends: ${shlibs:Depends}.
* debian/control: Standards-Version: 3.7.2.2.
* debian/copyright: rewrite copyright.
* debian/daemontools.README.Debian, debian/daemontools-run.README.Debian:
redo.
* debian/control: minor updates to short and long descriptions; Suggests:
daemontools-run | runit.
* debian/daemontools-run.postrm: use svc -dx to signal services and log
services to stop on package removal.
* debian/rules: adapt svscanboot: default directory for services is
/var/service/; find svc through PATH.
* upload to Debian/main (closes: #453684).
* debian/control, debian/daemontools-run.README.Debian,
debian/daemontools-run.postrm, debian/daemontools.README.Debian,
debian/rules: change default directory for services from /var/service/
to /etc/service/ (see also #461478).
* debian/diff/0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff:
new; supervise.c: ./supervise may be a symlink, if it's dangling, create
link target.
* debian/update-service, debian/update-service.8: new; a variant of
runit's update-service(8) program.
* debian/rules: packages daemontools-run: install update-service program
plus manpage, provide /var/lib/supervise/.
* debian/daemontools-run.README.Debian: talk about the update-service(8)
program.
* debian/daemontools-run.postinst: on fresh install, or update from
unofficial package, look for /var/service, then /service, and copy
content to /etc/service/ if its a non-emtpy directory, and provide
compatibility symlink.
* debian/daemontools-run.postinst: on fresh install, or update from
unofficial package, remove inittab entry if present, to have new entry
added afterwards.
* debian/daemontools.NEWS.Debian: new; package introduced to Debian/main,
mention how to put on hold if upgrade from non-free is not desired.
* debian/daemontools-run.postinst: really remove inittab entry on upgrade
from daemontools-installer.
Files:
1f5b7477e465f9cd3a875d46d3ef63aa 556 admin optional daemontools_0.76-1.dsc
1871af2453d6e464034968a0fbcb2bfc 36975 admin optional
daemontools_0.76.orig.tar.gz
47ccaf694bef56b7a85ed0c1e5d29e0c 15798 admin optional
daemontools_0.76-1.diff.gz
849bd8f121cae0fc057c84309649ed46 72522 admin optional
daemontools_0.76-1_powerpc.deb
d867d63c29bee7ddbef95b0c1322faa1 9060 admin optional
daemontools-run_0.76-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHxIAjGJoyQbxwpv8RAhB+AJ4w329rFY5juav7yCjAoQnfPru8qgCfZvpt
LKwyAOCeKKVSHwkDJ6gS3sM=
=7nYb
-----END PGP SIGNATURE-----
--- End Message ---