prepare the lets be a superserver release.
[packages/xinetd.git] / debian / control
1 Source: xinetd
2 Section: net
3 Priority: extra
4 Maintainer: Pierre Habouzit <madcoder@debian.org>
5 Standards-Version: 3.7.2
6 Build-Depends: debhelper (>> 5.0.0), libwrap0-dev, autotools-dev, lsb-base
7 Vcs-Git: git://git.madism.org/git/xinetd.git
8 Vcs-Browser: http://git.madism.org/?p=xinetd.git
9 Homepage: www.xinetd.org
10
11 Package: xinetd
12 Architecture: any
13 Depends: ${shlibs:Depends}, netbase, update-inetd
14 Provides: inet-superserver
15 Conflicts: inet-superserver
16 Recommends: sysklogd | system-log-daemon, logrotate
17 Description: replacement for inetd with many enhancements
18  xinetd has access control mechanisms, extensive logging capabilities,
19  the ability to make services available based on time, and can place
20  limits on the number of servers that can be started, among other things.
21  .
22  It has the ability to redirect TCP streams to a remote host and port.
23  This is useful for those of that use IP masquerading, or NAT, and want
24  to be able to reach your internal hosts.
25  .
26  It also has the ability to bind specific services to specific interfaces.
27  This is useful when you want to make services available for your internal
28  network, but not the rest of the world. Or to have a different service
29  running on the same port, but different interfaces.