ndn-cxx, nfd, ndndump: Updating to the latest dev versions
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index 31e50f6..15e0d13 100644
--- a/ndn-cxx/Makefile
+++ b/ndn-cxx/Makefile
@@ -2,13 +2,13 @@
GIT_URL=https://github.com/named-data/ndn-cxx.git
# Tag name or commit hash for checkout
-GIT_VERSION=c169a81a5caf3cb4dc14a0258719bc1ef09663cc
+GIT_VERSION=40b53090140b2588a17a1de50ff200fa72cf1f19
# Package name
NAME=ndn-cxx
# Package version
-VERSION=0.2.0~rc0
+VERSION=0.2.0~rc0.1
# PPA version
PPA_VERSION=1
diff --git a/ndn-cxx/debian/changelog b/ndn-cxx/debian/changelog
index cd0f6ac..faf8537 100644
--- a/ndn-cxx/debian/changelog
+++ b/ndn-cxx/debian/changelog
@@ -1,3 +1,10 @@
+ndn-cxx (0.2.0~rc0.1-ppa1~DISTRO) DISTRO; urgency=low
+
+ * New version based on 40b53090140b2588a17a1de50ff200fa72cf1f19
+ (https://github.com/named-data/ndn-cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Thu, 19 Jun 2014 12:38:32 -0700
+
ndn-cxx (0.2.0~rc0-ppa1~DISTRO) DISTRO; urgency=low
* New version based on c169a81a5caf3cb4dc14a0258719bc1ef09663cc
diff --git a/ndn-cxx/debian/rules b/ndn-cxx/debian/rules
index 7734390..08cd289 100755
--- a/ndn-cxx/debian/rules
+++ b/ndn-cxx/debian/rules
@@ -15,10 +15,10 @@
dh $@ --parallel
override_dh_auto_configure:
- ./waf --nocache configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ ./waf configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
override_dh_auto_build:
- ./waf --nocache build
+ ./waf build
override_dh_auto_install:
./waf install --destdir=debian/tmp