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

« back to all changes in this revision

Viewing changes to docs/man/dcut.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:
140
140
Maintainer and the action to perform as argument.
141
141
 
142
142
Note, dcut will not perform any validation for conflicting arguments within
143
 
*--alow* and *--deny* below. This handling is left to the archive software,
144
 
which is currently processing *--alow* before *--deny* as an implementation
 
143
*--allow* and *--deny* below. This handling is left to the archive software,
 
144
which is currently processing *--allow* before *--deny* as an implementation
145
145
detail.
146
146
 
147
147
OPTIONS
151
151
 
152
152
Any searchable, unique identity to identify an existing Debian Maintainer. This
153
153
can be a (full) name an e-mail address or a GnuPG fingerprint of any existing
154
 
Debian Maintainer. Note, the identity must be known the the DM keyring. This
 
154
Debian Maintainer. Note, the identity must be known in the DM keyring. This
155
155
command validates the supplied argument and makes sure the identity hint
156
156
supplied matches a *single* DM only.
157
157