prepare the lets be a superserver release.
[packages/xinetd.git] / debian / control
index 0d646db..feb91ff 100644 (file)
@@ -3,14 +3,16 @@ Section: net
 Priority: extra
 Maintainer: Pierre Habouzit <madcoder@debian.org>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>> 5.0.0), libwrap0-dev
+Build-Depends: debhelper (>> 5.0.0), libwrap0-dev, autotools-dev, lsb-base
 Vcs-Git: git://git.madism.org/git/xinetd.git
 Vcs-Browser: http://git.madism.org/?p=xinetd.git
 Homepage: www.xinetd.org
 
 Package: xinetd
 Architecture: any
-Depends: ${shlibs:Depends}, netbase
+Depends: ${shlibs:Depends}, netbase, update-inetd
+Provides: inet-superserver
+Conflicts: inet-superserver
 Recommends: sysklogd | system-log-daemon, logrotate
 Description: replacement for inetd with many enhancements
  xinetd has access control mechanisms, extensive logging capabilities,
@@ -18,7 +20,7 @@ Description: replacement for inetd with many enhancements
  limits on the number of servers that can be started, among other things.
  .
  It has the ability to redirect TCP streams to a remote host and port.
- This is useful for those of that use ip masquerading, or NAT, and want
+ This is useful for those of that use IP masquerading, or NAT, and want
  to be able to reach your internal hosts.
  .
  It also has the ability to bind specific services to specific interfaces.