nfd: Update to the latest dev version
diff --git a/nfd/Makefile b/nfd/Makefile
index 2d7c996..d1a9556 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=56a21bf34a7dacbc65afd347e0049efe628764b1
+GIT_VERSION=c5173de511316987c873a3f0ce348db309f7b9ea
# Package name
NAME=nfd
# Package version
-VERSION=0.3.0~rc0.2
+VERSION=0.3.0~rc0.3
# PPA version
-PPA_VERSION=3
+PPA_VERSION=2
include ../packaging.mk
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index 0969fa2..cfc51b9 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,17 @@
+nfd (0.3.0~rc0.3-ppa2~DISTRO) DISTRO; urgency=low
+
+ * New version based on c5173de511316987c873a3f0ce348db309f7b9ea
+ (https://github.com/named-data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Thu, 18 Dec 2014 22:46:42 -0800
+
+nfd (0.3.0~rc0.3-ppa1~DISTRO) DISTRO; urgency=low
+
+ * New version based on c5173de511316987c873a3f0ce348db309f7b9ea
+ (https://github.com/named-data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Thu, 18 Dec 2014 22:39:17 -0800
+
nfd (0.3.0~rc0.2-ppa3~DISTRO) DISTRO; urgency=low
* New version based on 56a21bf34a7dacbc65afd347e0049efe628764b1
diff --git a/nfd/debian/control b/nfd/debian/control
index bb95365..314757f 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.3.0~rc0.1),
+ ndn-cxx-dev (>= 0.3.0~rc0.2),
python-sphinx,
libpcap-dev,
libboost-all-dev (>= 1.48.0)
diff --git a/nfd/debian/control.precise b/nfd/debian/control.precise
index 48b44aa..ec46292 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.3.0~rc0.1),
+ ndn-cxx-dev (>= 0.3.0~rc0.2),
python-sphinx,
libpcap-dev,
libboost1.48-all-dev (>= 1.48.0)