X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/6c503e49e5b429e2eb53dead4ec71f780f8143bf..refs/heads/infinite-loop-protection:/debian/control?ds=sidebyside

diff --git a/debian/control b/debian/control
index cc11d4b..979899e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: l2tpns
 Section: net
 Priority: optional
 Maintainer: Jonathan McDowell <noodles@earth.li>
-Build-Depends: debhelper (>> 4), libcli-dev (>> 1.8.5)
-Standards-Version: 3.7.2.0
+Build-Depends: debhelper (>> 8), libcli-dev (>> 1.8.5)
+Standards-Version: 3.9.4.0
 
 Package: l2tpns
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: layer 2 tunnelling protocol network server (LNS)
  l2tpns is a daemon designed to terminate large volumes of layer 2
  tunnelling protocol (RFC 2661: L2TP) sessions.
@@ -16,5 +16,5 @@ Description: layer 2 tunnelling protocol network server (LNS)
  limiting, walled garden, usage accounting, and clustering (for both
  load-sharing and redundancy).
  .
- Note that only the LNS side of the L2TP protocol is implemented, for
- a more complete L2TP implementation see the l2tpd package.
+ l2tpns is a complete L2TP implementation. It supports the LAC, LNS,
+ PPPOE and DHCPv6 server.