mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 13:22:36 +01:00
debian: Remove -dev package from dependencies
fastnetmon will build against libboost-thread-dev, libboost-system-dev, libboost-regex-dev, libpcap-dev, liblog4cpp5-dev and dpkg-shlibdeps will calculate the correct package dependency and fill out the subtition variable ${shlibs:Depends}. Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
This commit is contained in:
parent
af0450e2cd
commit
57a51c265b
2
debian/control
vendored
2
debian/control
vendored
@ -9,7 +9,7 @@ Homepage: https://fastnetmon.com/
|
||||
|
||||
Package: fastnetmon
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libboost-thread-dev, libboost-system-dev, libboost-regex-dev, libpcap-dev, liblog4cpp5-dev
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Very fast DDoS analyzer with sflow/netflow/mirror support
|
||||
FastNetMon is a very high performance distributed denial-of-service attack
|
||||
(DDoS attack) detector built on top of multiple packet capture engines:
|
||||
|
Loading…
Reference in New Issue
Block a user