pysupport-movemodules(1)
NAME
pysupport-movemodules - move python modules and extensions for pythonsupport
SYNOPSIS
pysupport-movemodules [options] [directory [...]]
DESCRIPTION
The pysupport-movemodules command is part of the python-support bundle.
pysupport-movemodules is an utility to move files in package build
directories to put them in places useful for python-support. It is
meant to be called in the package build process, either by dh_pysupport(1) or as a standalone script.
For each directory passed as an argument, pysupport-movemodules will
search for files in the usr/lib/pythonX.Y/ subdirectories. Files that
are identical for all python versions will be moved to the
usr/share/python-support/ hierarchy, while files that are different
will be moved to the usr/lib/python-support/package/pythonX.Y/ directory tree.
OPTIONS
- -h, --help
- Show summary of options.
- -v, --verbose
- Detail all actions while they are performed.
- -p, --package
- Package name to use for python-support. If no package name is given, pysupport-movemodules will try to obtain it from the arguments.
SEE ALSO
dh_pysupport(1), update-python-modules(8).
AUTHOR
- Josselin Mouette <joss@debian.org>.