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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
Source: bind9
Section: net
Priority: optional
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>,
Bernhard Schmidt <berni@debian.org>
Build-Depends: bison,
debhelper-compat (= 12),
dh-apparmor,
dh-exec,
libcap2-dev [linux-any],
libcmocka-dev,
libdb-dev,
libedit-dev,
libfstrm-dev,
libidn2-dev,
libjemalloc-dev,
libjson-c-dev,
libkrb5-dev,
liblmdb-dev,
libmaxminddb-dev (>= 1.3.0),
libnghttp2-dev,
libprotobuf-c-dev,
libssl-dev,
libsystemd-dev [linux-any],
libtool,
liburcu-dev,
libuv1-dev,
libxml2-dev,
pkgconf,
protobuf-c-compiler,
zlib1g-dev
Build-Depends-Indep: fonts-freefont-otf,
latexmk,
python3-sphinx,
python3-sphinx-rtd-theme,
texlive-fonts-extra,
texlive-latex-recommended,
texlive-xetex,
xindy
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/dns-team/bind9
Vcs-Git: https://salsa.debian.org/dns-team/bind9.git -b debian/9.20
Homepage: https://www.isc.org/downloads/bind/
Package: bind9
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser,
bind9-libs (= ${binary:Version}),
bind9-utils (= ${binary:Version}),
debconf | debconf-2.0,
dns-root-data,
iproute2,
netbase,
${misc:Depends},
${shlibs:Depends}
Suggests: bind9-doc,
bind9-dnsutils,
resolvconf,
ufw
Breaks: bind (<< 1:9.13.6~)
Replaces: bind (<< 1:9.13.6~)
Description: Internet Domain Name Server
The Berkeley Internet Name Domain (BIND 9) implements an Internet domain
name server. BIND 9 is the most widely-used name server software on the
Internet, and is supported by the Internet Software Consortium, www.isc.org.
.
This package provides the server and related configuration files.
Package: bind9-utils
Architecture: any
Depends: bind9-libs (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: freeipa
Provides: bind9utils
Description: Utilities for BIND 9
This package provides various utilities that are useful for maintaining a
working BIND 9 installation.
Package: bind9-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Breaks: bind-doc (<< 1:9.13.6~)
Replaces: bind-doc (<< 1:9.13.6~)
Multi-Arch: foreign
Description: Documentation for BIND 9
This package provides various documents that are useful for maintaining a
working BIND 9 installation.
Package: bind9-host
Priority: standard
Architecture: any
Multi-Arch: foreign
Depends: bind9-libs (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Provides: host
Breaks: bind-host (<< 1:9.13.6~)
Replaces: bind-host (<< 1:9.13.6~)
Description: DNS Lookup Utility
This package provides the 'host' DNS lookup utility in the form that
is bundled with the BIND 9 sources.
Package: bind9-libs
Section: libs
Priority: standard
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: bind-libs (<< 1:9.13.6~)
Replaces: bind-libs (<< 1:9.13.6~)
Description: Shared Libraries used by BIND 9
The Berkeley Internet Name Domain (BIND 9) implements an Internet domain
name server. BIND 9 is the most widely-used name server software on the
Internet, and is supported by the Internet Software Consortium, www.isc.org.
.
This package contains a bundle of shared libraries used by BIND 9.
Package: bind9-dev
Section: devel
Priority: optional
Architecture: any
Multi-Arch: same
Depends: bind9-libs (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: libbind-dev (<< 1:9.16.0~)
Replaces: libbind-dev (<< 1:9.16.0~)
Description: Static Libraries and Headers used by BIND 9
The Berkeley Internet Name Domain (BIND 9) implements an Internet domain
name server. BIND 9 is the most widely-used name server software on the
Internet, and is supported by the Internet Software Consortium, www.isc.org.
.
This package contains a bundle of static libraries and header files used by
BIND 9.
.
Please be aware that the BIND 9 libraries are considered private by upstream
developers and the API and ABI might break at any time.
Package: bind9-dnsutils
Priority: standard
Architecture: any
Multi-Arch: foreign
Provides: dnsutils
Depends: bind9-host | host,
bind9-libs (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Clients provided with BIND 9
The Berkeley Internet Name Domain (BIND 9) implements an Internet domain
name server. BIND 9 is the most widely-used name server software on the
Internet, and is supported by the Internet Software Consortium, www.isc.org.
.
This package delivers various client programs related to DNS that are
derived from the BIND 9 source tree.
.
- dig - query the DNS in various ways
- nslookup - the older way to do it
- nsupdate - perform dynamic updates (See RFC2136)
|