Copyright (C) 2000-2012 |
Manpages DEBRSIGNSection: User Commands (1)Updated: Debian Utilities Index Return to Main Contents NAMEdebrsign - remotely sign a Debian changes and dsc file pair using SSHSYNOPSISdebrsign [options] [user@]remotehost [changes-file|dsc-file]DESCRIPTIONdebrsign takes either an unsigned .dsc file or an unsigned .changes file and the associated unsigned .dsc file (found by replacing the architecture name and .changes by .dsc) if it appears in the .changes file and signs them by copying them to the remote machine using ssh(1) and remotely running debsign(1) on that machine. All options not listed below are passed to the debsign program on the remote machine.If a .changes or .dsc file is specified, it is signed, otherwise, debian/changelog is parsed to determine the name of the .changes file to look for in the parent directory. This utility is useful if a developer must build a package on one machine where it is unsafe to sign it; they need then only transfer the small .dsc and .changes files to a safe machine and then use the debsign program to sign them before transferring them back. This program automates this process. OPTIONS
SEE ALSOdebsign(1), dpkg-architecture(1) and ssh(1).AUTHORThis program was written by Julian Gilbey <jdg@debian.org> and is copyright under the GPL, version 2 or later.
IndexThis document was created by man2html, using the manual pages. Time: 07:30:58 GMT, November 14, 2024 |