Your message dated Mon, 26 Dec 2016 17:37:52 +0100
with message-id <[email protected]>
and subject line Re: Bug#779694: openbsd-inetd: broaden the runtime-dependency
on update-inetd to update-inetd|reconf-inetd
has caused the Debian Bug report #779694,
regarding openbsd-inetd: broaden the runtime-dependency on update-inetd to
update-inetd|reconf-inetd
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.)
--
779694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779694
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openbsd-inetd
Version: 2:1.9.2.39.3a460-3
Severity: normal
Tags: patch
Dear Maintainer,
please consider to relax the run-time dependency on update-inetd to
(update-inetd|reconf-inetd). I have prepared a patch.
Regards
Rolf
--- debian/control.orig 2015-03-04 14:31:50.953955974 +0800
+++ debian/control 2015-03-04 14:32:12.102060846 +0800
@@ -11,7 +11,7 @@
Package: openbsd-inetd
Architecture: any
Multi-Arch: foreign
-Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-13), update-inetd, tcpd
+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-13), update-inetd | reconf-inetd, tcpd
Provides: inet-superserver
Description: OpenBSD Internet Superserver
The inetd server is a network daemon program that specializes in managing
--- End Message ---
--- Begin Message ---
On Mar 04, Rolf Leggewie <[email protected]> wrote:
> please consider to relax the run-time dependency on update-inetd to
> (update-inetd|reconf-inetd). I have prepared a patch.
This is not how it is supposed to work: reconf-inetd does not provide
the same API of update-inetd, so they cannot be alternatives.
Individual packages are supposed to depend either on update-inetd or
reconf-inetd, but because of historical reasons openbsd-inetd also
depends on update-inetd to not break packages missing the dependency.
I will be happy to remove the update-inetd dependency if you can show
that all packages using it in their maintainer scripts depend on it.
--
ciao,
Marco
signature.asc
Description: PGP signature
--- End Message ---