summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 2366752..98e87c0 100644
--- a/debian/control
+++ b/debian/control
@@ -48,3 +48,17 @@ Description: Asynchronous-capable DNS client library
any DNS data formats. Many queries can be handled simultaneously.
.
This package contains the runtime library.
+
+Package: libadns1-dbg
+Section: debug
+Architecture: any
+Depends: libadns1 (= ${binary:Version}), ${misc:Depends}
+Description: Asynchronous-capable DNS client library (debugging symbols)
+ adns is a resolver library for C (and C++) programs. In contrast
+ with the existing interfaces, gethostbyname et al and libresolv, it
+ can be used in an asynchronous, non-blocking manner, and has a
+ convenient interface which doesn't require the application to handle
+ any DNS data formats. Many queries can be handled simultaneously.
+ .
+ This package contains the debugging symbols associated with libadns1,
+ for debugging adns and programs that use it.