ndn-cxx, nfd, ndndump: Updating to the latest dev versions
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).