]> git.ipfire.org Git - people/ms/dnsmasq.git/blame - debian/control
Fix new poll() code for helper pipe. Removed CPU-spin.
[people/ms/dnsmasq.git] / debian / control
CommitLineData
c72daea8
SK
1Source: dnsmasq
2Section: net
3Priority: optional
160f6507 4Build-depends: gettext, libnetfilter-conntrack-dev [linux-any],
62f992f0 5 libidn11-dev, libdbus-1-dev (>=0.61), libgmp-dev,
6ac3bc04 6 nettle-dev (>=2.4-3), libbsd-dev [!linux-any]
c72daea8 7Maintainer: Simon Kelley <simon@thekelleys.org.uk>
af292dae 8Standards-Version: 3.9.5
c72daea8
SK
9
10Package: dnsmasq
11Architecture: all
62f992f0
AM
12Depends: netbase, dnsmasq-base(>= ${binary:Version}),
13 init-system-helpers (>= 1.18~)
c72daea8
SK
14Suggests: resolvconf
15Conflicts: resolvconf (<<1.15)
16Description: 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
26Package: dnsmasq-base
27Architecture: any
1dedeb87 28Depends: adduser, ${shlibs:Depends}
bc54ae39
SK
29Breaks: dnsmasq (<< 2.63-1~)
30Replaces: dnsmasq (<< 2.63-1~)
c43b8a63 31Recommends: dns-root-data
c72daea8
SK
32Description: Small caching DNS proxy and DHCP/TFTP server
33 This package contains the dnsmasq executable and documentation, but
34 not the infrastructure required to run it as a system daemon. For
35 that, install the dnsmasq package.
36
37Package: dnsmasq-utils
38Architecture: linux-any
39Depends: ${shlibs:Depends}
40Conflicts: dnsmasq (<<2.40)
41Description: Utilities for manipulating DHCP leases
42 Small utilities to query a DHCP server's lease database and
43 remove leases from it. These programs are distributed with dnsmasq
44 and may not work correctly with other DHCP servers.