1DEBRSIGN(1)                 General Commands Manual                DEBRSIGN(1)
2
3
4

NAME

6       debrsign - remotely sign a Debian .changes and .dsc file pair using SSH
7

SYNOPSIS

9       debrsign [options] [user@]remotehost [changes-file|dsc-file]
10

DESCRIPTION

12       debrsign  takes  either  an  unsigned .dsc file or an unsigned .changes
13       file and the associated unsigned .dsc  file  (found  by  replacing  the
14       architecture  name  and .changes by .dsc) if it appears in the .changes
15       file and signs them by copying them to the remote machine using  ssh(1)
16       and  remotely  running  debsign(1)  on  that  machine.  All options not
17       listed below are passed to the debsign program on the remote machine.
18
19       If a .changes or .dsc file  is  specified,  it  is  signed,  otherwise,
20       debian/changelog  is  parsed to determine the name of the .changes file
21       to look for in the parent directory.
22
23       This utility is useful if a developer  must  build  a  package  on  one
24       machine where it is unsafe to sign it; they need then only transfer the
25       small .dsc and .changes files to a safe machine and then use  the  deb‐
26       sign  program to sign them before transferring them back.  This program
27       automates this process.
28
29       To do it the other way round, that is to connect to an  unsafe  machine
30       to  download the .dsc and .changes files, to sign them locally and then
31       to transfer them back, see the debsign(1) program, which  can  do  this
32       task.
33

OPTIONS

35       -S     Look  for  a source-only .changes file instead of a binary-build
36              .changes file.
37
38       -adebian-architecture, -tGNU-system-type
39              See dpkg-architecture(1) for a  description  of  these  options.
40              They affect the search for the .changes file.  They are provided
41              to mimic the behaviour of dpkg-buildpackage when determining the
42              name of the .changes file.
43
44       --multi
45              Multiarch .changes mode: This signifies that debrsign should use
46              the  most  recent  file  with  the  name  pattern   package_ver‐
47              sion_*+*.changes as the .changes file, allowing for the .changes
48              files produced by dpkg-cross.
49
50       --path remote-path
51              Specify a path to the GPG binary on the remote host.
52
53       --help, --version
54              Show help message and version information respectively.
55
56       Other options
57              All other options  are  passed  on  to  debsign  on  the  remote
58              machine.
59

CONFIGURATION VARIABLES

61       The  two configuration files /etc/devscripts.conf and ~/.devscripts are
62       sourced in that order to set  configuration  variables.   Command  line
63       options  can be used to override configuration file settings.  Environ‐
64       ment variable settings are ignored for  this  purpose.   The  currently
65       recognised variables are:
66
67       DEBRSIGN_PGP_PATH
68              Equivalent to passing --path on the command line (see above.)
69

SEE ALSO

71       debsign(1), dpkg-architecture(1), ssh(1)
72

AUTHOR

74       This program was written by Julian Gilbey <jdg@debian.org> and is copy‐
75       right under the GPL, version 2 or later.
76
77
78
79DEBIAN                         Debian Utilities                    DEBRSIGN(1)
Impressum