More precise boost dependencies
Change-Id: Id1bdcaaa36abab4617963a5eb600601c8670e9f6
diff --git a/chronochat/debian/control b/chronochat/debian/control
index 6b41b64..54eca42 100644
--- a/chronochat/debian/control
+++ b/chronochat/debian/control
@@ -4,12 +4,12 @@
Maintainer: Alexander Afanasyev <alexander.afanasyev@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),
ndn-cxx-dev (>= 0.2.0),
liblog4cxx10-dev (>= 0.10.0),
protobuf-compiler (>= 2.4.0),
libprotobuf-dev (>= 2.4.0),
- libboost-all-dev (>= 1.48.0),
libqt4-dev
Standards-Version: 3.9.2
Homepage: https://github.com/named-data/ChronoChat
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
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
diff --git a/name-based-access-control/debian/control b/name-based-access-control/debian/control
index 3234e8f..9d49d09 100644
--- a/name-based-access-control/debian/control
+++ b/name-based-access-control/debian/control
@@ -5,7 +5,7 @@
Build-Depends: debhelper (>= 11.0.0),
python3 (>= 3.6.0),
pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.0),
+ libboost-all-dev (>= 1.65.1),
libndn-cxx-dev (>= 0.7.0),
python3-sphinx (>= 1.6.0),
git
@@ -23,7 +23,9 @@
Package: libndn-nac-dev
Architecture: i386 amd64 arm64 armel armhf ppc64el
Section: libdevel
-Depends: libndn-cxx-dev,
+Depends:
+ libboost-dev (>= 1.65.1),
+ libndn-cxx-dev,
libndn-nac (= ${binary:Version})
Description: Development headers and libraries of Named-Based Access Control Library for NDN
diff --git a/ndn-cxx/debian/control b/ndn-cxx/debian/control
index 6373c72..e753d97 100644
--- a/ndn-cxx/debian/control
+++ b/ndn-cxx/debian/control
@@ -4,10 +4,10 @@
Maintainer: Alexander Afanasyev <alexander.afanasyev@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),
libsqlite3-dev (>= 3.22.0),
libssl-dev (>= 1.1.1),
- libboost-all-dev (>= 1.53.0),
python3-sphinx (>= 1.6.0),
git
Standards-Version: 3.9.2
@@ -24,11 +24,17 @@
Package: libndn-cxx-dev
Architecture: i386 amd64 arm64 armel armhf ppc64el
Section: libdevel
-Depends:
+Depends: libndn-cxx (= ${binary:Version}),
+ libboost-dev (>= 1.65.1),
+ libboost-chrono-dev (>= 1.65.1),
+ libboost-date-time-dev (>= 1.65.1),
+ libboost-filesystem-dev (>= 1.65.1),
+ libboost-iostreams-dev (>= 1.65.1),
+ libboost-log-dev (>= 1.65.1),
+ libboost-stacktrace-dev (>= 1.65.1),
+ libboost-system-dev (>= 1.65.1),
libsqlite3-dev (>= 3.22.0),
- libssl-dev (>= 1.1.1),
- libboost-all-dev (>= 1.53.0),
- libndn-cxx (= ${binary:Version})
+ libssl-dev (>= 1.1.1)
Description: Development headers and libraries of NDN C++ library with eXperimental eXtensions
Package: libndn-cxx-dbg
diff --git a/ndn-tools/debian/control b/ndn-tools/debian/control
index 4c8feed..80fb7b1 100644
--- a/ndn-tools/debian/control
+++ b/ndn-tools/debian/control
@@ -4,9 +4,10 @@
Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
Build-Depends: debhelper (>= 9.20160709),
python3 (>= 3.6.0),
- pkg-config (>= 0.26),
- libpcap-dev,
+ pkg-config (>= 0.29),
+ libboost-all-dev (>= 1.65.1),
libndn-cxx-dev (>= 0.8.0),
+ libpcap-dev,
python3-sphinx (>= 1.6.0),
git
Standards-Version: 4.5.0
diff --git a/ndn-traffic-generator/debian/control b/ndn-traffic-generator/debian/control
index e9ea390..b4597e8 100644
--- a/ndn-traffic-generator/debian/control
+++ b/ndn-traffic-generator/debian/control
@@ -4,7 +4,8 @@
Maintainer: Alexander Afanasyev <alexander.afanasyev@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.8.0)
Standards-Version: 3.9.2
Homepage: https://github.com/named-data/ndn-traffic-generator
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)
diff --git a/ndnmap-data-collector/debian/control b/ndnmap-data-collector/debian/control
index 0350dc6..34858cc 100644
--- a/ndnmap-data-collector/debian/control
+++ b/ndnmap-data-collector/debian/control
@@ -4,7 +4,8 @@
Maintainer: John DeHart <jdd@wustl.edu>
Build-Depends: debhelper (>= 9.20160709),
python3 (>= 3.6.0),
- pkg-config (>= 0.26),
+ pkg-config (>= 0.29),
+ libboost-all-dev (>= 1.65.1),
libndn-cxx-dev (>= 0.8.0)
Standards-Version: 3.9.2
Homepage: https://github.com/WU-ARL/ndnmapDataCollector
diff --git a/ndns/debian/control b/ndns/debian/control
index c267076..85172ab 100644
--- a/ndns/debian/control
+++ b/ndns/debian/control
@@ -4,7 +4,8 @@
Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
Build-Depends: debhelper (>= 9.20160709),
python3 (>= 3.6.0),
- pkg-config (>= 0.26),
+ pkg-config (>= 0.29),
+ libboost-all-dev (>= 1.65.1),
libndn-cxx-dev (>= 0.8.0),
libsqlite3-dev (>= 3.22.0),
python3-sphinx (>= 1.6.0),
diff --git a/nfd/debian/control b/nfd/debian/control
index d264dd5..673c230 100644
--- a/nfd/debian/control
+++ b/nfd/debian/control
@@ -4,10 +4,10 @@
Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
Build-Depends: debhelper (>= 9.20160709),
python3 (>= 3.6.0),
- pkg-config (>= 0.26),
+ pkg-config (>= 0.29),
+ libboost-all-dev (>= 1.65.1),
libndn-cxx-dev (>= 0.8.0),
- libpcap-dev (>= 1.5.3),
- libboost-all-dev (>= 1.58.0),
+ libpcap-dev,
libsystemd-dev,
python3-sphinx (>= 1.6.0),
git
diff --git a/nlsr/debian/control b/nlsr/debian/control
index 464903c..f940972 100644
--- a/nlsr/debian/control
+++ b/nlsr/debian/control
@@ -4,11 +4,11 @@
Maintainer: Ashlesh Gawande <agawande@memphis.edu>
Build-Depends: debhelper (>= 9.20160709),
python3 (>= 3.6.0),
- pkg-config (>= 0.26),
+ pkg-config (>= 0.29),
+ libboost-all-dev (>= 1.65.1),
libndn-cxx-dev (>= 0.8.0),
libchronosync-dev (>= 0.5.4),
libpsync-dev (>= 0.3.0),
- libboost-all-dev (>= 1.58.0),
python3-sphinx (>= 1.6.0),
git
Standards-Version: 4.5.0
diff --git a/repo-ng/debian/control b/repo-ng/debian/control
index 295eb7c..0e1fffc 100644
--- a/repo-ng/debian/control
+++ b/repo-ng/debian/control
@@ -4,7 +4,8 @@
Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
Build-Depends: debhelper (>= 9.20160709),
python3 (>= 3.6.0),
- pkg-config (>= 0.26),
+ pkg-config (>= 0.29),
+ libboost-all-dev (>= 1.65.1),
libndn-cxx-dev (>= 0.8.0),
libsqlite3-dev (>= 3.22.0)
Standards-Version: 3.9.2