ndn-tools: Update to version 0.6
Change-Id: Icbed028ff5eba1736078b7851f973071fa9ed58c
diff --git a/ndn-tools/debian/changelog b/ndn-tools/debian/changelog
index b711bc7..d7c0e42 100644
--- a/ndn-tools/debian/changelog
+++ b/ndn-tools/debian/changelog
@@ -1,3 +1,10 @@
+ndn-tools (0.6-ppa1~DISTRO) DISTRO; urgency=low
+
+ * Version based on ndn-tools-0.6 (https://github.com/named-data/ndn-
+ tools)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Fri, 23 Feb 2018 15:33:58 +0000
+
ndn-tools (0.5-14-gcc2c717b-ppa3~DISTRO) DISTRO; urgency=low
* New version based on cc2c717b6289019acc45f209fce5e4cd10c31e72
diff --git a/ndn-tools/debian/control b/ndn-tools/debian/control
index 879343d..d850f30 100644
--- a/ndn-tools/debian/control
+++ b/ndn-tools/debian/control
@@ -7,7 +7,7 @@
pkg-config (>= 0.26),
libpcap-dev,
python-sphinx,
- ndn-cxx-dev (>= 0.6.0)
+ libndn-cxx-dev (>= 0.6.1)
Standards-Version: 3.9.2
Section: net
Homepage: http://github.com/named-data/ndn-tools
@@ -21,13 +21,13 @@
Package: ndndump
Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
+Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx
Description: A traffic analysis tool that captures Interest and Data packets
on the wire, and displays brief information about captured packets.
Package: ndnping
Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx, nfd
+Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec, nfd
Description: Reachability testing tools for Named Data Networking.
Package: ndn-tlv-ping
@@ -37,13 +37,13 @@
Package: ndnpeek
Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
+Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec
Description: ndnpeek and ndnpoke are a pair of programs to request and make available
for retrieval of a single Data packet.
Package: ndn-dissect
Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
+Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx
Description: An NDN packet format inspector. It reads zero or more NDN packets from either
an input file or the standard input, and displays the Type-Length-Value (TLV) structure
of those packets on the standard output.