#922089 ITP: golang-github-mtrmac-gpgme -- Go wrapper for the GPGME library

Package:
wnpp
Source:
wnpp
Submitter:
"Reinhard Tartler"
Date:
2025-11-29 16:43:42 UTC
Severity:
wishlist
#922089#5
Date:
2019-02-11 22:02:42 UTC
From:
To:
* Package name    : golang-github-mtrmac-gpgme
  Version         : 0.0~git20170102.b243242-1
  Upstream Author : Miloslav Trmač
* URL             : https://github.com/mtrmac/gpgme
* License         : BSD-3-clause
  Programming Lang: Go
  Description     : Go wrapper for the GPGME library

 GPGME (golang) Go wrapper for the GPGME library.
 .
 This library is intended for use with desktop applications.

This is a build dependency of http://github.com/containers/storage

#922089#10
Date:
2019-02-12 02:18:00 UTC
From:
To:
The plan is to maintain this package under to go-team umbrella. The
packaging is at
https://salsa.debian.org/go-team/packages/golang-github-mtrmac-gpgme.

Comments / feedback welcome!

#922089#15
Date:
2019-02-12 11:50:16 UTC
From:
To:
I was running into issues with getting the testsuite pass during a package
build. The testsuite does pass when I 'go get' the library and call it
manually with 'go test'. I straced the failing execution and came to the
conclusion that something funny must be going on with interacting with
gpg-agent.

During this investigation, I've noticed that this repository is a fork of
github.com/proglottis/gpgme, which we already have in debian. I'll
therefore suspend my work on this package for now and will try to patch
github.com/containers/storage to compile against the original version
instead. If that doesn't work out, I may need to get back to this ITP...

Best,
-rt