Fix openssl and sqlite dependencies

Change-Id: I6b5de6c0bbff8d44cf683eb86727637fe8e262fd
diff --git a/ndn-cxx/debian/control b/ndn-cxx/debian/control
index 0a54eaa..6373c72 100644
--- a/ndn-cxx/debian/control
+++ b/ndn-cxx/debian/control
@@ -5,8 +5,8 @@
 Build-Depends: debhelper (>= 8.0.0),
  python3 (>= 3.6.0),
  pkg-config (>= 0.26),
- libssl-dev (>=1.0.1),
- libsqlite3-dev (>= 3.7.9),
+ libsqlite3-dev (>= 3.22.0),
+ libssl-dev (>= 1.1.1),
  libboost-all-dev (>= 1.53.0),
  python3-sphinx (>= 1.6.0),
  git
@@ -25,9 +25,8 @@
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 Section: libdevel
 Depends:
- pkg-config (>= 0.26),
- libssl-dev (>=1.0.1),
- libsqlite3-dev (>= 3.7.9),
+ libsqlite3-dev (>= 3.22.0),
+ libssl-dev (>= 1.1.1),
  libboost-all-dev (>= 1.53.0),
  libndn-cxx (= ${binary:Version})
 Description: Development headers and libraries of NDN C++ library with eXperimental eXtensions
diff --git a/ndncert/debian/control b/ndncert/debian/control
index 74ab264..10b0d05 100644
--- a/ndncert/debian/control
+++ b/ndncert/debian/control
@@ -5,7 +5,9 @@
 Build-Depends: debhelper (>= 8.0.0),
  python3 (>= 3.6.0),
  pkg-config (>= 0.26),
- libndn-cxx-dev (>= 0.6.5)
+ libndn-cxx-dev (>= 0.6.5),
+ libsqlite3-dev (>= 3.22.0),
+ libssl-dev (>= 1.1.1)
 Standards-Version: 3.9.2
 Homepage: https://github.com/named-data/ndncert
 Vcs-Browser: https://github.com/named-data/ndncert
@@ -22,7 +24,10 @@
 Package: libndncert-dev
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 Section: libdevel
-Depends: libndncert (= ${binary:Version}), ${misc:Depends}, libndn-cxx-dev
+Depends: libndncert (= ${binary:Version}), ${misc:Depends},
+ libndn-cxx-dev,
+ libsqlite3-dev (>= 3.22.0),
+ libssl-dev (>= 1.1.1)
 Description: NDN Certificate Management System
  The library to support NDNCERT protocol and help
  NDN entities to manage certificates.
diff --git a/ndns/debian/control b/ndns/debian/control
index a1b7fe7..c267076 100644
--- a/ndns/debian/control
+++ b/ndns/debian/control
@@ -6,6 +6,7 @@
  python3 (>= 3.6.0),
  pkg-config (>= 0.26),
  libndn-cxx-dev (>= 0.8.0),
+ libsqlite3-dev (>= 3.22.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 f680725..295eb7c 100644
--- a/repo-ng/debian/control
+++ b/repo-ng/debian/control
@@ -5,7 +5,8 @@
 Build-Depends: debhelper (>= 9.20160709),
  python3 (>= 3.6.0),
  pkg-config (>= 0.26),
- libndn-cxx-dev (>= 0.8.0)
+ libndn-cxx-dev (>= 0.8.0),
+ libsqlite3-dev (>= 3.22.0)
 Standards-Version: 3.9.2
 Homepage: https://github.com/named-data/repo-ng
 Vcs-Browser: https://github.com/named-data/repo-ng