Skip to content
Snippets Groups Projects
Commit 554eeae4 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

dh_python2: typo in --help output fixed (thanks to Adam D. Barratt)

parent 125a67d2
No related branches found
No related tags found
No related merge requests found
python-defaults (2.6.5-14) UNRELEASED; urgency=low
* dh_python2: typo in --help output fixed (thanks to Adam D. Barratt)
-- Piotr Ożarowski <piotr@debian.org> Tue, 17 Aug 2010 21:53:47 +0200
python-defaults (2.6.5-13) unstable; urgency=low python-defaults (2.6.5-13) unstable; urgency=low
[ Scott Kitterman ] [ Scott Kitterman ]
......
...@@ -399,7 +399,7 @@ def main(): ...@@ -399,7 +399,7 @@ def main():
dest='skip_private', default=False, dest='skip_private', default=False,
help='don\'t check private directories') help='don\'t check private directories')
parser.add_option('-v', '--verbose', action='store_true', dest='verbose', parser.add_option('-v', '--verbose', action='store_true', dest='verbose',
default=False, help='turn verbose mode one') default=False, help='turn verbose mode on')
# arch=False->arch:all only, arch=True->arch:any only, None->all of them # arch=False->arch:all only, arch=True->arch:any only, None->all of them
parser.add_option('-i', '--indep', action='store_false', parser.add_option('-i', '--indep', action='store_false',
dest='arch', default=None, dest='arch', default=None,
...@@ -416,7 +416,7 @@ def main(): ...@@ -416,7 +416,7 @@ def main():
help='specify list of supported Python versions. ' +\ help='specify list of supported Python versions. ' +\
'See pycompile(1) for examples') 'See pycompile(1) for examples')
parser.add_option('-X', '--exclude', action='append', dest='regexpr', parser.add_option('-X', '--exclude', action='append', dest='regexpr',
help='exclude items that match given REGEXPR. You may use this option' help='exclude items that match given REGEXPR. You may use this option '
'multiple times to build up a list of things to exclude.') 'multiple times to build up a list of things to exclude.')
parser.add_option('--depends', action='append', dest='depends', parser.add_option('--depends', action='append', dest='depends',
help='translate given requirements into Debian dependencies ' help='translate given requirements into Debian dependencies '
......
...@@ -22,7 +22,7 @@ disable guessing dependencies ...@@ -22,7 +22,7 @@ disable guessing dependencies
don't check private directories don't check private directories
.TP .TP
\fB\-v\fR, \fB\-\-verbose\fR \fB\-v\fR, \fB\-\-verbose\fR
turn verbose mode one turn verbose mode on
.TP .TP
\fB\-i\fR, \fB\-\-indep\fR \fB\-i\fR, \fB\-\-indep\fR
act on architecture independent packages act on architecture independent packages
...@@ -45,7 +45,7 @@ pycompile(1) for examples ...@@ -45,7 +45,7 @@ pycompile(1) for examples
.TP .TP
\fB\-X\fR REGEXPR, \fB\-\-exclude\fR=\fIREGEXPR\fR \fB\-X\fR REGEXPR, \fB\-\-exclude\fR=\fIREGEXPR\fR
exclude items that match given REGEXPR. You may use exclude items that match given REGEXPR. You may use
this optionmultiple times to build up a list of things this option multiple times to build up a list of things
to exclude. to exclude.
.TP .TP
\fB\-\-depends\fR=\fIDEPENDS\fR \fB\-\-depends\fR=\fIDEPENDS\fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment