summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 7cdc4f0086278135a49cc9f36286e5fefccd546b (plain)
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
Source: golang-github-aead-serpent
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
XSBC-Original-Uploaders: Reinhard Tartler <siretart@tauware.de>
Bugs: mailto:maintainers@lists.progress-linux.org
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.2
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/golang-github-aead-serpent
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/golang-github-aead-serpent
XSBC-Original-Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-aead-serpent
XSBC-Original-Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-aead-serpent.git
Homepage: https://github.com/aead/serpent
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/aead/serpent

Package: golang-github-aead-serpent-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Serpent block cipher (library)
 Serpent is a symmetric key block cipher that was a finalist in the
 Advanced Encryption Standard (AES) contest, where it was ranked second
 to Rijndael. Serpent was designed by Ross Anderson, Eli Biham, and Lars
 Knudsen.