ndn-tlv-ping: New package
diff --git a/ndn-tlv-ping/debian/control b/ndn-tlv-ping/debian/control
new file mode 100644
index 0000000..e7065e0
--- /dev/null
+++ b/ndn-tlv-ping/debian/control
@@ -0,0 +1,19 @@
+Source: ndn-tlv-ping
+Priority: extra
+Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
+Build-Depends: debhelper (>= 8.0.0),
+ python (>= 2.7.0),
+ pkg-config (>= 0.26),
+ ndn-cxx-dev (>= 0.1.0~rc1)
+Standards-Version: 3.9.2
+Section: net
+Homepage: http://github.com/named-data/ndn-tlv-ping
+Vcs-Git: git://github.com/named-data/ndn-tlv-ping.git
+Vcs-Browser: http://github.com/named-data/ndn-tlv-ping
+
+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.