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

Change-Id: I63b7509280e9cbfa65c804be09c39c4384593f5d
diff --git a/libpsync/Makefile b/libpsync/Makefile
index bda04c5..1eafdd8 100644
--- a/libpsync/Makefile
+++ b/libpsync/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/PSync.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=17b266c3a0313d9bf1266f69337da6a3acff983e
+GIT_VERSION=c7d14327bf980992730b15972a2064dc17a586fd
 
 # Package name
 NAME=libpsync
 
 # Package version
-VERSION=0.1.0-6-g17b266c
+VERSION=0.1.0-12-gc7d1432
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=2
 
 include ../packaging.mk
diff --git a/libpsync/debian/changelog b/libpsync/debian/changelog
index e4d155b..5286e7d 100644
--- a/libpsync/debian/changelog
+++ b/libpsync/debian/changelog
@@ -1,3 +1,10 @@
+libpsync (0.1.0-12-gc7d1432-ppa2~DISTRO) DISTRO; urgency=low
+
+  * Version based on c7d14327bf980992730b15972a2064dc17a586fd
+    (https://github.com/named-data/PSync.git)
+
+ -- Alexander Afanasyev <aa@cs.fiu.edu>  Wed, 15 Jan 2020 19:16:09 +0000
+
 libpsync (0.1.0-6-g17b266c-ppa1~DISTRO) DISTRO; urgency=low
 
   * Version based on 17b266c3a0313d9bf1266f69337da6a3acff983e
diff --git a/libpsync/debian/control b/libpsync/debian/control
index 797ee34..7670401 100644
--- a/libpsync/debian/control
+++ b/libpsync/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: 4.1.2
 Section: libs
@@ -23,7 +23,7 @@
 Package: libpsync-dev
 Section: libdevel
 Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: libndn-cxx-dev (>= 0.6.5),
+Depends: libndn-cxx-dev,
  libpsync (= ${binary:Version})
 Description: Development headers and libraries of Partial and Full Name Synchronization Library for NDN