File: control

package info (click to toggle)
libjdns 2.0.3-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 528 kB
  • sloc: ansic: 6,747; cpp: 2,915; makefile: 17
file content (103 lines) | stat: -rw-r--r-- 3,493 bytes parent folder | download
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Source: libjdns
Section: libs
Priority: optional
Maintainer: Stefan Ahlers <stef.ahlers@t-online.de>
Build-Depends: cmake,
               debhelper (>= 9),
               qtbase5-dev
Standards-Version: 3.9.6
Homepage: http://delta.affinix.com/jdns/

Package: jdns
Section: misc
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: command-line tool to test functionality
 Qt4-based command-line tool called ‘jdns’ that can be used to test
 functionality.
 
Package: jdns-dbg
Section: debug
Priority: extra
Architecture: any
Depends: jdns (= ${binary:Version}), ${misc:Depends}
Description: command-line tool to test functionality - debugging symbols
 Qt4-based command-line tool called ‘jdns’ that can be used to test
 functionality.
 .
 This package contains the debugging symbols for debugging crashes in the
 qjdns Qt4 wrapper.

Package: libjdns2
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Simple DNS queries library 
 JDNS is a simple DNS implementation that can perform normal DNS
 queries of any record type (notably SRV), as well as Multicast DNS
 queries and advertising. Multicast support is based on Jeremie
 Miller's "mdnsd" implementation.

Package: libjdns-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libjdns2 (= ${binary:Version}), ${misc:Depends}
Description: Simple DNS queries library - development files
 JDNS is a simple DNS implementation that can perform normal DNS
 queries of any record type (notably SRV), as well as Multicast DNS
 queries and advertising. Multicast support is based on Jeremie
 Miller's "mdnsd" implementation.
 .
 The libjdns-dev package contains libraries and header files for
 developing applications that use jdns.

Package: libjdns-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: libjdns2 (= ${binary:Version}), ${misc:Depends}
Description: Simple DNS queries library - debugging symbols
 JDNS is a simple DNS implementation that can perform normal DNS
 queries of any record type (notably SRV), as well as Multicast DNS
 queries and advertising.
 .
 This package contains the debugging symbols for debugging crashes in the
 jdns library.

Package: libqjdns-qt5-2
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Simple DNS queries library  - Qt5 wrapper
 For Qt5 users there is a wrapper available called QJDns and a very
 high-level wrapper called QJDnsShared (under its original name
 JDnsShared).

Package: libqjdns-qt5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqjdns-qt5-2 (= ${binary:Version}), ${misc:Depends}
Description: Simple DNS queries library Qt5 wrapper - development files
 JDNS is a simple DNS implementation that can perform normal DNS
 queries of any record type (notably SRV), as well as Multicast DNS
 queries and advertising.
 .
 The libqjdns-qt5-dev package contains libraries and header files for
 developing Qt5 applications that use qjdns.

Package: libqjdns-qt5-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: libqjdns-qt5-2 (= ${binary:Version}), ${misc:Depends}
Description: Simple DNS queries library (Qt5) - debugging symbols
 JDNS is a simple DNS implementation that can perform normal DNS
 queries of any record type (notably SRV), as well as Multicast DNS
 queries and advertising.
 .
 This package contains the debugging symbols for debugging crashes in the
 qjdns Qt5 wrapper.