NAME
dput.cf - Debian package upload tool configuration fileDESCRIPTION
This manpage gives a brief overview of dput’s configuration file and the available options in it. dput is a tool to upload Debian packages to the archive.FILES AND FORMAT
dput reads, in order, these files: 1./etc/dput.cf
2.~/.dput.cf
3.The file supplied via command line
argument
SUPPORTED KEYS
These keys are supported in dput.cf files. For their meaning refer to .UNSUPPORTED LEGACY KEYS
These keys known and understood to the original dput implementation are not understood by dput-ng: methodThis command is mostly supported. However,
there is no support for the rsync method.
delayed
This key is not supported. Use the
--delayed switch from the command line, or set incoming
to the actual delayed directory if you really rely on this key.
run_dinstall
Not supported. Please submit a post-upload
hook if you’d like to run dinstall.
check_version
Not supported.
progress_indicator
Not supported yet.
scp_compress
SCP compression is enabled by default. This
is, however not configurable currently.
ssh_config_options
Not supported. Please switch to the
sftp method which supports your options from ssh_config(5)
natively.
UNSUPPORTED KEYS
These keys are not supported in old-style configuration files. However, their values are inherited from their new-style defaults. See for details:BUGS
Please send bug reports to the author.FILES
/etc/dput.cfglobal dput configuration file
~/.dput.cf
peruser dput configuration file
AUTHOR
dput was originally written by Christian Kurz. Updated by Thomas Viehmann <[email protected]>. dput-ng does not re-use notable portions of code, but was heavily inspired by its behavior. Much appreciated.SEE ALSO
dput(1),COPYING
Copyright © 2012 dput-ng authors. Free use of this software is granted under the terms of the GNU General Public License (GPL) Version 2 or later.09/03/2023 |