[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#551883: marked as done (ITA: libdaemon -- lightweight C library for daemons)



Your message dated Tue, 27 Oct 2009 21:11:03 +0000
with message-id <E1N2tJn-0006bs-UN@ries.debian.org>
and subject line Bug#551883: fixed in libdaemon 0.14-1
has caused the Debian Bug report #551883,
regarding ITA: libdaemon -- lightweight C library for daemons
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 owner@bugs.debian.org
immediately.)


-- 
551883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551883
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

I request an adopter for the libdaemon package.  I was maintaining this
package because it was a dependency for ifplugd (I RFA-ed that a little while
ago).  I can sponsor uploads of updated libdaemon packages.

The package description is:
 libdaemon is a leightweight C library which eases the writing of UNIX daemons.
 It consists of the following parts:
 .
  * Wrapper around fork() for correct daemonization of a process
  * Wrapper around syslog() for simple log output to syslog or STDERR
  * An API for writing PID files
  * An API for serializing signals into a pipe for use with select() or poll()
  * An API for running subprocesses with STDOUT and STDERR redirected to syslog
 .
 Routines like these are included in most of the daemon software available. It
 is not simple to get these done right and code duplication is not acceptable.
 .
 This package includes the header files and the static version of the library
 and documentation.

libdaemon is installed on a very large number of systems because of avahi.
Updates to the software are few and far between and there are no open bugs in
the Debian BTS.  Upstream released 0.14 last week and the package needs to be
updated for that.

I am also Cc:ing the following dependent maintainers in case they would be
interested in maintanance of the package.

Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Philipp Huebner <debalance@debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQEcBAEBCAAGBQJK3wfMAAoJENbfLHnbvsrcRq8IAKdKY1UqOCfLXQFGhw1zTLXs
+TH0GSkjN9MKYT/I4rBC8sAcNQl/R03hJkHEqaVv09segdXsCAyx5WvNzDK0FIMT
TvvrChWASg4vgW6ZuRY1SeIO4aRLZhcBEVGpHJrHAukU5zYBg1eOx2q4lNpEDfXF
rm0fJ0/zCuWRESnKdS+OgEgV7eceHCg4TtCtKLKZgXQub2vqr9GaJmJDX7AkLcxZ
b+n/h7drEdxUU3iMueOup6mYuKL+Nz+4hXElrJSuhCUV7/lNABnlffFSYWwor3qE
mbrUOWHatFW2nG5X/isngxqV6ECwsoMKrk94MF8DzGwNiUIgLmbZqtISFXW2Blk=
=7MUy
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message ---
Source: libdaemon
Source-Version: 0.14-1

We believe that the bug you reported is fixed in the latest version of
libdaemon, which is due to be installed in the Debian FTP archive:

libdaemon-dev_0.14-1_i386.deb
  to main/libd/libdaemon/libdaemon-dev_0.14-1_i386.deb
libdaemon0-dbg_0.14-1_i386.deb
  to main/libd/libdaemon/libdaemon0-dbg_0.14-1_i386.deb
libdaemon0_0.14-1_i386.deb
  to main/libd/libdaemon/libdaemon0_0.14-1_i386.deb
libdaemon_0.14-1.diff.gz
  to main/libd/libdaemon/libdaemon_0.14-1.diff.gz
libdaemon_0.14-1.dsc
  to main/libd/libdaemon/libdaemon_0.14-1.dsc
libdaemon_0.14.orig.tar.gz
  to main/libd/libdaemon/libdaemon_0.14.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 551883@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Biebl <biebl@debian.org> (supplier of updated libdaemon 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 26 Oct 2009 23:37:18 +0100
Source: libdaemon
Binary: libdaemon-dev libdaemon0 libdaemon0-dbg
Architecture: source i386
Version: 0.14-1
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Changed-By: Michael Biebl <biebl@debian.org>
Description: 
 libdaemon-dev - lightweight C library for daemons - development files
 libdaemon0 - lightweight C library for daemons - runtime library
 libdaemon0-dbg - lightweight C library for daemons - debugging symbols
Closes: 551883
Changes: 
 libdaemon (0.14-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control
     - Set the Utopia Maintenance Team as new maintainer. (Closes: #551883)
     - Add myself to Uploaders.
     - Update Vcs-* fields. Package is now managed using Git on git.debian.org.
     - Bump Standards-Version to 3.8.3. No further changes.
     - Bump Build-Depends on debhelper to (>= 7).
   * debian/libdaemon0.{shlibs,symbols}
     - Update symbols file for new API additions.
     - Bump shlibs file accordingly.
   * debian/rules
     - No longer mangle the man pages using sed. The generated man pages are
       properly formatted now.
     - Use dh_prep instead of deprecated dh_clean -k.
   * debian/compat
     - Bump debhelper compat level to 7.
   * debian/copyright
     - Update copyright notice.
Checksums-Sha1: 
 60c94fc3c7db792924e3b1f8e3c48589805b44c6 1285 libdaemon_0.14-1.dsc
 78a4db58cf3a7a8906c35592434e37680ca83b8f 340474 libdaemon_0.14.orig.tar.gz
 b3808e59a8cc4ebc0def46ed16c16000b7d0f2e2 4797 libdaemon_0.14-1.diff.gz
 9a72497f9f08608d4869501bb60e0471a4eadff9 66942 libdaemon-dev_0.14-1_i386.deb
 198096509d728359206e10e7f1e50a5d6491a97c 14292 libdaemon0_0.14-1_i386.deb
 f3645f357f428db775e1919a7903dd12b0e831ed 21920 libdaemon0-dbg_0.14-1_i386.deb
Checksums-Sha256: 
 8f74d8bf114b879efe4dd0be68a84f866c31e2fdf46960fc33e29575e17a45e2 1285 libdaemon_0.14-1.dsc
 fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834 340474 libdaemon_0.14.orig.tar.gz
 553dbeb09cdc15f01e2ea3a223b14702d4e6eba6183433dd419dd6aadff46935 4797 libdaemon_0.14-1.diff.gz
 5256fe5e7218d1712b84eab60b57ca7f0ba785191eafeebfcc2e63b608bb0a75 66942 libdaemon-dev_0.14-1_i386.deb
 f536361634f86d79bd7342c79ea740350a7bc6adfcb770eec793bf9e7ee2b780 14292 libdaemon0_0.14-1_i386.deb
 dffced89dbd5cac426f7b71caab93338050045c2180efad5927401b8d96ac07b 21920 libdaemon0-dbg_0.14-1_i386.deb
Files: 
 afcffad415ee2291566751d92ff17230 1285 libs optional libdaemon_0.14-1.dsc
 509dc27107c21bcd9fbf2f95f5669563 340474 libs optional libdaemon_0.14.orig.tar.gz
 de656c8328981bdf6993e45024f574e8 4797 libs optional libdaemon_0.14-1.diff.gz
 5d45b32a97b0aefb9cb9b0d29de73fe5 66942 libdevel optional libdaemon-dev_0.14-1_i386.deb
 ce0423d8ff8ab04d3cd6abeb479f4d63 14292 libs optional libdaemon0_0.14-1_i386.deb
 e76f219270250ac79ad098be1cc33402 21920 debug extra libdaemon0-dbg_0.14-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkrmJVcACgkQh7PER70FhVTdxwCfVX7RW7pqdou7HTQj/lYAndTi
pM0An1sROT+r/yidJLF2JlFTdytJAy/Z
=DpKb
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: