Provided by:
debhelper_7.0.13ubuntu1_all 
NOMBRE
dh_installemacsen - registra un paquete an~adido para emacs
SINOPSIS
dh_installemacsen [opciones debhelper] [-n] [--priority=n]
[--flavor=tal]
DESCRIPCION
dh_installemacsen es un programa de debhelper responsable de instalar
ficheros usados por el paquete de Debian emacsen-common en los
directorios de construccion del paquete.
It also automatically generates the postinst and prerm commands needed
to register a package as an emacs add on package. The commands are
added to the maintainer scripts by dh_installdeb. See dh_installdeb(1)
for an explanation of how this works.
Si existe un fichero llamado debian/paquete.emacsen-install, entonces
se instala en usr/lib/emacsen-common/packages/install/paquete en el
directorio de construccion del paquete. De forma similar,
debian/paquete.emacsen-remove se instala en
usr/lib/emacsen-common/packages/remove/paquete. Y
debian/paquete.emacsen-startup se instala en
etc/emacs/site-start.d/50<paquete>.el (por omision).
OPCIONES
-n, --noscripts
No modifica los scripts de postinst/prerm.
--priority=n
Establece el numero de prioridad de un fichero site-start.d. 50 es
el numero predeterminado.
--flavor=tal
Establece el sabor para el cual se instalara el fichero
site-start.d. Por omision es "emacs", las alternativas son "xemacs"
y "emacs20".
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>