Provided by:
debhelper_7.0.13ubuntu1_all 
NOMBRE
dh_installinfo - instala y registra ficheros info
SINOPSIS
dh_installinfo [opciones debhelper] [-A] [-n] [fichero ...]
DESCRIPCION
dh_installinfo es un programa de debhelper responsable de instalar los
ficheros info y de registrar los ficheros que instala con install-info.
Note that install-info determines some information about the info files
by parsing them, in particular, it looks at the INFO-DIR-SECTION line
to determine what section the info file belongs in.
Cualquier fichero especificado como parametro se instalara en el primer
paquete sobre el que actue dh_installinfo. Por omision, este es el
primer paquete binario en debian/control, pero si usar las opciones -p,
-i, o -a, sera el primer paquete listado en esas opciones.
Ficheros llamados debian/paquete.info pueden listar otros ficheros a
instalar.
dh_installinfo will automatically generate the postinst and prerm
commands needed to interface with install-info, updating the info dir.
These commands are inserted into the maintainer scripts by
dh_installdeb. See dh_installdeb(1) for an explanation of how this
works.
OPCIONES
-A, --all
Instala todos los ficheros especificados en los parametros de la
linea de ordenes en TODOS los paquetes sobre los que actue.
-n, --noscripts
No modifica los scripts de postinst/prerm.
fichero ...
Instala estos ficheros info en el primer paquete sobre el que
actue. (O en todos los paquete si se especifica -A).
NOTAS
Note that this command is not idempotent. dh_prep(1) should be called
between invocations of this command. Otherwise, it may cause multiple
instances of the same text to be added to maintainer scripts.
VEASE ADEMAS
debhelper(7)
Este programa es parte de debhelper.
AUTOR
Joey Hess <joeyh@debian.org>
TRADUCTOR
Traduccion de Ruben Porras Campo <debian-l10n-spanish@lists.debian.org>