ndn-cxx: Update to the latest HEAD in order to address implicit digest handling in exclude filter

Change-Id: I95a7669718297a9d266e1b8ed6aef9d91ffdfa67
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index de3a86e..8eeb435 100644
--- a/ndn-cxx/Makefile
+++ b/ndn-cxx/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/ndn-cxx.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=ndn-cxx-0.3.1
+GIT_VERSION=895395f7f666445712171bb7b7e82387682b3c84
 
 # Package name
 NAME=ndn-cxx
 
 # Package version
-VERSION=0.3.1
+VERSION=0.3.1-3-g895395f
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=1
 
 include ../packaging.mk
diff --git a/ndn-cxx/debian/changelog b/ndn-cxx/debian/changelog
index 4f26d8f..d5fa991 100644
--- a/ndn-cxx/debian/changelog
+++ b/ndn-cxx/debian/changelog
@@ -1,3 +1,10 @@
+ndn-cxx (0.3.1-3-g895395f-ppa1~DISTRO) DISTRO; urgency=low
+
+  * New version based on 895395f7f666445712171bb7b7e82387682b3c84
+    (https://github.com/named-data/ndn-cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 17 Mar 2015 19:26:42 +0000
+
 ndn-cxx (0.3.1-ppa2~DISTRO) DISTRO; urgency=low
 
   * New version based on ndn-cxx-0.3.1 (https://github.com/named-