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