blob: e540918d798993641d6fbfb53313c138d77d44a0 [file] [log] [blame]
Simon Kelleyc72daea2012-01-05 21:33:27 +00001Source: dnsmasq
2Section: net
3Priority: optional
Simon Kelley160f6502014-02-04 16:49:41 +00004Build-depends: gettext, libnetfilter-conntrack-dev [linux-any],
Andreas Metzler62f992f2014-05-11 17:53:54 +01005 libidn11-dev, libdbus-1-dev (>=0.61), libgmp-dev,
Simon Kelley6ac3bc02014-10-03 08:48:11 +01006 nettle-dev (>=2.4-3), libbsd-dev [!linux-any]
Simon Kelleyc72daea2012-01-05 21:33:27 +00007Maintainer: Simon Kelley <simon@thekelleys.org.uk>
Simon Kelleyf1781722018-01-20 22:18:54 +00008Homepage: http://www.thekelleys.org.uk/dnsmasq/doc.html
Simon Kelleyfacc18f2017-04-11 18:52:36 +01009Standards-Version: 3.9.8
Simon Kelleyc72daea2012-01-05 21:33:27 +000010
11Package: dnsmasq
12Architecture: all
Andreas Metzler62f992f2014-05-11 17:53:54 +010013Depends: netbase, dnsmasq-base(>= ${binary:Version}),
Simon Kelleyce9a9702017-04-11 15:34:25 +010014 init-system-helpers (>= 1.18~), lsb-base (>= 3.0-6)
Simon Kelleyc72daea2012-01-05 21:33:27 +000015Suggests: resolvconf
16Conflicts: resolvconf (<<1.15)
17Description: Small caching DNS proxy and DHCP/TFTP server
18 Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP
19 server. It is designed to provide DNS and optionally, DHCP, to a
20 small network. It can serve the names of local machines which are
21 not in the global DNS. The DHCP server integrates with the DNS
22 server and allows machines with DHCP-allocated addresses
23 to appear in the DNS with names configured either in each host or
24 in a central configuration file. Dnsmasq supports static and dynamic
25 DHCP leases and BOOTP/TFTP for network booting of diskless machines.
26
27Package: dnsmasq-base
28Architecture: any
Simon Kelley1dedeb82012-09-04 21:50:52 +010029Depends: adduser, ${shlibs:Depends}
Simon Kelleybc54ae32012-08-28 21:26:56 +010030Breaks: dnsmasq (<< 2.63-1~)
31Replaces: dnsmasq (<< 2.63-1~)
Simon Kelleyc43b8a62014-09-07 19:34:39 +010032Recommends: dns-root-data
Simon Kelleyc72daea2012-01-05 21:33:27 +000033Description: Small caching DNS proxy and DHCP/TFTP server
34 This package contains the dnsmasq executable and documentation, but
35 not the infrastructure required to run it as a system daemon. For
36 that, install the dnsmasq package.
37
38Package: dnsmasq-utils
39Architecture: linux-any
40Depends: ${shlibs:Depends}
41Conflicts: dnsmasq (<<2.40)
42Description: Utilities for manipulating DHCP leases
43 Small utilities to query a DHCP server's lease database and
44 remove leases from it. These programs are distributed with dnsmasq
45 and may not work correctly with other DHCP servers.