Fixing nfd dependency (require the most recent version of ndn-cxx)
diff --git a/nfd/Makefile b/nfd/Makefile
index 5ac8704..4596a06 100644
--- a/nfd/Makefile
+++ b/nfd/Makefile
@@ -11,6 +11,6 @@
 VERSION=0.2.0~rc0.1
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=2
 
 include ../packaging.mk
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index f0da5e1..7169cf7 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,10 @@
+nfd (0.2.0~rc0.1-ppa2~DISTRO) DISTRO; urgency=low
+
+  * New version based on bb964663a97f3fbfb70dc78789cf592f9454ab98
+    (https://github.com/named-data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Thu, 19 Jun 2014 12:50:05 -0700
+
 nfd (0.2.0~rc0.1-ppa1~DISTRO) DISTRO; urgency=low
 
   * New version based on bb964663a97f3fbfb70dc78789cf592f9454ab98
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)
diff --git a/nfd/debian/control.precise b/nfd/debian/control.precise
index 6ddc3cb..c2b85ca 100644
--- a/nfd/debian/control.precise
+++ b/nfd/debian/control.precise
@@ -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,
  libboost1.48-all-dev (>= 1.48.0)