nfd: Update to 0.5.1-72-gf4056d02

Change-Id: I085270f43c34991101bca8ecac9ba319c644bf6d
diff --git a/nfd/Makefile b/nfd/Makefile
index 35ed35f..abd0bdf 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.5.1
+GIT_VERSION=f4056d0242536f85b7d7b4de1b5ac50dad65c233
 
 # Package name
 NAME=nfd
 
 # Package version
-VERSION=0.5.1
+VERSION=0.5.1-72-gf4056d02
 
 # PPA version
 PPA_VERSION=2
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index dde0b2b..42b122c 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,17 @@
+nfd (0.5.1-72-gf4056d02-ppa2~DISTRO) DISTRO; urgency=low
+
+  * New version based on f4056d0242536f85b7d7b4de1b5ac50dad65c233
+    (https://github.com/named-data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Mon, 12 Jun 2017 22:42:57 +0000
+
+nfd (0.5.1-72-gf4056d02-ppa1~DISTRO) DISTRO; urgency=low
+
+  * New version based on f4056d0242536f85b7d7b4de1b5ac50dad65c233
+    (https://github.com/named-data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Mon, 12 Jun 2017 19:08:57 +0000
+
 nfd (0.5.1-ppa2~DISTRO) DISTRO; urgency=low
 
   * New version based on NFD-0.5.1 (https://github.com/named-
diff --git a/nfd/debian/control b/nfd/debian/control
index 2177ff9..91762b3 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),
- ndn-cxx-dev (>= 0.5.1),
+ ndn-cxx-dev (>= 0.5.1-60),
  python-sphinx,
  libpcap-dev,
  libboost-all-dev (>= 1.53.0)
diff --git a/nfd/debian/rules b/nfd/debian/rules
index 2c253fc..50495b4 100755
--- a/nfd/debian/rules
+++ b/nfd/debian/rules
@@ -18,7 +18,7 @@
 	dh $@ --parallel --with=systemd
 
 override_dh_auto_configure:
-	CXXFLAGS="$(CXXFLAGS)" ./waf configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --boost-libs="$(LIBDIR)"
+	CXXFLAGS="$(CXXFLAGS)" ./waf configure --without-pch --prefix=/usr --sysconfdir=/etc --localstatedir=/var --boost-libs="$(LIBDIR)"
 
 override_dh_auto_build:
 	./waf build