]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - debian/control
lib: only define ntohll if not already defined
[thirdparty/lldpd.git] / debian / control
index f3d47e4a14089fea9c000d68403a8026040772c8..2fbdf85fe25224aa83b3953d56611b9079ae5226 100644 (file)
@@ -2,22 +2,55 @@ Source: lldpd
 Section: net
 Priority: optional
 Maintainer: Vincent Bernat <bernat@debian.org>
-Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libsnmp15-dev | libsnmp9-dev | libsnmp-dev
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5),
+               cdbs,
+               autotools-dev,
+               dh-autoreconf,
+               libsnmp-dev,
+               libxml2-dev,
+               libjansson-dev | libjson-c-dev | libjson0-dev (>= 0.10),
+               libevent-dev (>= 2.0.5),
+               libreadline-dev,
+               libbsd-dev,
+               pkg-config,
+               lsb-release
+Standards-Version: 3.9.6
+Homepage: http://vincentbernat.github.com/lldpd/
 
 Package: lldpd
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
+Suggests: snmpd
 Description: implementation of IEEE 802.1ab (LLDP)
+ LLDP is an industry standard protocol designed to supplant
+ proprietary Link-Layer protocols such as Extreme's EDP (Extreme
+ Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
+ LLDP is to provide an inter-vendor compatible mechanism to deliver
+ Link-Layer notifications to adjacent network devices.
+ .
  This implementation provides LLDP sending and reception, supports
  VLAN and includes an SNMP subagent that can interface to an SNMP
  agent through AgentX protocol.
  .
+ This daemon is also able to deal with CDP, SONMP, FDP and EDP
+ protocol. It also handles LLDP-MED extension.
+
+Package: liblldpctl-dev
+Section: libdevel
+Architecture: any
+Depends: lldpd (= ${binary:Version}), ${misc:Depends}
+Description: implementation of IEEE 802.1ab (LLDP) - development files
  LLDP is an industry standard protocol designed to supplant
  proprietary Link-Layer protocols such as Extreme's EDP (Extreme
  Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
  LLDP is to provide an inter-vendor compatible mechanism to deliver
  Link-Layer notifications to adjacent network devices.
  .
- This daemon is also able to deal with CDP, FDP, SONMP and EDP
+ This implementation provides LLDP sending and reception, supports
+ VLAN and includes an SNMP subagent that can interface to an SNMP
+ agent through AgentX protocol.
+ .
+ This daemon is also able to deal with CDP, SONMP, FDP and EDP
  protocol. It also handles LLDP-MED extension.
+ .
+ This package contains development files to develop clients for lldpd.