Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1 | Source: dnsmasq |
| 2 | Section: net |
| 3 | Priority: optional |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 4 | Build-Depends: dh-exec, gettext, libnetfilter-conntrack-dev [linux-any], |
| 5 | libidn2-dev, libdbus-1-dev (>=0.61), libgmp-dev, |
Simon Kelley | 00fe2f4 | 2020-04-19 21:59:13 +0100 | [diff] [blame] | 6 | nettle-dev (>=2.4-3), libbsd-dev [kfreebsd-any], |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 7 | liblua5.4-dev, dh-runit, debhelper-compat (= 13), |
| 8 | pkg-config, libnftables-dev |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 9 | Maintainer: Simon Kelley <simon@thekelleys.org.uk> |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 10 | Homepage: https://www.thekelleys.org.uk/dnsmasq/doc.html |
| 11 | Vcs-Git: https://thekelleys.org.uk/git/dnsmasq.git |
| 12 | Vcs-Browser: https://thekelleys.org.uk/gitweb/?p=dnsmasq.git |
| 13 | Standards-Version: 4.6.2 |
| 14 | Rules-Requires-Root: no |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 15 | |
| 16 | Package: dnsmasq |
| 17 | Architecture: all |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 18 | Pre-Depends: ${misc:Pre-Depends} |
Simon Kelley | 4c4f4c2 | 2018-02-16 22:43:29 +0000 | [diff] [blame] | 19 | Depends: netbase, dnsmasq-base, |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 20 | ${misc:Depends} |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 21 | Suggests: resolvconf |
Simon Kelley | 92025a4 | 2020-02-29 22:56:38 +0000 | [diff] [blame] | 22 | Breaks: ${runit:Breaks} |
| 23 | Conflicts: resolvconf (<<1.15), ${runit:Conflicts} |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 24 | Description: Small caching DNS proxy and DHCP/TFTP server - system daemon |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 25 | Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 26 | server. It is designed to provide DNS and optionally, DHCP, to a |
| 27 | small network. It can serve the names of local machines which are |
| 28 | not in the global DNS. The DHCP server integrates with the DNS |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 29 | server and allows machines with DHCP-allocated addresses |
| 30 | to appear in the DNS with names configured either in each host or |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 31 | in a central configuration file. Dnsmasq supports static and dynamic |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 32 | DHCP leases and BOOTP/TFTP for network booting of diskless machines. |
| 33 | |
| 34 | Package: dnsmasq-base |
| 35 | Architecture: any |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 36 | Depends: ${misc:Depends}, ${shlibs:Depends} |
Simon Kelley | bc54ae3 | 2012-08-28 21:26:56 +0100 | [diff] [blame] | 37 | Breaks: dnsmasq (<< 2.63-1~) |
Simon Kelley | 4c4f4c2 | 2018-02-16 22:43:29 +0000 | [diff] [blame] | 38 | Replaces: dnsmasq (<< 2.63-1~), dnsmasq-base |
Simon Kelley | c43b8a6 | 2014-09-07 19:34:39 +0100 | [diff] [blame] | 39 | Recommends: dns-root-data |
Simon Kelley | 4c4f4c2 | 2018-02-16 22:43:29 +0000 | [diff] [blame] | 40 | Provides: dnsmasq-base |
| 41 | Conflicts: dnsmasq-base-lua |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 42 | Description: Small caching DNS proxy and DHCP/TFTP server - executable |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 43 | This package contains the dnsmasq executable and documentation, but |
| 44 | not the infrastructure required to run it as a system daemon. For |
| 45 | that, install the dnsmasq package. |
| 46 | |
Simon Kelley | 30e4a94 | 2018-02-16 19:56:56 +0000 | [diff] [blame] | 47 | Package: dnsmasq-base-lua |
| 48 | Architecture: any |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 49 | Depends: ${misc:Depends}, ${shlibs:Depends} |
Simon Kelley | 30e4a94 | 2018-02-16 19:56:56 +0000 | [diff] [blame] | 50 | Breaks: dnsmasq (<< 2.63-1~) |
Simon Kelley | 4c4f4c2 | 2018-02-16 22:43:29 +0000 | [diff] [blame] | 51 | Replaces: dnsmasq (<< 2.63-1~), dnsmasq-base |
Simon Kelley | 30e4a94 | 2018-02-16 19:56:56 +0000 | [diff] [blame] | 52 | Recommends: dns-root-data |
| 53 | Provides: dnsmasq-base |
Simon Kelley | 4c4f4c2 | 2018-02-16 22:43:29 +0000 | [diff] [blame] | 54 | Conflicts: dnsmasq-base |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 55 | Description: Small caching DNS proxy and DHCP/TFTP server - executable, Lua-enabled |
Simon Kelley | 30e4a94 | 2018-02-16 19:56:56 +0000 | [diff] [blame] | 56 | This package contains the dnsmasq executable and documentation, but |
| 57 | not the infrastructure required to run it as a system daemon. For |
| 58 | that, install the dnsmasq package. This package is an alternative |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 59 | to dnsmasq-base which includes the Lua interpreter. |
| 60 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 61 | Package: dnsmasq-utils |
| 62 | Architecture: linux-any |
Tarun Kundu | 12e3b2e | 2024-08-15 16:16:53 -0700 | [diff] [blame] | 63 | Depends: ${misc:Depends}, ${shlibs:Depends} |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 64 | Conflicts: dnsmasq (<<2.40) |
| 65 | Description: Utilities for manipulating DHCP leases |
| 66 | Small utilities to query a DHCP server's lease database and |
| 67 | remove leases from it. These programs are distributed with dnsmasq |
| 68 | and may not work correctly with other DHCP servers. |