ndn-cxx: Release 0.6.1

This version fixes naming convention for the library packages

Change-Id: I509c95011433e6cfc353a69d9139cf87a40ac767
diff --git a/ndn-cxx/debian/control b/ndn-cxx/debian/control
index abb47c7..c8cf1f9 100644
--- a/ndn-cxx/debian/control
+++ b/ndn-cxx/debian/control
@@ -6,7 +6,6 @@
  pkg-config (>= 0.26),
  libssl-dev (>=1.0.1),
  libsqlite3-dev (>= 3.7.9),
- libcrypto++-dev (>= 5.6.1),
  python-sphinx (>= 1.1.3),
  libboost-all-dev (>= 1.53.0)
 Standards-Version: 3.9.2
@@ -15,30 +14,35 @@
 Vcs-Git: git://github.com/named-data/ndn-cxx.git
 Vcs-Browser: http://github.com/named-data/ndn-cxx
 
-Package: ndn-cxx-dev
+Package: libndn-cxx-dev
 Section: libdevel
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 Depends: python (>= 2.7.0),
  pkg-config (>= 0.26),
  libssl-dev (>=1.0.1),
  libsqlite3-dev (>= 3.7.9),
- libcrypto++-dev (>= 5.6.1),
  libboost-all-dev (>= 1.53.0),
- ndn-cxx (= ${binary:Version})
+ libndn-cxx (= ${binary:Version})
 Description: Development headers and libraries of NDN C++ library with eXperimental eXtensions
 
-Package: ndn-cxx
+Package: libndn-cxx
 Section: libs
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: NDN C++ library with eXperimental eXtensions and security tools
-Conflicts: ndn.cxx-security-tools
+Description: NDN C++ library with eXperimental eXtensions
 
-Package: ndn-cxx-dbg
+Package: libndn-cxx-dbg
 Architecture: any
 Section: debug
 Priority: extra
 Depends:
- ndn-cxx (= ${binary:Version}),
+ libndn-cxx (= ${binary:Version}),
  ${misc:Depends}
 Description: debugging symbols for ndn-cxx
+
+Package: ndnsec
+Section: libs
+Architecture: i386 amd64 arm64 armel armhf ppc64el
+Depends: libndn-cxx (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: NDN security tools
+Conflicts: ndn.cxx-security-tools