Provided by:
debhelper_7.0.13ubuntu1_all 
NOMBRE
dh_installcatalogs - instala y registra catalogos SGML
SINOPSIS
dh_installcatalogs [opciones debhelper] [-n]
DESCRIPCION
dh_installcatalogs is a debhelper program that installs and registers
SGML catalogs. It complies with the Debian XML/SGML policy.
El fichero debian/paquete.sgmlcatalogs contiene los catalogos a
instalar por paquete. Cada linea en ese fichero debe ser de la forma
"origen destino", donde "origen" indica donde reside el catalogo dentro
del arbol de las fuentes, y "destino" indica el lugar del catalogo
dentro del area de construccion del paquete. "destino" debe empezar
por /usr/share/sgml/.
Los catalogos se registraran en un catalogo principal, en
/etc/sgml/paquete.cat.
This command automatically adds maintainer script snippets for
registering and unregistering the catalogs and "supercatalogs" (unless
-n is used). These snippets are inserted into the maintainer scripts by
dh_installdeb; see dh_installdeb(1) for an explanation of Debhelper
maintainer script snippets.
A dependency on sgml-base will be added to "${misc:Depends}", so be
sure your package uses that variable in debian/control.
OPCIONES
-n, --noscripts
No modifica los scripts de postinst/postrm/prerm.
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)
/usr/share/doc/sgml-base-doc/
AUTOR
Adam Di Carlo <aph@debian.org>
TRADUCTOR
Traduccion de Ruben Porras Campo <debian-l10n-spanish@lists.debian.org>