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
|
Source: golang-github-protonmail-go-crypto
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
Martin Dosch <martin@mdosch.de>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-cloudflare-circl-dev (>= 1.2.0),
golang-golang-x-crypto-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-protonmail-go-crypto
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-protonmail-go-crypto.git
Homepage: https://github.com/ProtonMail/go-crypto
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/ProtonMail/go-crypto
Package: golang-github-protonmail-go-crypto-dev
Architecture: all
Multi-Arch: foreign
Breaks: golang-github-protonmail-gopenpgp-dev (<= 2.5.1),
golang-github-sylabs-sif-dev (<= 2.8.3-1)
Depends: golang-github-cloudflare-circl-dev (>= 1.2.0),
golang-golang-x-crypto-dev,
${misc:Depends}
Description: Go supplementary cryptography libraries
This module is backwards compatible with x/crypto/openpgp, so you
can simply replace all imports of golang.org/x/crypto/openpgp with
github.com/ProtonMail/go-crypto/openpgp.
.
A partial list of changes is here:
https://github.com/ProtonMail/go-crypto/issues/21#issuecomment-492792917.
|