ndns: Update to the latest dev version

Change-Id: I1296e85112848683b25274c46182fdff6bd4d496
diff --git a/ndns/Makefile b/ndns/Makefile
index 89bbf26..3e20962 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=c7c990080a0b2936cfd1b31fd6b7845affb7df61
+GIT_VERSION=df2e9394fcbfc93169343044b440f258d6c70234
 
 # Package name
 NAME=ndns
 
 # Package version
-VERSION=0.0.4
+VERSION=0.0.5
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=1
 
 include ../packaging.mk
diff --git a/ndns/debian/changelog b/ndns/debian/changelog
index 295bf73..f442e88 100644
--- a/ndns/debian/changelog
+++ b/ndns/debian/changelog
@@ -1,3 +1,10 @@
+ndns (0.0.5-ppa1~DISTRO) DISTRO; urgency=low
+
+  * New version based on df2e9394fcbfc93169343044b440f258d6c70234
+    (https://github.com/named-data/ndns)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Fri, 25 Mar 2016 21:34:34 +0000
+
 ndns (0.0.4-ppa2~DISTRO) DISTRO; urgency=low
 
   * New version based on c7c990080a0b2936cfd1b31fd6b7845affb7df61
diff --git a/ndns/debian/control b/ndns/debian/control
index 93fb76a..ebdee48 100644
--- a/ndns/debian/control
+++ b/ndns/debian/control
@@ -5,7 +5,7 @@
  dh-systemd (>= 1.5),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.3.0~rc0.2),
+ ndn-cxx-dev (>= 0.4.1),
  liblog4cxx10-dev (>= 0.10.0)
 Standards-Version: 3.9.2
 Section: net
diff --git a/ndns/debian/control.precise b/ndns/debian/control.precise
index 5bae6c5..5b81fba 100644
--- a/ndns/debian/control.precise
+++ b/ndns/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.2),
+ ndn-cxx-dev (>= 0.4.1),
  liblog4cxx10-dev (>= 0.10.0)
 Standards-Version: 3.9.2
 Section: net