ndn-tools: Update to 0.6.3 and add ndnchunks package

Change-Id: I835a034aba29278129265982af97454a466e6e99
Refs: #4865
diff --git a/ndn-tools/Makefile b/ndn-tools/Makefile
index 0f38e43..3fcd9d9 100644
--- a/ndn-tools/Makefile
+++ b/ndn-tools/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/ndn-tools
 
 # Tag name or commit hash for checkout
-GIT_VERSION=ndn-tools-0.6.2
+GIT_VERSION=ndn-tools-0.6.3
 
 # Package name
 NAME=ndn-tools
 
 # Package version
-VERSION=0.6.2
+VERSION=0.6.3-9-release-0.6.3
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=2
 
 include ../packaging.mk
diff --git a/ndn-tools/debian/changelog b/ndn-tools/debian/changelog
index fd5e28e..5d3082b 100644
--- a/ndn-tools/debian/changelog
+++ b/ndn-tools/debian/changelog
@@ -1,3 +1,24 @@
+ndn-tools (0.6.3-9-release-0.6.3-ppa2~DISTRO) DISTRO; urgency=low
+
+  * Version based on ndn-tools-0.6.3 (https://github.com/named-data/ndn-
+    tools)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Fri, 08 Mar 2019 22:40:04 +0000
+
+ndn-tools (0.6.3-9-release-0.6.3-ppa1~DISTRO) DISTRO; urgency=low
+
+  * Version based on ndn-tools-0.6.3 (https://github.com/named-data/ndn-
+    tools)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Fri, 08 Mar 2019 01:29:40 +0000
+
+ndn-tools (0.6.3-8-g0c6fcb5-ppa1~DISTRO) DISTRO; urgency=low
+
+  * Version based on 0c6fcb58bac13378abd053136bf1dbfd124094c3
+    (https://github.com/named-data/ndn-tools)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Fri, 08 Mar 2019 01:17:25 +0000
+
 ndn-tools (0.6.2-ppa1~DISTRO) DISTRO; urgency=low
 
   * Version based on ndn-tools-0.6.2 (https://github.com/named-data/ndn-
diff --git a/ndn-tools/debian/control b/ndn-tools/debian/control
index fac26cb..8a24eae 100644
--- a/ndn-tools/debian/control
+++ b/ndn-tools/debian/control
@@ -7,7 +7,7 @@
  pkg-config (>= 0.26),
  libpcap-dev,
  python-sphinx,
- libndn-cxx-dev (>= 0.6.2),
+ libndn-cxx-dev (>= 0.6.5),
  git
 Standards-Version: 3.9.2
 Section: net
@@ -39,8 +39,8 @@
 Package: ndnpeek
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 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.
+Description: ndnpeek and ndnpoke are a pair of programs to respectively request and serve
+ a single Data packet.
 
 Package: ndn-dissect
 Architecture: i386 amd64 arm64 armel armhf ppc64el
@@ -53,6 +53,11 @@
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 Description: Wireshark extension to inspect TLV structure of NDN packets
 
+Package: ndnchunks
+Architecture: i386 amd64 arm64 armel armhf ppc64el
+Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec
+Description: ndncatchunks and ndnputchunks for for publishing and retrieving segmented content
+
 # Package: ndn-pib
 # Architecture: i386 amd64 arm64 armel armhf ppc64el
 # Description: A service to manage the public information of keys and publish certificates
diff --git a/ndn-tools/debian/ndn-chunks.install b/ndn-tools/debian/ndn-chunks.install
new file mode 100644
index 0000000..6f63d38
--- /dev/null
+++ b/ndn-tools/debian/ndn-chunks.install
@@ -0,0 +1,2 @@
+usr/bin/ndnputchunks
+usr/bin/ndncatchunks