File: control

package info (click to toggle)
dkim-rotate 1.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 832; sh: 324; makefile: 55
file content (23 lines) | stat: -rw-r--r-- 752 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
Source: dkim-rotate
Build-Depends: pandoc, debhelper (>= 13),
# @@@ runtime Depends
	libgetopt-long-descriptive-perl, libmime-tools-perl, openssl,
# @@@ runtime Recommends
	curl,
# @@@ testing Depends
        faketime,
Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
Section: mail
Priority: optional
Standards-Version: 4.6.1

Package: dkim-rotate
Architecture: all
Depends: bash (>= 4),
	${misc:Depends}, ${perl:Depends}, ${extracted:runtime:Depends}
Recommends: moreutils,
        ${extracted:runtime:Recommends}
Description: Rotate and publishe DKIM email keys
 Manages a rotating collection of DKIM mail signing keys,
 advertising them via the DNS, and revealing the private halves of old
 keys so as to avoid making email non-repudiable.