ndn-cxx: Add ndn-cxx-dbg package with debug symbols of ndn-cxx
Change-Id: Ia506b9a972ce368e80271fe649956c46958b79a6
Refs: #11
diff --git a/ndn-cxx/debian/control b/ndn-cxx/debian/control
index ac8f52b..39c4e10 100644
--- a/ndn-cxx/debian/control
+++ b/ndn-cxx/debian/control
@@ -33,3 +33,12 @@
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: NDN C++ library with eXperimental eXtensions and security tools
Conflicts: ndn.cxx-security-tools
+
+Package: ndn-cxx-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends:
+ ndn-cxx (= ${binary:Version}),
+ ${misc:Depends}
+Description: debugging symbols for ndn-cxx