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 | 2d69d61 | 2018-02-16 21:11:17 +0000 | [diff] [blame] | 6 | nettle-dev (>=2.4-3), libbsd-dev [!linux-any], |
| 7 | liblua5.2-dev |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 8 | Maintainer: Simon Kelley <simon@thekelleys.org.uk> |
Simon Kelley | f178172 | 2018-01-20 22:18:54 +0000 | [diff] [blame] | 9 | Homepage: http://www.thekelleys.org.uk/dnsmasq/doc.html |
Simon Kelley | facc18f | 2017-04-11 18:52:36 +0100 | [diff] [blame] | 10 | Standards-Version: 3.9.8 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 11 | |
| 12 | Package: dnsmasq |
| 13 | Architecture: all |
Simon Kelley | 4c4f4c2 | 2018-02-16 22:43:29 +0000 | [diff] [blame^] | 14 | Depends: netbase, dnsmasq-base, |
Simon Kelley | ce9a970 | 2017-04-11 15:34:25 +0100 | [diff] [blame] | 15 | init-system-helpers (>= 1.18~), lsb-base (>= 3.0-6) |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 16 | Suggests: resolvconf |
| 17 | Conflicts: resolvconf (<<1.15) |
| 18 | Description: Small caching DNS proxy and DHCP/TFTP server |
| 19 | Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP |
| 20 | server. It is designed to provide DNS and optionally, DHCP, to a |
| 21 | small network. It can serve the names of local machines which are |
| 22 | not in the global DNS. The DHCP server integrates with the DNS |
| 23 | server and allows machines with DHCP-allocated addresses |
| 24 | to appear in the DNS with names configured either in each host or |
| 25 | in a central configuration file. Dnsmasq supports static and dynamic |
| 26 | DHCP leases and BOOTP/TFTP for network booting of diskless machines. |
| 27 | |
| 28 | Package: dnsmasq-base |
| 29 | Architecture: any |
Simon Kelley | 1dedeb8 | 2012-09-04 21:50:52 +0100 | [diff] [blame] | 30 | Depends: adduser, ${shlibs:Depends} |
Simon Kelley | bc54ae3 | 2012-08-28 21:26:56 +0100 | [diff] [blame] | 31 | Breaks: dnsmasq (<< 2.63-1~) |
Simon Kelley | 4c4f4c2 | 2018-02-16 22:43:29 +0000 | [diff] [blame^] | 32 | Replaces: dnsmasq (<< 2.63-1~), dnsmasq-base |
Simon Kelley | c43b8a6 | 2014-09-07 19:34:39 +0100 | [diff] [blame] | 33 | Recommends: dns-root-data |
Simon Kelley | 4c4f4c2 | 2018-02-16 22:43:29 +0000 | [diff] [blame^] | 34 | Provides: dnsmasq-base |
| 35 | Conflicts: dnsmasq-base-lua |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 36 | Description: Small caching DNS proxy and DHCP/TFTP server |
| 37 | This package contains the dnsmasq executable and documentation, but |
| 38 | not the infrastructure required to run it as a system daemon. For |
| 39 | that, install the dnsmasq package. |
| 40 | |
Simon Kelley | 30e4a94 | 2018-02-16 19:56:56 +0000 | [diff] [blame] | 41 | Package: dnsmasq-base-lua |
| 42 | Architecture: any |
| 43 | Depends: adduser, ${shlibs:Depends} |
| 44 | Breaks: dnsmasq (<< 2.63-1~) |
Simon Kelley | 4c4f4c2 | 2018-02-16 22:43:29 +0000 | [diff] [blame^] | 45 | Replaces: dnsmasq (<< 2.63-1~), dnsmasq-base |
Simon Kelley | 30e4a94 | 2018-02-16 19:56:56 +0000 | [diff] [blame] | 46 | Recommends: dns-root-data |
| 47 | Provides: dnsmasq-base |
Simon Kelley | 4c4f4c2 | 2018-02-16 22:43:29 +0000 | [diff] [blame^] | 48 | Conflicts: dnsmasq-base |
Simon Kelley | 30e4a94 | 2018-02-16 19:56:56 +0000 | [diff] [blame] | 49 | Description: Small caching DNS proxy and DHCP/TFTP server |
| 50 | This package contains the dnsmasq executable and documentation, but |
| 51 | not the infrastructure required to run it as a system daemon. For |
| 52 | that, install the dnsmasq package. This package is an alternative |
| 53 | to dnsmasq-base which includes the LUA interpreter. |
| 54 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 55 | Package: dnsmasq-utils |
| 56 | Architecture: linux-any |
| 57 | Depends: ${shlibs:Depends} |
| 58 | Conflicts: dnsmasq (<<2.40) |
| 59 | Description: Utilities for manipulating DHCP leases |
| 60 | Small utilities to query a DHCP server's lease database and |
| 61 | remove leases from it. These programs are distributed with dnsmasq |
| 62 | and may not work correctly with other DHCP servers. |