More precise boost dependencies
Change-Id: Id1bdcaaa36abab4617963a5eb600601c8670e9f6
diff --git a/libpsync/debian/control b/libpsync/debian/control
index f0ecdd6..201d1dc 100644
--- a/libpsync/debian/control
+++ b/libpsync/debian/control
@@ -4,8 +4,8 @@
Maintainer: Ashlesh Gawande <agawande@memphis.edu>
Build-Depends: debhelper (>= 8.0.0),
python3 (>= 3.6.0),
- pkg-config (>= 0.26),
- libboost-all-dev (>= 1.53.0),
+ pkg-config (>= 0.29),
+ libboost-all-dev (>= 1.65.1),
libndn-cxx-dev (>= 0.7.0),
python3-sphinx (>= 1.6.0),
git
@@ -23,7 +23,10 @@
Package: libpsync-dev
Architecture: i386 amd64 arm64 armel armhf ppc64el
Section: libdevel
-Depends: libndn-cxx-dev,
+Depends:
+ libboost-dev (>= 1.65.1),
+ libboost-iostreams-dev (>= 1.65.1),
+ libndn-cxx-dev,
libpsync (= ${binary:Version})
Description: Development headers and libraries of Partial and Full Name Synchronization Library for NDN