Browse Source

prefer libpcap0.8-dev over obsolete libpcap-dev

Change-Id: If9a668896e7a45db147cc4ac8efda8a2dfc36333
pull/256/head
Richard Fuchs 10 years ago
parent
commit
90242e36a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      debian/control

+ 1
- 1
debian/control View File

@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5),
libevent-dev (>= 2.0), libevent-dev (>= 2.0),
libglib2.0-dev (>= 2.30), libglib2.0-dev (>= 2.30),
libhiredis-dev, libhiredis-dev,
libpcap-dev,
libpcap0.8-dev | libpcap-dev,
libpcre3-dev, libpcre3-dev,
libssl-dev (>= 1.0.1), libssl-dev (>= 1.0.1),
libxmlrpc-c3-dev (>= 1.16.07) | libxmlrpc-core-c3-dev (>= 1.16.07), libxmlrpc-c3-dev (>= 1.16.07) | libxmlrpc-core-c3-dev (>= 1.16.07),


Loading…
Cancel
Save