summaryrefslogtreecommitdiff
path: root/debian/control
blob: 0714b7a22e872dcc24e2d4eeaf41a3ad3cf38429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: adns
Section: devel
Priority: optional
Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
Build-Depends: debhelper (>= 7), netbase, m4, lynx
Standards-Version: 3.8.0
Homepage: http://www.chiark.greenend.org.uk/~ian/adns/

Package: libadns1-dev
Section: libdevel
Architecture: any
Depends: libadns1 (= ${binary:Version}), libc6-dev, ${misc:Depends}
Conflicts: libadns0
Description: Asynchronous-capable DNS client library (development)
 adns is a resolver library for C (and C++) programs.  In contrast
 with many existing interfaces, 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 development files used for C/C++ programs.

Package: adns-tools
Section: net
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libadns0, libadns1-bin
Replaces: libadns1-bin
Provides: libadns1-bin
Description: Asynchronous-capable DNS client utilities
 adns is a DNS resolver.  In contrast with many existing interfaces,
 gethostbyname et al and libresolv, it can be used in an asynchronous,
 non-blocking manner.  Many queries can be handled simultaneously.
 .
 This package contains useful utilities for IP address resolving,
 fast bulk logfile processing, and testing.

Package: libadns1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: adns-tools
Description: Asynchronous-capable DNS client library
 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 runtime library.

Package: libadns1-dbg
Section: debug
Priority: extra
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.