~ubuntu-branches/ubuntu/maverick/dput/maverick

« back to all changes in this revision

Viewing changes to dcut.1

  • Committer: Bazaar Package Importer
  • Author(s): Cody A.W. Somerville
  • Date: 2008-12-22 17:16:38 UTC
  • mfrom: (1.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20081222171638-bp3m7gyeejq114ju
Tags: 0.9.2.36ubuntu1
* Merge from debian unstable, remaining changes: (LP: #310754)
  + sftp.py: Support for uploads via sftp transport
  + dput.cf:
    - set 'default_main_host = ubuntu'
    - set 'progress_indicator = 2'
  + dput:
    - Recognize 0ubuntu1 as a debian version that requires
      orig.tar.gz to be included in the upload.
  + debian/control: Added suggests on bzr (as we use the bzrlib.transport)
  + debian/rules: Updated to install sftp.py
  + dput: 
    - Added ability to pass an argument to the host configuration by placing
       a colon after the hostname. The variable with the same name of the host
       will be replaced with the string following the colon. (LP: #196797)
    - Properly check to see if config stanza exists for host. (LP: #196786)
  + dput.cf: Updated ppa stanza to make use of argument support.
  + dput.cf.5: Updated to note support for sftp transport and host args
  + dput.1: Updated to document host argument feature and sftp support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
they process the changes and all files mentioned by it.
42
42
The authorative documentation for the commands interface
43
43
can be found at
44
 
"ftp://ftp-master.debian.org/pub/UploadQueue/README".
 
44
"ftp://ftp.upload.debian.org/pub/UploadQueue/README".
45
45
.P
46
46
The options try to resemble dput's to the extent possible.
47
47
.P
148
148
.BR dput (1),
149
149
.BR dput.cf (5)
150
150
.br
151
 
ftp://ftp-master.debian.org/pub/UploadQueue/README
 
151
ftp://ftp.upload.debian.org/pub/UploadQueue/README
152
152
 
153
153
.SH AUTHOR
154
154
Thomas Viehmann <tv@beamnet.de>