More precise boost dependencies
Change-Id: Id1bdcaaa36abab4617963a5eb600601c8670e9f6
diff --git a/ndncert/debian/control b/ndncert/debian/control
index 10b0d05..982fb0c 100644
--- a/ndncert/debian/control
+++ b/ndncert/debian/control
@@ -4,7 +4,8 @@
Maintainer: Zhiyi Zhang <zhiyi@cs.ucla.edu>
Build-Depends: debhelper (>= 8.0.0),
python3 (>= 3.6.0),
- pkg-config (>= 0.26),
+ pkg-config (>= 0.29),
+ libboost-all-dev (>= 1.65.1),
libndn-cxx-dev (>= 0.6.5),
libsqlite3-dev (>= 3.22.0),
libssl-dev (>= 1.1.1)
@@ -25,6 +26,8 @@
Architecture: i386 amd64 arm64 armel armhf ppc64el
Section: libdevel
Depends: libndncert (= ${binary:Version}), ${misc:Depends},
+ libboost-dev (>= 1.65.1),
+ libboost-filesystem-dev (>= 1.65.1),
libndn-cxx-dev,
libsqlite3-dev (>= 3.22.0),
libssl-dev (>= 1.1.1)