File: control

package info (click to toggle)
dnssec-trigger 0.13~svn685-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,784 kB
  • ctags: 1,423
  • sloc: ansic: 15,773; sh: 1,788; makefile: 453; xml: 444; objc: 421; python: 334; cpp: 18
file content (37 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: dnssec-trigger
Section: net
Priority: optional
Maintainer: Ondřej Surý <ondrej@debian.org>
Uploaders: Diane Trout <diane@ghic.org>
Build-Depends: debhelper (>= 9),
	       autotools-dev,
	       dh-autoreconf,
	       dh-systemd,
	       dh-python,
	       libssl-dev,
	       libgtk2.0-dev,
	       libldns-dev (>= 1.6.14-1~),
	       python
Standards-Version: 3.9.5
Homepage: http://www.nlnetlabs.nl/projects/dnssec-trigger/
Vcs-Git: git://anonscm.debian.org/pkg-nlnetlabs/dnssec-trigger.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-nlnetlabs/dnssec-trigger.git

Package: dnssec-trigger
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 ${python:Depends},
	 python,
	 python-gi,
	 python-lockfile,
	 gir1.2-networkmanager-1.0 [linux-any],
	 unbound
Breaks: resolvconf
Description: reconfiguration tool to make DNSSEC work
 Dnssec-trigger reconfigures the local unbound DNS server. This unbound
 DNS server performs DNSSEC validation, but dnssec-trigger will signal
 it to use the DHCP obtained forwarders if possible, and fallback to
 doing its own AUTH queries if that fails, and if that fails prompt the
 user via dnssec-trigger-applet the option to go with insecure DNS
 only.