nfd: Update to version 0.6.2

Change-Id: I6e2e6f3243febdb5d332f3996265267ad19ae5c4
diff --git a/nfd/Makefile b/nfd/Makefile
index 97af272..15bf916 100644
--- a/nfd/Makefile
+++ b/nfd/Makefile
@@ -2,13 +2,13 @@
 GIT_URL=https://github.com/named-data/NFD.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=NFD-0.6.1
+GIT_VERSION=NFD-0.6.2
 
 # Package name
 NAME=nfd
 
 # Package version
-VERSION=0.6.1
+VERSION=0.6.2
 
 # PPA version
 PPA_VERSION=1
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index 8f93418..32db9d1 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,9 @@
+nfd (0.6.2-ppa1~DISTRO) DISTRO; urgency=low
+
+  * Version based on NFD-0.6.2 (https://github.com/named-data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Mon, 07 May 2018 03:39:09 +0000
+
 nfd (0.6.1-ppa2~DISTRO) DISTRO; urgency=low
 
   * Enable Ethernet face creation
diff --git a/nfd/debian/control b/nfd/debian/control
index 3b0b3f7..a00e785 100644
--- a/nfd/debian/control
+++ b/nfd/debian/control
@@ -5,10 +5,11 @@
  dh-systemd (>= 1.5),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- libndn-cxx-dev (>= 0.6.1),
+ libndn-cxx-dev (>= 0.6.2),
  python-sphinx,
  libpcap-dev,
- libboost-all-dev (>= 1.53.0)
+ libboost-all-dev (>= 1.53.0),
+ git
 Standards-Version: 3.9.2
 Section: net
 Homepage: http://named-data.net/doc/NFD/