1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
.TH PYSUPPORT-MOVEMODULES 1 "18 Jun 2006"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
pysupport-movemodules \- move python modules and extensions for python-support
.SH SYNOPSIS
.B pysupport-movemodules
.RI [ options "] [" directory " [...]]"
.SH DESCRIPTION
The
.B pysupport-movemodules
command is part of the
.B python-support
bundle.
.PP
.B pysupport-movemodules
is an utility to move files in package build directories to put them in
places useful for
.BR python-support .
It is meant to be called in the
package build process, either by
.BR dh_pysupport (1)
or as a standalone script.
.PP
For each directory passed as an argument,
.B pysupport-movemodules
will search for files in the
.IR usr/lib/python X . Y /
subdirectories. Files that are identical for all python versions will be
moved to the
.I usr/share/python-support/
hierarchy, while files that are different will be moved to the
.IR usr/lib/python-support/ package /python X . Y /
directory tree.
.SH OPTIONS
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-v, \-\-verbose
Detail all actions while they are performed.
.TP
.B \-p, \-\-package
Package name to use for python-support. If no package name is given,
.B pysupport-movemodules
will try to obtain it from the arguments.
.SH SEE ALSO
.BR dh_pysupport (1),
.BR update-python-modules (8).
.SH AUTHOR
Josselin Mouette <joss@debian.org>.
|