]> git.ipfire.org Git - thirdparty/lldpd.git/blob - debian/control
release: prepare 0.9.4 release
[thirdparty/lldpd.git] / debian / control
1 Source: lldpd
2 Section: net
3 Priority: optional
4 Maintainer: Vincent Bernat <bernat@debian.org>
5 Build-Depends: debhelper (>= 5),
6 cdbs,
7 autotools-dev,
8 dh-autoreconf,
9 libsnmp-dev,
10 libxml2-dev,
11 libjansson-dev | libjson-c-dev | libjson0-dev (>= 0.10),
12 libevent-dev (>= 2.0.5),
13 libreadline-dev,
14 libbsd-dev,
15 pkg-config,
16 lsb-release
17 Standards-Version: 3.9.6
18 Homepage: http://vincentbernat.github.com/lldpd/
19
20 Package: lldpd
21 Architecture: any
22 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
23 Suggests: snmpd
24 Description: implementation of IEEE 802.1ab (LLDP)
25 LLDP is an industry standard protocol designed to supplant
26 proprietary Link-Layer protocols such as Extreme's EDP (Extreme
27 Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
28 LLDP is to provide an inter-vendor compatible mechanism to deliver
29 Link-Layer notifications to adjacent network devices.
30 .
31 This implementation provides LLDP sending and reception, supports
32 VLAN and includes an SNMP subagent that can interface to an SNMP
33 agent through AgentX protocol.
34 .
35 This daemon is also able to deal with CDP, SONMP, FDP and EDP
36 protocol. It also handles LLDP-MED extension.
37
38 Package: liblldpctl-dev
39 Section: libdevel
40 Architecture: any
41 Depends: lldpd (= ${binary:Version}), ${misc:Depends}
42 Description: implementation of IEEE 802.1ab (LLDP) - development files
43 LLDP is an industry standard protocol designed to supplant
44 proprietary Link-Layer protocols such as Extreme's EDP (Extreme
45 Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
46 LLDP is to provide an inter-vendor compatible mechanism to deliver
47 Link-Layer notifications to adjacent network devices.
48 .
49 This implementation provides LLDP sending and reception, supports
50 VLAN and includes an SNMP subagent that can interface to an SNMP
51 agent through AgentX protocol.
52 .
53 This daemon is also able to deal with CDP, SONMP, FDP and EDP
54 protocol. It also handles LLDP-MED extension.
55 .
56 This package contains development files to develop clients for lldpd.