Updating packages to the latest canidate release versions
diff --git a/nfd/Makefile b/nfd/Makefile
index 597ed7a..64174a7 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.2.0-rc1
+GIT_VERSION=b609f00cbe94cd59c6a0162bb8fde84be3a5dd79
 
 # Package name
 NAME=nfd
 
 # Package version
-VERSION=0.2.0~rc1
+VERSION=0.2.0~rc1.1
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=1
 
 include ../packaging.mk
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index 485ddf3..a9833e1 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,10 @@
+nfd (0.2.0~rc1.1-ppa1~DISTRO) DISTRO; urgency=low
+
+  * New version based on b609f00cbe94cd59c6a0162bb8fde84be3a5dd79
+    (https://github.com/named-data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 22 Jul 2014 10:52:33 -0700
+
 nfd (0.2.0~rc1-ppa2~DISTRO) DISTRO; urgency=low
 
   * New version based on NFD-0.2.0-rc1 (https://github.com/named-
diff --git a/nfd/debian/control b/nfd/debian/control
index d18a3b3..7627b10 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.2.0~rc1),
+ ndn-cxx-dev (>= 0.2.0~rc1.1),
  python-sphinx,
  libpcap-dev,
  libboost-all-dev (>= 1.48.0)
diff --git a/nfd/debian/control.precise b/nfd/debian/control.precise
index 11ac9d4..6f410c7 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.2.0~rc1),
+ ndn-cxx-dev (>= 0.2.0~rc1.1),
  python-sphinx,
  libpcap-dev,
  libboost1.48-all-dev (>= 1.48.0)