]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
debian: express minimal version needed for libnl3
authorVincent Bernat <vincent@bernat.im>
Mon, 23 Nov 2015 07:35:33 +0000 (08:35 +0100)
committerVincent Bernat <vincent@bernat.im>
Mon, 23 Nov 2015 07:35:33 +0000 (08:35 +0100)
Wheezy comes with a too old version.

debian/control

index bc0f7495d76a5a7990d23825c525fc04b5071ef4..458c7c927abc3c6965466295fc2e8fbb9068e0db 100644 (file)
@@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5),
                libsnmp-dev,
                libxml2-dev,
                libjansson-dev | libjson-c-dev | libjson0-dev (>= 0.10),
-               libevent-dev,
-               libnl-3-dev, libnl-route-3-dev,
+               libevent-dev (>= 2.0.5),
+               libnl-3-dev (>= 3.2.7), libnl-route-3-dev (>= 3.2.7),
                libreadline-dev,
                libbsd-dev,
                pkg-config,