mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
add missing libsqlite3-dev build-dep
This commit is contained in:
parent
cf5f6e631a
commit
f342abf6fb
3
debian/control
vendored
3
debian/control
vendored
@ -5,6 +5,7 @@ Build-Depends: cmake,
|
|||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
libboost-dev,
|
libboost-dev,
|
||||||
libpcap-dev,
|
libpcap-dev,
|
||||||
|
libsqlite3-dev,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
po-debconf,
|
po-debconf,
|
||||||
python3,
|
python3,
|
||||||
@ -39,7 +40,7 @@ Description: Portable fork of Intel's Hyperscan library (development files)
|
|||||||
|
|
||||||
Package: libvectorscan5
|
Package: libvectorscan5
|
||||||
Architecture: any-amd64 arm64 ppc64el
|
Architecture: any-amd64 arm64 ppc64el
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, sse4.2-support [any-amd64]
|
Depends: sse4.2-support [any-amd64], ${misc:Depends}, ${shlibs:Depends}
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: debconf
|
Pre-Depends: debconf
|
||||||
Replaces: libhyperscan5
|
Replaces: libhyperscan5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user