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
diff --git a/ndndump/Makefile b/ndndump/Makefile
index 5f8e61b..714fd9e 100644
--- a/ndndump/Makefile
+++ b/ndndump/Makefile
@@ -11,6 +11,6 @@
VERSION=0.0.0
# PPA version
-PPA_VERSION=1
+PPA_VERSION=2
include ../packaging.mk
diff --git a/ndndump/debian/changelog b/ndndump/debian/changelog
index b989866..ea7905b 100644
--- a/ndndump/debian/changelog
+++ b/ndndump/debian/changelog
@@ -1,3 +1,10 @@
+ndndump (0.0.0-ppa2~DISTRO) DISTRO; urgency=low
+
+ * New version based on 22f77ef777d7201b3677b04e6b1e0e85c45f0238
+ (https://github.com/named-data/ndndump)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Thu, 29 May 2014 03:13:42 -0700
+
ndndump (0.0.0-ppa1~DISTRO) DISTRO; urgency=low
* New version based on 22f77ef777d7201b3677b04e6b1e0e85c45f0238
diff --git a/ndndump/debian/control b/ndndump/debian/control
index 34281a7..0f52841 100644
--- a/ndndump/debian/control
+++ b/ndndump/debian/control
@@ -4,6 +4,7 @@
Build-Depends: debhelper (>= 8.0.0),
python (>= 2.7.0),
pkg-config (>= 0.26),
+ libpcap-dev,
ndn-cxx-dev (>= 0.1.0~rc1)
Standards-Version: 3.9.2
Section: net
@@ -13,6 +14,6 @@
Package: ndndump
Architecture: i386 amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
+Depends: ${shlibs:Depends}, ${misc:Depends}, tcpdump, ndn-cxx
Description: Packet capture and analysis tool for NDN
ndndump was created to provide a tcpdump-like tool for Named Data Networking (NDN).
diff --git a/nfd/Makefile b/nfd/Makefile
index 1401938..5ac8704 100644
--- a/nfd/Makefile
+++ b/nfd/Makefile
@@ -2,13 +2,13 @@
GIT_URL=https://github.com/named-data/NFD.git
# Tag name or commit hash for checkout
-GIT_VERSION=a3295741d6c21b95146145000e7b002cb1e7e062
+GIT_VERSION=bb964663a97f3fbfb70dc78789cf592f9454ab98
# Package name
NAME=nfd
# Package version
-VERSION=0.2.0~rc0
+VERSION=0.2.0~rc0.1
# PPA version
PPA_VERSION=1
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index 9a69668..f0da5e1 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,10 @@
+nfd (0.2.0~rc0.1-ppa1~DISTRO) DISTRO; urgency=low
+
+ * New version based on bb964663a97f3fbfb70dc78789cf592f9454ab98
+ (https://github.com/named-data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Thu, 19 Jun 2014 12:39:42 -0700
+
nfd (0.2.0~rc0-ppa1~DISTRO) DISTRO; urgency=low
* New version based on a3295741d6c21b95146145000e7b002cb1e7e062