pkg-gnupg

We're working on packaging GnuPG and related tools for Debian.

Packages that we maintain as a team:

Interacting with the team

Please post to the pkg-gnupg-maint mailing list.

If you use IRC, you can also join us on #debian-gnupg on irc.oftc.net

tracking changes to the packages

We use DEP14-style packaging, with git-buildpackage. Our repositories are on salsa in the debian/ namespace. Join us!

For example, to check out package libgpg-error (replace libgpg-error with the name of the source package you're interested in) and build it, do:

git clone https://salsa.debian.org/debian/libgpg-error.git
cd libgpg-error
gbp buildpackage -uc -us

Please commit local changes in the usual sensible, comprehensible steps!

If you're not a member of the team and want to propose your changes, you should install the git-email package, and:

git config sendemail.to pkg-gnupg-maint@alioth-lists.debian.net
git send-email origin/master

If you're a member of the team and you want to push your changes:

git config remote.origin.pushurl git@salsa.debian.org:/debian/libgpg-error.git
git push origin