diff options
author | Guillem Jover <guillem@hadrons.org> | 2012-01-01 06:34:15 +0100 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2012-01-01 06:55:20 +0100 |
commit | 2ee7faf33e3e4f3327c5d8293fb4632d749b7101 (patch) | |
tree | 902aa4203ec495590fcd77714cc2bc6c20b3c374 | |
parent | e81f15cafae52f278d7c0740a7a5b506cf328c53 (diff) | |
download | inetutils-2ee7faf33e3e4f3327c5d8293fb4632d749b7101.tar.gz |
Improve inetutils-inetd package Description
Closes: #348915
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control.in | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2793840..79def6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ inetutils (2:1.9-1) UNRELEASED; urgency=low * Pass “-Im4 -Iam” to autoreconf call in debian/rules. * Use dpkg-buildflags to set build flags (enables default hardening flags). Fix code to not fail on -Wformat-security. (Closes: #653436) + * Improve inetutils-inetd package Description. (Closes: #348915) -- Guillem Jover <guillem@debian.org> Sun, 01 Jan 2012 04:34:04 +0100 diff --git a/debian/control.in b/debian/control.in index 1a8ea3a..97eb5a8 100644 --- a/debian/control.in +++ b/debian/control.in @@ -40,6 +40,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, update-inetd, tcpd, lsb-base, 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. + . + This is the portable GNU implementation of inetd. The package supports + IPv6, tcpmux services and unlimited server arguments. Package: inetutils-ping Priority: @inetutils:Priority@ |