File: control

package info (click to toggle)
jetring 0.25
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 520 kB
  • ctags: 26
  • sloc: perl: 462; sh: 171; makefile: 25
file content (23 lines) | stat: -rw-r--r-- 1,034 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: jetring
Section: utils
Priority: optional
Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.9.0), gnupg
Maintainer: Giovani Augusto Ferreira <giovani@riseup.net>
Standards-Version: 3.9.8
Homepage: http://kitenet.net/~joey/code/jetring/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/jetring.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/jetring.git

Package: jetring
Architecture: all
Depends: gnupg, ${misc:Depends}
Description: gpg keyring maintenance using changesets
 jetring is a collection of tools that allow for gpg keyrings to be maintained
 using changesets. It was developed with the Debian keyring in mind, and aims
 to solve the problem that a gpg keyring is a binary blob that's hard for
 multiple people to collaboratively edit.
 .
 With jetring, changesets can be submitted, reviewed to see exactly what they
 will do, applied, and used to build a keyring. The origin of every change
 made to the keyring is available for auditing, and gpg signatures can be used
 to further secure things.