Skip to content
Snippets Groups Projects
Commit d784e641 authored by Scott Kitterman's avatar Scott Kitterman
Browse files

Fix dh_python2 examples to refer to dh_python2 and not dh_python.

parent 971f17ed
No related branches found
No related tags found
No related merge requests found
......@@ -52,9 +52,9 @@ PUBLIC_DIR_RE = re.compile(r'.*?/usr/lib/python(\d.\d+)/(site|dist)-packages')
"""TODO: move it to manpage
Examples:
dh_python
dh_python -V 2.4- # public files only, Python >= 2.4
dh_python -p python-foo -X 'bar.*' /usr/lib/baz/ # private files in
dh_python2
dh_python2 -V 2.4- # public files only, Python >= 2.4
dh_python2 -p python-foo -X 'bar.*' /usr/lib/baz/ # private files in
python-foo package
"""
......
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