ndndump, repo-ng, ndn-tlv-ping, ndn-traffic-generator: Update package to use the latest version of ndn-cxx
diff --git a/packaging.mk b/packaging.mk
index 73709ec..0368151 100644
--- a/packaging.mk
+++ b/packaging.mk
@@ -21,7 +21,7 @@
 git checkout "${GIT_VERSION}" ; \
 git submodule init ; git submodule update ; \
 cd .. ; \
-tar --exclude .git -czf ${NAME}_${VERSION}.orig.tar.gz ${NAME}_${VERSION}
+tar --exclude .git -cf - ${NAME}_${VERSION} | gzip -n9c > ${NAME}_${VERSION}.orig.tar.gz
 
 source-build:
 	$(MAKE) _build DEBUILD="debuild -S -sa"