nfd: Update to version 0.7.0

Change-Id: Ic08845a02c95d41c95423bec5fc9860e60e05abe
diff --git a/nfd/Makefile b/nfd/Makefile
index ff9e104..c7f14da 100644
--- a/nfd/Makefile
+++ b/nfd/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/NFD.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=NFD-0.6.6
+GIT_VERSION=NFD-0.7.0
 
 # Package name
 NAME=nfd
 
 # Package version
-VERSION=0.6.6
+VERSION=0.7.0
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=2
 
 include ../packaging.mk
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index dfc7f37..b893f06 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,9 @@
+nfd (0.7.0-ppa2~DISTRO) DISTRO; urgency=low
+
+  * Version based on NFD-0.7.0 (https://github.com/named-data/NFD.git)
+
+ -- Alexander Afanasyev <aa@cs.fiu.edu>  Wed, 15 Jan 2020 17:57:22 +0000
+
 nfd (0.6.6-ppa1~DISTRO) DISTRO; urgency=low
 
   * Version based on NFD-0.6.6 (https://github.com/named-data/NFD.git)
diff --git a/nfd/debian/control b/nfd/debian/control
index 268e702..32a8541 100644
--- a/nfd/debian/control
+++ b/nfd/debian/control
@@ -5,7 +5,7 @@
  dh-systemd (>= 1.5),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- libndn-cxx-dev (>= 0.6.6),
+ libndn-cxx-dev (>= 0.7.0),
  python-sphinx,
  libpcap-dev (>= 1.5.3),
  libboost-all-dev (>= 1.58.0),