diff options
author | Guillem Jover <guillem@debian.org> | 2007-05-18 04:38:38 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-06-10 23:21:22 +0200 |
commit | 002ce99a878a22bcb7426016af428cd6e65df386 (patch) | |
tree | 850686eb8b586faafcac042d3e987a356e905d1e | |
parent | a40a2b76dfe5427faa6eeb9ae841c1de6c361307 (diff) | |
download | inetutils-002ce99a878a22bcb7426016af428cd6e65df386.tar.gz |
Fix typo in inetutils-inetd Tag field
Closes: #418539
Thanks-to: Scott Kitterman <scott@kitterman.com>
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control.in | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6481842..7a4819f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +inetutils (2:1.5.dfsg.1-5) UNRELEASED; urgency=low + + * Fix typo in inetutils-inetd Tag field. (Closes: #418539) + Thanks to Scott Kitterman <scott@kitterman.com>. + + -- Guillem Jover <guillem@debian.org> Fri, 18 May 2007 07:37:19 +0300 + inetutils (2:1.5.dfsg.1-4) unstable; urgency=medium * Fix Kerberos 5 authentication support in telnet via Shishi to make it diff --git a/debian/control.in b/debian/control.in index 451f562..43134ac 100644 --- a/debian/control.in +++ b/debian/control.in @@ -35,7 +35,7 @@ Architecture: any Provides: inet-superserver, netkit-inetd Conflicts: inet-superserver, netkit-inetd Depends: ${shlibs:Depends}, update-inetd, tcpd, lsb-base, inetutils-syslogd | system-log-daemon -XB-Tag: interface::daemon, protocol::ip, role::prorgam, network::server, network::service +XB-Tag: interface::daemon, protocol::ip, role::program, network::server, network::service Description: Internet super server Inetd is the daemon that listens on various TCP and UDP ports and spawns programs that can't or won't do it for themselves. |