nfd: Update package for 0.2.0-rc1
diff --git a/nfd/Makefile b/nfd/Makefile
index 4596a06..597ed7a 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=bb964663a97f3fbfb70dc78789cf592f9454ab98
+GIT_VERSION=NFD-0.2.0-rc1
 
 # Package name
 NAME=nfd
 
 # Package version
-VERSION=0.2.0~rc0.1
+VERSION=0.2.0~rc1
 
 # PPA version
 PPA_VERSION=2
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index 7169cf7..485ddf3 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,10 @@
+nfd (0.2.0~rc1-ppa2~DISTRO) DISTRO; urgency=low
+
+  * New version based on NFD-0.2.0-rc1 (https://github.com/named-
+    data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 01 Jul 2014 23:19:58 -0700
+
 nfd (0.2.0~rc0.1-ppa2~DISTRO) DISTRO; urgency=low
 
   * New version based on bb964663a97f3fbfb70dc78789cf592f9454ab98
diff --git a/nfd/debian/control b/nfd/debian/control
index 662a810..d18a3b3 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~rc0.1),
+ ndn-cxx-dev (>= 0.2.0~rc1),
  python-sphinx,
  libpcap-dev,
  libboost-all-dev (>= 1.48.0)
diff --git a/nfd/debian/control.precise b/nfd/debian/control.precise
index c2b85ca..11ac9d4 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~rc0.1),
+ ndn-cxx-dev (>= 0.2.0~rc1),
  python-sphinx,
  libpcap-dev,
  libboost1.48-all-dev (>= 1.48.0)