More precise boost dependencies
Change-Id: Id1bdcaaa36abab4617963a5eb600601c8670e9f6
diff --git a/libchronosync/debian/control b/libchronosync/debian/control
index c311962..e054456 100644
--- a/libchronosync/debian/control
+++ b/libchronosync/debian/control
@@ -4,8 +4,8 @@
Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.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: libchronosync-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,
libchronosync (= ${binary:Version})
Description: Development headers and libraries of sync library for multiuser realtime applications for NDN