diff --git a/dh_python2.rst b/dh_python2.rst index 2b29f41..4b96a9b 100644 --- a/dh_python2.rst +++ b/dh_python2.rst @@ -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/ diff --git a/dh_python3.rst b/dh_python3.rst index 368efc6..5218441 100644 --- a/dh_python3.rst +++ b/dh_python3.rst @@ -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/