ndn-tools: Update to version 0.7

Change-Id: I0f1e92de5703622677ac6c17afa9efee9bd2cbed
diff --git a/ndn-tools/Makefile b/ndn-tools/Makefile
index 870a75b..a23866c 100644
--- a/ndn-tools/Makefile
+++ b/ndn-tools/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/ndn-tools
 
 # Tag name or commit hash for checkout
-GIT_VERSION=ndn-tools-0.6.4
+GIT_VERSION=7d14815aaf5848ad8cdcd4c8aa20f1fef2cbaa38
 
 # Package name
 NAME=ndn-tools
 
 # Package version
-VERSION=0.6.4
+VERSION=0.7-1-g7d14815a
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=3
 
 include ../packaging.mk
diff --git a/ndn-tools/debian/changelog b/ndn-tools/debian/changelog
index c96af19..dd0b6c4 100644
--- a/ndn-tools/debian/changelog
+++ b/ndn-tools/debian/changelog
@@ -1,3 +1,10 @@
+ndn-tools (0.7-1-g7d14815a-ppa3~DISTRO) DISTRO; urgency=low
+
+  * Version based on 7d14815aaf5848ad8cdcd4c8aa20f1fef2cbaa38
+    (https://github.com/named-data/ndn-tools)
+
+ -- Alexander Afanasyev <aa@cs.fiu.edu>  Tue, 21 Jan 2020 20:51:30 +0000
+
 ndn-tools (0.6.4-ppa1~DISTRO) DISTRO; urgency=low
 
   * Version based on ndn-tools-0.6.4 (https://github.com/named-data/ndn-
diff --git a/ndn-tools/debian/control b/ndn-tools/debian/control
index 6c862b9..46a5504 100644
--- a/ndn-tools/debian/control
+++ b/ndn-tools/debian/control
@@ -7,7 +7,7 @@
  pkg-config (>= 0.26),
  libpcap-dev,
  python-sphinx,
- libndn-cxx-dev (>= 0.6.6),
+ libndn-cxx-dev (>= 0.7.0),
  git
 Standards-Version: 3.9.2
 Section: net
@@ -17,34 +17,29 @@
 
 Package: ndn-tools
 Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ndndump, ndnping, ndnpeek, ndn-dissect
+Depends: ndndump, ndnping, ndnpeek, ndn-dissect, ndnchunks
 Description: A collection of essential tools for Named Data Networking
 
 Package: ndndump
 Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: A traffic analysis tool that captures Interest and Data packets
  on the wire, and displays brief information about captured packets.
 
 Package: ndnping
 Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec, nfd
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Reachability testing tools for Named Data Networking.
 
-Package: ndn-tlv-ping
-Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ndnping
-Description: Deprecated package, use ndnping instead
-
 Package: ndnpeek
 Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ndnpeek and ndnpoke are a pair of programs to respectively request and serve
  a single Data packet.
 
 Package: ndn-dissect
 Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: An NDN packet format inspector. It reads zero or more NDN packets from either
  an input file or the standard input, and displays the Type-Length-Value (TLV) structure
  of those packets on the standard output.
@@ -55,9 +50,6 @@
 
 Package: ndnchunks
 Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ndncatchunks and ndnputchunks for for publishing and retrieving segmented content
 
-# Package: ndn-pib
-# Architecture: i386 amd64 arm64 armel armhf ppc64el
-# Description: A service to manage the public information of keys and publish certificates