Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dh_python2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pyremove files
~~~~~~~~~~~~~~
If you want to remove some public modules (i.e. files in .../dist-packages/
directory) installed by build system (from all supported Python versions or
only from a subset of these versions), add them to debian/pkg.pyremove file.
only from a subset of these versions), add them to debian/{pkg-name}.pyremove file.

Examples:
* ``*.pth`` removes .pth files from .../dist-packages/
Expand Down
2 changes: 1 addition & 1 deletion dh_python3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pyremove files
~~~~~~~~~~~~~~
If you want to remove some public modules (i.e. files in .../dist-packages/
directory) installed by build system (from all supported Python versions or
only from a subset of these versions), add them to debian/pkg.pyremove file.
only from a subset of these versions), add them to debian/{pkg-name}.pyremove file.

Examples:
* ``*.pth`` removes .pth files from .../dist-packages/
Expand Down