From: joey Date: Fri, 16 Jan 2004 17:43:20 +0000 (+0000) Subject: r1641: * dh_gconf: Fix man page typos, thanks Ruben Porras. Closes: #228076 X-Git-Tag: version_4.1.86^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=34439b97ac9a0581e1273af3a3125cad6d6bfc6f;p=debhelper.git r1641: * dh_gconf: Fix man page typos, thanks Ruben Porras. Closes: #228076 * dh_gconf: Spanish man page from Ruben Porras. Closes: #228075 --- diff --git a/dh_gconf b/dh_gconf index 90ee14c..2ca325d 100755 --- a/dh_gconf +++ b/dh_gconf @@ -18,7 +18,7 @@ B [S>] [B<-p>] dh_gconf is a debhelper program that is responsible for registering GConf schemas. -It automatically generates the postinst and prerm sragments needed +It automatically generates the postinst and prerm fragments needed to register and unregister the schemas in etc/gconf/schemas. These fragements will use gconftool-2, so the package should depend on gconf2. This rogram will add an apprioriate dependency to ${misc:Depends}. @@ -43,7 +43,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { =head1 SEE ALSO -L +L This program is a part of debhelper. diff --git a/man/es/dh_gconf.pod b/man/es/dh_gconf.pod new file mode 100644 index 0000000..46bacb8 --- /dev/null +++ b/man/es/dh_gconf.pod @@ -0,0 +1,43 @@ +# (c) 2003 Software in the Public Interest +# Esta traducción ha sido realizada por Rubén Porras +# Está basada en la página de manual original: +# versión 4.1.84 de debhelper + +=head1 NOMBRE + +dh_gconf - genera scripts para registrar esquemas de GConf + +=cut + +=head1 SINOPSIS + +B [S>] [B<-p>] + +=head1 DESCRIPCIÓN + +dh_gconf es un programa de debhelper que registra esquemas de GConf. + +Genera automáticamente los fragmentos en los scripts de postinst y prerm +necesarios para registrar y des-registrar los esquemas en +etc/gconf/schemas. Estos fragmentos usarán gconftool-2, así que el paquete +deberá depender de gconf2. Este programa añadirá una dependencia a +${misc:Depends}. + +=cut + +=head1 VÉASE TAMBIÉN + +L + +Este programa es parte de debhelper. + +=head1 AUTOR + +Ross Burton + +=head1 TRADUCTOR + +Traducción de Rubén Porras Campo + + +=cut \ No newline at end of file