.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "DEBSIGS 1p" .TH DEBSIGS 1p "2021-12-29" "perl v5.32.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" debsigs \- process signatures in .deb packages .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBdebsigs\fR \fB\-\-list\fR|\fB\-l\fR [\fB\-v\fR] file [file...] .PP \&\fBdebsigs\fR \fB\-\-sign=type\fR [\fB\-\-default\-key=keyID\fR] [\fB\-v\fR] file [file...] .PP \&\fBdebsigs\fR \fB\-\-verify\fR|\fB\-\-check\fR|\fB\-c\fR file [file...] .PP \&\fBdebsigs\fR \fB\-\-delete=type\fR file [file...] .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fIdebsigs\fR is used to manipulate the cryptographic signatures stored inside a .deb file. It is not used to verify those signatures; for that purpose, see \fBdebsig\-verify\fR\|(1). .SH "OPTIONS" .IX Header "OPTIONS" .IP "\fB\-\-list\fR or \fB\-l\fR or \fB\-t\fR" 5 .IX Item "--list or -l or -t" Lists the signatures found in the specified file. .IP "\fB\-\-sign=type\fR" 5 .IX Item "--sign=type" Creates a new signature of the type specified in the given file. The signature will be created using the default key for your \s-1GPG\s0 keyring. See \*(L"\s-1SIGNATURE TYPES\*(R"\s0 below for possible values of the \f(CW\*(C`type\*(C'\fR field. .IP "\fB\-\-default\-key=keyID\fR" 5 .IX Item "--default-key=keyID" Uses a key other than the default for signing the package. .IP "\fB\-\-secret\-keyring=file\fR or \fB\-K file\fR" 5 .IX Item "--secret-keyring=file or -K file" Uses a keyring other than the default for signing the package. This option is passed along to \s-1GPG\s0 verbatim; see the discussion in the \fBgpg\fR\|(1) manpage for information on how to specify the keyring file. .IP "\fB\-v\fR" 5 .IX Item "-v" Displays verbose output. .IP "\fB\-\-verify\fR or \fB\-\-check\fR or \fB\-c\fR" 5 .IX Item "--verify or --check or -c" Invokes debsig-verify to check the validity of the signature on this package. .IP "\fB\-\-delete=type\fR" 5 .IX Item "--delete=type" Deletes the signature of the specified type from the package. .SH "SIGNATURE TYPES" .IX Header "SIGNATURE TYPES" A Debian package may carry different types of signatures. The most commonly-used ones are: .IP "\(bu" 4 \&\f(CW\*(C`origin\*(C'\fR .Sp The official signature of the organization which distributes the package, usually the Debian Project or a GNU/Linux distribution derived from it. This signature may be added automatically. .IP "\(bu" 4 \&\f(CW\*(C`maint\*(C'\fR .Sp The signature of the maintainer of the Debian package. This signature should be added by the maintainer before uploading the package. .IP "\(bu" 4 \&\f(CW\*(C`archive\*(C'\fR .Sp An automatically-added signature renewed periodically to ensure that a package downloaded from an online archive is indeed the latest version distributed by the organization. .PP See the \fI/usr/share/doc/debsigs/signing\-policy.txt\fR file for more information and rationale for the different signature types. .SH "FUTURE DIRECTIONS" .IX Header "FUTURE DIRECTIONS" It would be nice to have a command-line option to change the command used for signing, instead of hard-coding \*(L"gpg\*(R". .SH "AUTHOR" .IX Header "AUTHOR" John Goerzen .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBdebsig\-verify\fR\|(1), \fBgpg\fR\|(1)