File: control

package info (click to toggle)
golang-github-emersion-go-msgauth 0.6.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 256 kB
  • sloc: makefile: 2
file content (50 lines) | stat: -rw-r--r-- 1,692 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
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: golang-github-emersion-go-msgauth
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Robin Jarry <robin@jarry.cc>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
	debhelper-compat (= 13),
	dh-golang,
	golang-any,
	golang-golang-x-crypto-dev,
	golang-github-emersion-go-milter-dev,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-emersion-go-msgauth
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-emersion-go-msgauth.git
Homepage: https://github.com/emersion/go-msgauth
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/emersion/go-msgauth

Package: golang-github-emersion-go-msgauth-dev
Architecture: all
Multi-Arch: foreign
Depends:
	golang-golang-x-crypto-dev,
	golang-github-emersion-go-milter-dev,
	${misc:Depends},
Description: Go library and tools for DKIM, DMARC and Authentication-Results (library)
 go-msgauth
 .
 Go library and tools to authenticate e-mails:
 .
  * Create and verify DKIM signatures
    (https://tools.ietf.org/html/rfc6376)
  * Create and parse Authentication-Results header fields
    (https://tools.ietf.org/html/rfc7601)
  * Fetch DMARC (http://tools.ietf.org/html/rfc7489) records

Package: go-msgauth
Architecture: any
Depends:
	${misc:Depends},
	${shlibs:Depends},
Built-Using: ${misc:Built-Using}
Description: Go library and tools for DKIM, DMARC and Authentication-Results (program)
 Tools included in go-msgauth:
 .
  * dkim-keygen: generate a DKIM key
  * dkim-milter: a mail filter to sign and verify DKIM signatures
  * dkim-verify: verify a DKIM-signed email
  * dmarc-lookup: lookup the DMARC policy of a domain