Source: golang-github-protonmail-go-crypto
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-crypto-dev
Standards-Version: 4.6.0
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
Depends: 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.
