]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1745: * Update Spanish translation of dh_clean man page. Closes: #303052
authorjoey <joey>
Sat, 9 Apr 2005 21:25:06 +0000 (21:25 +0000)
committerjoey <joey>
Sat, 9 Apr 2005 21:25:06 +0000 (21:25 +0000)
debian/changelog
debian/copyright
dh_installdebconf
man/es/dh_clean.pod

index 3fc9669e68876fb13c8159b1edaa21a238c92b0b..e93b37afbf3d21fc4a1dca52cae0a9b117e1de42 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (4.2.33) UNRELEASED; urgency=low
+
+  * Update Spanish translation of dh_clean man page. Closes: #303052
+
+ -- Joey Hess <joeyh@debian.org>  Sat,  9 Apr 2005 17:27:12 -0400
+
 debhelper (4.2.32) unstable; urgency=low
 
   * Patch from Fabio Tranchitella to add support for #DEBHELPER# substitutions
index 82d9a08ebe6b91ef3e7c44e9b7c8cca5e1ce75cb..84a3272ae8f71c5d6ac05a991fe34f102a1173cf 100644 (file)
@@ -1,4 +1,4 @@
-Debhelper is written by and copyright 1997-2004 Joey Hess <joeyh@debian.org>.
+Debhelper is written by and copyright 1997-2005 Joey Hess <joeyh@debian.org>.
 
 Increasingly miniscule parts of the code (and certainly my inspiration for the
 whole thing) came from debmake, by Christoph Lameter <clameter@debian.org>.
index 8577214495fdc4bcd169c66cd5f09851045645ac..015e3e5fc1c9bf02cc9589c146091364180ed4fa 100755 (executable)
@@ -24,11 +24,11 @@ that works.
 
 Files named debian/package.config and debian/package.templates are
 installed into the DEBIAN directory in the package build directory.
-If a file named debian/package.script.debhelper exists, the contents
+If a file named debian/package.config.debhelper exists, the contents
 of that file are merged into the config script as follows: If the script 
 exists, then anywhere in it that "#DEBHELPER#" appears, the text of the 
 .debhelper file is inserted. If the script does not exist, then a script 
-is generated from the .debhelper file. The .debhelper filesmay be created 
+is generated from the .debhelper file. The .debhelper files may be created 
 by other debhelper programs, and are shell script fragments.
 
 Note that if you use debconf, your package probably needs to depend on it
index c91f7873b8bf7232cbf8a7b55341763b0983472b..56a946239e81654d1821b3941898bb8c97bef504 100644 (file)
@@ -14,11 +14,11 @@ B<dh_clean> [S<I<debhelper opciones>>] [B<-k>] [B<-d>] [B<-X>I<elemento>] [S<I<f
 
 =head1 DESCRIPCIÓN
 
-dh_clean es un programa de debhelper responsable limpiar después de que el
-paquete sea construido. Elimina los directorios de construcción del paquete, y
-otros ficheros incluyendo debian/files, y toda la basura que han ido dejando
-otras órdenes de debhelper. También elimina ficheros comunes que no deben
-aparecer en un diff de Debian:
+dh_clean es un programa de debhelper responsable de limpiar ficheros y
+directorios temporales después de construir el paquete. Elimina los directorios
+de construcción del paquete, y otros ficheros incluyendo debian/files, y todos
+los ficheros auxiliares que han ido dejando otras órdenes de debhelper. También
+elimina ficheros comunes que no deberían aparecer en un diff de Debian:
   #*# *~ DEADJOE *.orig *.rej *.SUMS TAGS core .deps/* *.P
 
 =head1 OPCIONES
@@ -27,12 +27,12 @@ aparecer en un diff de Debian:
 
 =item B<-k>, B<--keep>
 
-No elimina debian/files. Cuando quiere usar esto? Cunado un debian/rules tenga
-dos objetivos binarios que construyen paquetes .deb diferentes; por ejemplo, un
-objetivo es binary-arch, y el otro es binary-indep, o un objetivo construye una
-biblioteca compartida, y el otro un paquete -dev. Si en estos casos no usa -k,
-se eliminará debian/files en el medio, y los cambios sólo contendrán los del
-último paquete binario construido.
+No elimina debian/files. ¿Cuándo usaría esta opción? Cuando un debian/rules
+tenga dos objetivos binarios que construyen paquetes .deb diferentes; por
+ejemplo, un objetivo es binary-arch, y el otro es binary-indep, o un objetivo
+construye una biblioteca compartida, y el otro un paquete -dev. Si en estos
+casos no usa -k, se eliminará debian/files en el medio, y los cambios sólo
+contendrán los del último paquete binario construido.
 
 =item B<-d>, B<--dirs-only>
 
@@ -63,4 +63,4 @@ Joey Hess <joeyh@debian.org>
 
 =head1 TRADUCTOR
 
-Traducción de Rubén Porras Campo <debian-l10n-spanish@lists.debian.org>
\ No newline at end of file
+Traducción de Rubén Porras Campo <debian-l10n-spanish@lists.debian.org>