Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-defaults
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
python-defaults
Commits
554eeae4
Commit
554eeae4
authored
14 years ago
by
Piotr Ożarowski
Browse files
Options
Downloads
Patches
Plain Diff
dh_python2: typo in --help output fixed (thanks to Adam D. Barratt)
parent
125a67d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
dh_python2
+2
-2
2 additions, 2 deletions
dh_python2
dh_python2.1
+2
-2
2 additions, 2 deletions
dh_python2.1
with
10 additions
and
4 deletions
debian/changelog
+
6
−
0
View file @
554eeae4
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
[ Scott Kitterman ]
...
...
This diff is collapsed.
Click to expand it.
dh_python2
+
2
−
2
View file @
554eeae4
...
...
@@ -399,7 +399,7 @@ def main():
dest
=
'
skip_private
'
,
default
=
False
,
help
=
'
don
\'
t check private directories
'
)
parser
.
add_option
(
'
-v
'
,
'
--verbose
'
,
action
=
'
store_true
'
,
dest
=
'
verbose
'
,
default
=
False
,
help
=
'
turn verbose mode on
e
'
)
default
=
False
,
help
=
'
turn verbose mode on
'
)
# arch=False->arch:all only, arch=True->arch:any only, None->all of them
parser
.
add_option
(
'
-i
'
,
'
--indep
'
,
action
=
'
store_false
'
,
dest
=
'
arch
'
,
default
=
None
,
...
...
@@ -416,7 +416,7 @@ def main():
help
=
'
specify list of supported Python versions.
'
+
\
'
See pycompile(1) for examples
'
)
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.
'
)
parser
.
add_option
(
'
--depends
'
,
action
=
'
append
'
,
dest
=
'
depends
'
,
help
=
'
translate given requirements into Debian dependencies
'
...
...
This diff is collapsed.
Click to expand it.
dh_python2.1
+
2
−
2
View file @
554eeae4
...
...
@@ -22,7 +22,7 @@ disable guessing dependencies
don't check private directories
.TP
\fB\-v\fR, \fB\-\-verbose\fR
turn verbose mode on
e
turn verbose mode on
.TP
\fB\-i\fR, \fB\-\-indep\fR
act on architecture independent packages
...
...
@@ -45,7 +45,7 @@ pycompile(1) for examples
.TP
\fB\-X\fR REGEXPR, \fB\-\-exclude\fR=\fIREGEXPR\fR
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.
.TP
\fB\-\-depends\fR=\fIDEPENDS\fR
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment