Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1 | Source: dnsmasq |
| 2 | Section: net |
| 3 | Priority: optional |
Simon Kelley | 160f650 | 2014-02-04 16:49:41 +0000 | [diff] [blame] | 4 | Build-depends: gettext, libnetfilter-conntrack-dev [linux-any], |
Andreas Metzler | 62f992f | 2014-05-11 17:53:54 +0100 | [diff] [blame] | 5 | libidn11-dev, libdbus-1-dev (>=0.61), libgmp-dev, |
Simon Kelley | 6ac3bc0 | 2014-10-03 08:48:11 +0100 | [diff] [blame] | 6 | nettle-dev (>=2.4-3), libbsd-dev [!linux-any] |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 7 | Maintainer: Simon Kelley <simon@thekelleys.org.uk> |
Simon Kelley | f178172 | 2018-01-20 22:18:54 +0000 | [diff] [blame] | 8 | Homepage: http://www.thekelleys.org.uk/dnsmasq/doc.html |
Simon Kelley | facc18f | 2017-04-11 18:52:36 +0100 | [diff] [blame] | 9 | Standards-Version: 3.9.8 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 10 | |
| 11 | Package: dnsmasq |
| 12 | Architecture: all |
Andreas Metzler | 62f992f | 2014-05-11 17:53:54 +0100 | [diff] [blame] | 13 | Depends: netbase, dnsmasq-base(>= ${binary:Version}), |
Simon Kelley | ce9a970 | 2017-04-11 15:34:25 +0100 | [diff] [blame] | 14 | init-system-helpers (>= 1.18~), lsb-base (>= 3.0-6) |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 15 | Suggests: resolvconf |
| 16 | Conflicts: resolvconf (<<1.15) |
| 17 | Description: 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 | |
| 27 | Package: dnsmasq-base |
| 28 | Architecture: any |
Simon Kelley | 1dedeb8 | 2012-09-04 21:50:52 +0100 | [diff] [blame] | 29 | Depends: adduser, ${shlibs:Depends} |
Simon Kelley | bc54ae3 | 2012-08-28 21:26:56 +0100 | [diff] [blame] | 30 | Breaks: dnsmasq (<< 2.63-1~) |
| 31 | Replaces: dnsmasq (<< 2.63-1~) |
Simon Kelley | c43b8a6 | 2014-09-07 19:34:39 +0100 | [diff] [blame] | 32 | Recommends: dns-root-data |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 33 | Description: 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 | |
| 38 | Package: dnsmasq-utils |
| 39 | Architecture: linux-any |
| 40 | Depends: ${shlibs:Depends} |
| 41 | Conflicts: dnsmasq (<<2.40) |
| 42 | Description: 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. |