ndns: Update to the latest version
diff --git a/ndns/Makefile b/ndns/Makefile
index c90f9fe..5c8aac5 100644
--- a/ndns/Makefile
+++ b/ndns/Makefile
@@ -2,15 +2,15 @@
GIT_URL=https://github.com/named-data/ndns
# Tag name or commit hash for checkout
-GIT_VERSION=d6b3bda24b001e9bc909188c25f45a084b8c3046
+GIT_VERSION=43e59b4afb264b694264d66cff616c9226c75134
# Package name
NAME=ndns
# Package version
-VERSION=0.0.1
+VERSION=0.0.2
# PPA version
-PPA_VERSION=2
+PPA_VERSION=1
include ../packaging.mk
diff --git a/ndns/debian/changelog b/ndns/debian/changelog
index a8e6d0b..0076af1 100644
--- a/ndns/debian/changelog
+++ b/ndns/debian/changelog
@@ -1,3 +1,10 @@
+ndns (0.0.2-ppa1~DISTRO) DISTRO; urgency=low
+
+ * New version based on 43e59b4afb264b694264d66cff616c9226c75134
+ (https://github.com/named-data/ndns)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Thu, 18 Dec 2014 23:32:32 -0800
+
ndns (0.0.1-ppa2~DISTRO) DISTRO; urgency=low
* New version based on d6b3bda24b001e9bc909188c25f45a084b8c3046
diff --git a/ndns/debian/control b/ndns/debian/control
index 4aac66d..5bae6c5 100644
--- a/ndns/debian/control
+++ b/ndns/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.0),
+ ndn-cxx-dev (>= 0.3.0~rc0.2),
liblog4cxx10-dev (>= 0.10.0)
Standards-Version: 3.9.2
Section: net