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