ndn-cxx, nfd: Package for initial public release (0.2.0)

Other updates:
- nlsr: Initial 0.1.0 release
- ndndump: Bump to version 0.5.1
- ndn-tlv-ping, repo-ng: Update to the latest version
- ndn-traffic-generator: Ensure package is rebuild against the latest ndn-cxx
diff --git a/ndn-tlv-ping/Makefile b/ndn-tlv-ping/Makefile
index 63fb04e..d2d81c5 100644
--- a/ndn-tlv-ping/Makefile
+++ b/ndn-tlv-ping/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/ndn-tlv-ping
 
 # Tag name or commit hash for checkout
-GIT_VERSION=d957b493b6d20416e7897f97a96c310e4cde2225
+GIT_VERSION=cf4d018f0fa6b6c35af7c5c40406582b2d24e789
 
 # Package name
 NAME=ndn-tlv-ping
 
 # Package version
-VERSION=0.1.1
+VERSION=0.1.2
 
 # PPA version
-PPA_VERSION=3
+PPA_VERSION=1
 
 include ../packaging.mk
diff --git a/ndn-tlv-ping/debian/changelog b/ndn-tlv-ping/debian/changelog
index 1616b9d..4f57001 100644
--- a/ndn-tlv-ping/debian/changelog
+++ b/ndn-tlv-ping/debian/changelog
@@ -1,3 +1,10 @@
+ndn-tlv-ping (0.1.2-ppa1~DISTRO) DISTRO; urgency=low
+
+  * New version based on cf4d018f0fa6b6c35af7c5c40406582b2d24e789
+    (https://github.com/named-data/ndn-tlv-ping)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Mon, 25 Aug 2014 12:12:35 -0700
+
 ndn-tlv-ping (0.1.1-ppa3~DISTRO) DISTRO; urgency=low
 
   * New version based on d957b493b6d20416e7897f97a96c310e4cde2225
diff --git a/ndn-tlv-ping/debian/control b/ndn-tlv-ping/debian/control
index 338b107..63aef67 100644
--- a/ndn-tlv-ping/debian/control
+++ b/ndn-tlv-ping/debian/control
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.2.0~rc2.2)
+ ndn-cxx-dev (>= 0.2.0)
 Standards-Version: 3.9.2
 Section: net
 Homepage: http://github.com/named-data/ndn-tlv-ping
@@ -14,6 +14,5 @@
 Package: ndn-tlv-ping
 Architecture: i386 amd64
 Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
-Description: Ping Application For NDN
- This is an application tool developed over ndn-cxx APIs for TLV packet based
- communication over NDN configured network.
+Description: Reachability Testing Tool for NDN
+ This is a data plane reachability testing tool for NDN network.