Fixing nfd dependency (require the most recent version of ndn-cxx)
diff --git a/nfd/debian/control b/nfd/debian/control
index 59b4559..662a810 100644
--- a/nfd/debian/control
+++ b/nfd/debian/control
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.1.0~rc1),
+ ndn-cxx-dev (>= 0.2.0~rc0.1),
  python-sphinx,
  libpcap-dev,
  libboost-all-dev (>= 1.48.0)