| 12
 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
 
 | Source: golang-github-cloudflare-redoctober
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-coreos-go-systemd-dev (>= 17~),
               golang-github-prometheus-client-golang-dev,
Standards-Version: 4.1.4
Homepage: https://github.com/cloudflare/redoctober
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cloudflare-redoctober
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cloudflare-redoctober.git
XS-Go-Import-Path: github.com/cloudflare/redoctober
Testsuite: autopkgtest-pkg-go
Package: golang-github-cloudflare-redoctober-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-coreos-go-systemd-dev (>= 17~),
         golang-github-prometheus-client-golang-dev,
Description: Software-based two-man rule style encryption and decryption server
 Red October is a software-based two-man rule style encryption and
 decryption server.  The two-man rule is a control mechanism designed
 to achieve a high level of security by requiring the presence of two
 authorized people at all times. In the case of Red October the
 two-man rule is implemented by encrypting data in such as way as to
 require two authorised key-holds to decrypt it.
 .
 This package contains the development files.
Package: golang-redoctober
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Software-based two-man rule style encryption and decryption server
 Red October is a software-based two-man rule style encryption and
 decryption server.  The two-man rule is a control mechanism designed
 to achieve a high level of security by requiring the presence of two
 authorized people at all times. In the case of Red October the
 two-man rule is implemented by encrypting data in such as way as to
 require two authorised key-holds to decrypt it.
 .
 This package contains the server and command-line client.
 |