libchronosync: Update to the latest version and build using ndn-cxx 0.7.0

Change-Id: I1ab50f65e1c7477595d0d1d77ab00bd68d61ffbb
diff --git a/libchronosync/Makefile b/libchronosync/Makefile
index e0b6e63..f06df0f 100644
--- a/libchronosync/Makefile
+++ b/libchronosync/Makefile
@@ -2,13 +2,13 @@
 GIT_URL=https://github.com/named-data/ChronoSync.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=d057cf196981b9ea3ac1edd8b4baa27658d830e6
+GIT_VERSION=0.5.3
 
 # Package name
 NAME=libchronosync
 
 # Package version
-VERSION=0.5.2-8-gd057cf1
+VERSION=0.5.3
 
 # PPA version
 PPA_VERSION=1
diff --git a/libchronosync/debian/changelog b/libchronosync/debian/changelog
index 3f55d9d..f7fe625 100644
--- a/libchronosync/debian/changelog
+++ b/libchronosync/debian/changelog
@@ -1,3 +1,17 @@
+libchronosync (0.5.3-ppa1~DISTRO) DISTRO; urgency=low
+
+  * Version based on 0.5.3 (https://github.com/named-
+    data/ChronoSync.git)
+
+ -- Alexander Afanasyev <aa@cs.fiu.edu>  Thu, 16 Jan 2020 22:07:00 +0000
+
+libchronosync (0.5.2-13-gc47774f-ppa2~DISTRO) DISTRO; urgency=low
+
+  * Version based on c47774fd954907a194239b448101acfa75ffdc09
+    (https://github.com/named-data/ChronoSync.git)
+
+ -- Alexander Afanasyev <aa@cs.fiu.edu>  Wed, 15 Jan 2020 19:15:07 +0000
+
 libchronosync (0.5.2-8-gd057cf1-ppa1~DISTRO) DISTRO; urgency=low
 
   * Version based on d057cf196981b9ea3ac1edd8b4baa27658d830e6
diff --git a/libchronosync/debian/control b/libchronosync/debian/control
index a3be7c0..459fd53 100644
--- a/libchronosync/debian/control
+++ b/libchronosync/debian/control
@@ -6,7 +6,7 @@
  pkg-config (>= 0.26),
  python-sphinx (>= 1.1.3),
  libboost-all-dev (>= 1.53.0),
- libndn-cxx-dev (>= 0.6.6),
+ libndn-cxx-dev (>= 0.7.0),
  git
 Standards-Version: 3.9.2
 Section: libs
@@ -23,7 +23,7 @@
 Package: libchronosync-dev
 Section: libdevel
 Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: libndn-cxx-dev (>= 0.6.1),
+Depends: libndn-cxx-dev,
  libchronosync (= ${binary:Version})
 Description: Development headers and libraries of sync library for multiuser realtime applications for NDN