File: control

package info (click to toggle)
signify-openbsd 13-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 528 kB
  • ctags: 489
  • sloc: ansic: 4,250; makefile: 99; sh: 11
file content (30 lines) | stat: -rw-r--r-- 1,267 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
24
25
26
27
28
29
30
Source: signify-openbsd
Section: utils
Priority: optional
Maintainer: Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX@bitmessage.ch>
Build-Depends: debhelper (>= 9), libbsd-dev (>= 0.7.0), pkg-config
Standards-Version: 3.9.6
Homepage: https://github.com/aperezdc/signify
Vcs-Git: git://anonscm.debian.org/collab-maint/signify-openbsd.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/signify-openbsd.git

Package: signify-openbsd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libbsd0 (>= 0.7.0)
Description: Lightweight cryptographic signing and verifying tool
 Similar to GNU Privacy Guard (GPG), signify is the tool which
 OpenBSD uses to cryptographically sign its releases, so that
 you can be sure that you are actually getting a release made by
 OpenBSD, as opposed to a malicious forgery designed to look
 the same.
 .
 Signify's usage is not limited to OpenBSD's releases, however -
 it can be used to sign anything.
 .
 So that it will work on Linux, the version of signify provided
 in this package is not exactly the same as the version provided
 in OpenBSD's CVS tree.
 .
 Please note that OpenBSD's public keys are not included with
 this package; you will have to find your own version in order
 to verify their releases.