~ubuntu-branches/ubuntu/trusty/dput-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/man/dput.1.man

  • Committer: Package Import Robot
  • Author(s): Paul Tagliamonte, Arno Töll, Ansgar Burchardt, Paul Tagliamonte
  • Date: 2012-12-04 09:19:39 UTC
  • Revision ID: package-import@ubuntu.com-20121204091939-u99bdiu23jevgxn5
Tags: 1.1
* The "monday afternoon's a rather awkward day to get so drunk" release

[ Arno Töll ]
* Clarify copyight for dput/changes.py: It's MIT, not GPL
* Install dput.cf(5) to the correct man page directory.
* Fix a bunch of grammar and Python styling issues - thanks to Jakub Wilk
  for the pointers.
* Fix "FTBFS: a2x call -> missing build dependency on docbook-xsl" add
  docbook-xsl to the build dependencies. Thanks gregoa for spotting it and
  providing a fix (Closes: #694983)

[ Ansgar Burchardt ]
* debian/control: Add Vcs-{Browser,Git} fields.
* debian/control: Conflicts: dput instead of Breaks.
* debian/control: Don't use hyphens in the package description.

[ Paul Tagliamonte ]
* debian/copyright: move to DEP5.
* debian/control: remove senseless multiarch tags
* debian/control: add Homepage
* debian/control: since we conflict with dput-old, mark this as priority
  extra.
* other random pythonic fixes pointed out by Jakub.
   + pep8'd `klass' to `cls'
   + clean the .coverage file
   + remove the except:\n\tpass

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
*-D, --dinstall*::
47
47
        Ignored silently for compatibility with old-style dput command lines.
48
 
    Please use a post-upload hook or similar to reproduce this functionality.
 
48
        Please use a post-upload hook or similar to reproduce this functionality.
49
49
 
50
50
*-e, --delayed*=DAYS::
51
51
        Upload to the delayed queue, instead of the usual incoming directory.
52
 
        This option takes an argument from 0 to 15 correspinding to the respective
 
52
        This option takes an argument from 0 to 15 corresponding to the respective
53
53
        DELAYED queue.
54
54
 
55
55
*-F, --full-upload-log*'
62
62
*-l, --lintian*::
63
63
        Run Lintian before uploading the package. Note, this option is deprecated.
64
64
        Profile targets have the ability to properly handle invoking lintian
65
 
    before pushing it to the remote host, such as the *run_lintian* key.
 
65
        before pushing it to the remote host, such as the *run_lintian* key.
66
66
 
67
67
*-o, --check-only*::
68
68
        Only run pre-upload checks for the package, do not actually upload. This
69
 
    is useful to help in testing new checks, or verifying the profile will
70
 
    work as expected.
 
69
        is useful to help in testing new checks, or verifying the profile will
 
70
        work as expected.
71
71
 
72
72
*-P, --passive*::
73
73
        Force FTP passive mode when uploading the package through FTP.
76
76
*-s, --simulate*::
77
77
        Simulate the upload only. This runs all pre-upload checks, initializes
78
78
        the upload handler but does not actually push any files to the remote
79
 
    host.
 
79
        host.
80
80
 
81
81
*-U, --no-upload-log*::
82
82
        Do not write a .upload log file after uploading.
83
83
 
84
84
*-u, --unchecked*::
85
85
        Do not check GnuPG signature. You may also set this in your profile with
86
 
    the *allow_unsigned_uploads* key.
 
86
        the *allow_unsigned_uploads* key.
87
87
 
88
88
*-v, --version*::
89
89
        Ignored silently for compatibility with old-style dput command lines.
95
95
        Target host to upload a package. This refers to any existing upload site,
96
96
        which either can be a section in old-style *dput.cf* files, or
97
97
        alternatively any profile in a read *dput.d* directory.
98
 
        If *HOST* was not supplied, the (first) profile having the the
 
98
        If *HOST* was not supplied, the (first) profile having the
99
99
        +default_host_main+ flag set to a non-empty string will be selected.
100
 
    If neither, 'HOST' was present, nor any profile setting the upload host,
101
 
    dput-ng scans for a profile called 'ftp-master' which will be used on a
102
 
    successful look-up.
 
100
        If neither, 'HOST' was present, nor any profile setting the upload host,
 
101
        dput-ng scans for a profile called 'ftp-master' which will be used on a
 
102
        successful look-up.
103
103
 
104
104
*CHANGES-FILE*::
105
105
        A Debian +package.changes+ file
122
122
EXIT STATUS
123
123
-----------
124
124
*0*::
125
 
    Success
 
125
        Success
126
126
 
127
127
*1*::
128
 
    A runtime check returned an error
 
128
        A runtime check returned an error
129
129
 
130
130
*2*::
131
 
    An internal error was detected, for example while loading configuration
132
 
    files
 
131
        An internal error was detected, for example while loading configuration
 
132
        files
133
133
 
134
134
*3*::
135
135
        An upload error was detected, for example a permission or authentication