Align all dependencies on libndn-cxx-dev
Also add a few missing ${misc:Depends}
Change-Id: Idcc88bcf5e0577670292969fc5d1b4eab9777fee
diff --git a/libchronosync/debian/control b/libchronosync/debian/control
index e054456..46a4336 100644
--- a/libchronosync/debian/control
+++ b/libchronosync/debian/control
@@ -6,7 +6,7 @@
python3 (>= 3.6.0),
pkg-config (>= 0.29),
libboost-all-dev (>= 1.65.1),
- libndn-cxx-dev (>= 0.7.0),
+ libndn-cxx-dev (>= 0.8.0),
python3-sphinx (>= 1.6.0),
git
Standards-Version: 3.9.2
@@ -23,17 +23,14 @@
Package: libchronosync-dev
Architecture: i386 amd64 arm64 armel armhf ppc64el
Section: libdevel
-Depends:
+Depends: libchronosync (= ${binary:Version}), ${misc:Depends},
libboost-dev (>= 1.65.1),
libboost-iostreams-dev (>= 1.65.1),
- libndn-cxx-dev,
- libchronosync (= ${binary:Version})
+ libndn-cxx-dev (>= 0.8.0)
Description: Development headers and libraries of sync library for multiuser realtime applications for NDN
Package: libchronosync-dbg
Architecture: any
Section: debug
-Depends:
- libchronosync (= ${binary:Version}),
- ${misc:Depends}
+Depends: libchronosync (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for libchronosync