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/nlsr/debian/rules b/nlsr/debian/rules
index dbce74b..44c87df 100755
--- a/nlsr/debian/rules
+++ b/nlsr/debian/rules
@@ -29,7 +29,9 @@
 override_dh_clean:
 	dh_clean
 	./waf distclean
+	rm -f VERSION
 	rm -rf .waf-1*
 	rm -f .waf-tools/*.pyc
+	rm -f docs/*.pyc
 
 override_dh_auto_test: