PYSUPPORT-MOVEMODULES(1) PYSUPPORT-MOVEMODULES(1)
NAME
pysupport-movemodules - move python modules and extensions for python-
support
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_pysup
port(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/ direc
tory 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 .
18 Jun 2006 PYSUPPORT-MOVEMODULES(1)
|