]> git.ipfire.org Git - thirdparty/lldpd.git/blob - debian/control
debian: on old Debian releases, enable "oldies"
[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,
13 libnl-3-dev,
14 libreadline-dev,
15 libbsd-dev,
16 pkg-config,
17 lsb-release
18 Standards-Version: 3.9.6
19 Homepage: http://vincentbernat.github.com/lldpd/
20
21 Package: lldpd
22 Architecture: any
23 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
24 Suggests: snmpd
25 Description: implementation of IEEE 802.1ab (LLDP)
26 LLDP is an industry standard protocol designed to supplant
27 proprietary Link-Layer protocols such as Extreme's EDP (Extreme
28 Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
29 LLDP is to provide an inter-vendor compatible mechanism to deliver
30 Link-Layer notifications to adjacent network devices.
31 .
32 This implementation provides LLDP sending and reception, supports
33 VLAN and includes an SNMP subagent that can interface to an SNMP
34 agent through AgentX protocol.
35 .
36 This daemon is also able to deal with CDP, SONMP, FDP and EDP
37 protocol. It also handles LLDP-MED extension.
38
39 Package: liblldpctl-dev
40 Section: libdevel
41 Architecture: any
42 Depends: lldpd (= ${binary:Version}), ${misc:Depends}
43 Description: implementation of IEEE 802.1ab (LLDP) - development files
44 LLDP is an industry standard protocol designed to supplant
45 proprietary Link-Layer protocols such as Extreme's EDP (Extreme
46 Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
47 LLDP is to provide an inter-vendor compatible mechanism to deliver
48 Link-Layer notifications to adjacent network devices.
49 .
50 This implementation provides LLDP sending and reception, supports
51 VLAN and includes an SNMP subagent that can interface to an SNMP
52 agent through AgentX protocol.
53 .
54 This daemon is also able to deal with CDP, SONMP, FDP and EDP
55 protocol. It also handles LLDP-MED extension.
56 .
57 This package contains development files to develop clients for lldpd.