diff --git a/debian/control b/debian/control index 865d8780..9fe1eaa0 100644 --- a/debian/control +++ b/debian/control @@ -1,67 +1,67 @@ Source: kronosnet Priority: extra Maintainer: Fabio M. Di Nitto -Build-Depends: debhelper (>= 7.0.50~), autoconf, autotools-dev, libtool, libqb-dev (>= 0.14.3), libnss3-dev, libnspr4-dev, pkg-config, libpam-dev, zlib1g-dev, liblz4-dev, liblzo2-dev, liblzma-dev, libbz2-dev +Build-Depends: debhelper (>= 7.0.50~), autoconf, autotools-dev, libtool, libqb-dev (>= 0.14.3), libnss3-dev, libnspr4-dev, pkg-config, libpam-dev, zlib1g-dev, liblz4-dev (>= 1.7.3), liblzo2-dev, liblzma-dev, libbz2-dev, libsctp-dev Standards-Version: 3.8.4 Section: admin Package: kronosnetd Section: admin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Multipoint-to-Multipoint VPN daemon The kronosnet daemon is a bridge between kronosnet switching engine and kernel network tap devices, to create and administer a distributed LAN over multipoint-to-multipoint VPNs. The daemon does a poor attempt to provide a configure UI similar to other known network devices/tools (Cisco, quagga). Beside looking horrific, it allows runtime changes and reconfiguration of the kronosnet(s) without daemon reload or service disruption. . This package contains the kronosnet daemon and utils. Package: libtap1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Simple userland wrapper around kernel tap devices This is an over-engineered commodity library to manage a pool of tap devices and provides the basic pre-up.d/up.d/down.d/post-down.d infrastructure. . This package contains libraries that should be used by libtap clients. Package: libtap-dev Section: libdevel Architecture: any Depends: libtap1 (= ${binary:Version}), ${misc:Depends} Description: Simple userland wrapper around kernel tap devices (developer files) This is an over-engineered commodity library to manage a pool of tap devices and provides the basic pre-up.d/up.d/down.d/post-down.d infrastructure. . This package contains header files required to build clients for libtap clients. Package: libknet1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: kronosnet core switching implementation The whole kronosnet core is implemented in this library. Please refer to the not-yet-existing documentation for further information. . This package contains libraries that should be used by libknet clients. Package: libknet-dev Section: libdevel Architecture: any Depends: libknet1 (= ${binary:Version}), ${misc:Depends} Description: kronosnet core switching implementation (developer files) The whole kronosnet core is implemented in this library. Please refer to the not-yet-existing documentation for further information. . This package contains header files required to build clients for libknet clients.