[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#251830: marked as done ([INTL:es] dpkg-divert(8) updated)



Your message dated Wed, 02 Jun 2004 14:47:05 -0400
with message-id <E1BValV-0001Cl-00@newraff.debian.org>
and subject line Bug#251830: fixed in dpkg 1.10.22
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 31 May 2004 08:12:47 +0000
>From nahoo82@telefonica.net Mon May 31 01:12:47 2004
Return-path: <nahoo82@telefonica.net>
Received: from 62-43-21-19.user.ono.com (nahoo) [62.43.21.19] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BUhuY-0002r3-00; Mon, 31 May 2004 01:12:47 -0700
Received: from bennett by nahoo with local (Exim 4.34)
	id 1BUhuW-0001tg-Iw; Mon, 31 May 2004 10:12:44 +0200
Content-Type: multipart/mixed; boundary="===============1345140348=="
MIME-Version: 1.0
From: Ruben Porras <nahoo82@telefonica.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: [INTL:es] dpkg-divert(8) updated
X-Mailer: reportbug 2.61
Date: Mon, 31 May 2004 10:12:43 +0200
Message-Id: <E1BUhuW-0001tg-Iw@nahoo>
Sender: <bennett@nahoo>
X-BadReturnPath: bennett@nahoo rewritten as nahoo82@telefonica.net
  using "From" header
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-1.0 required=4.0 tests=FROM_ENDS_IN_NUMS,HAS_PACKAGE,
	UNWANTED_LANGUAGE_BODY autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1345140348==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: dpkg
Version: 1.10.21
Severity: wishlist
Tags: patch l10n

Spanish dpkg-divert(8) updated

--===============1345140348==
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/troff; charset="iso-8859-1"
Content-Disposition: attachment; filename="dpkg-divert.8"

.\" Esta traducción ha sido realizada Rudy Godoy 
.\" Basado en la versión 1.2 del CVS de
.\" /cvs/debian-doc/manpages/english/dpkg/dpkg-divert.8

.TH DPKG-DIVERT 8 "Diciembre de 1999" "Proyecto Debian" "herramientas dpkg"
.SH NOMBRE
dpkg-divert -- redefine la versión de paquete de un archivo
.SH SINOPSIS
.B dpkg-divert
[opciones] [--add]
.I <fichero>
.br
.B dpkg-divert
[opciones] --remove
.I <fichero>
.br
.B dpkg-divert
[opciones]
--list
.I <patrón-global>
.B dpkg-divert
[opciones] --truename
.I <fichero>
.br
.SH DESCRIPCIÓN
La `redirección' de archivos es una forma de forzar a dpkg para no instalar un
archivo en su ubicación, sino en una ubicación `redirigida'. Las redirecciones
se pueden usar a través de los scripts en los paquetes Debian para mover
un archivo cuando causa conflicto. Los administradores de sistema pueden
usarlo también para redefinir algún archivo de configuración de paquete, o
cuando algunos archivos (que no están marcados como 'conffiles') deben ser
preservados por dpkg, si se instala una nueva versión del paquete que contiene
estos archivos.
.sp
.B dpkg-divert
es la herramienta usada para definir y actualizar la lista de 'redirecciones'.
Funciona en tres modos básicos - añadir, eliminar y listar redireciones.
Las opciones son --add, --remove, y --list, respectivamente. Adicionalmente,
puede imprimir el nombre real de un archivo redirigido. Pueden
especificarse otras opciones (listadas a continuación).
.SH OPCIONES
.TP
.I --admindir <directorio>
Define el directorio de datos de dpkg a <directorio> (por omisión: /var/lib/dpkg).
.TP
.I --divert <redirigir-a>
<redirigir-a> es el nombre usado por las otras versiones del paquete.
.TP
.I --help
Imprime la versión e instrucciones de uso breves, y finaliza normalmente.
.TP
.I --local
Especifica que todas las versiones del paquete son redirigidas.
.TP
.I --package <paquete>
<paquete> es el nombre de un paquete cuya copia de <fichero> no se redigirá.
.TP
.I --quiet
Modo silencioso, esto es: sin información detallada.
.TP
.I --rename
Mueve el archivo a un lado (o atrás). dpkg-divert abortará la operación en
caso de que el archivo destino ya exista.
.TP
.I --test
Modo de prueba, esto es: no realiza ningún cambio, solo muestra su ejecución.
.TP
.I --version
Imprime el nombre del programa y su versión, y finaliza correctamente.
.SH NOTAS
Cuando se añade, por omisión se usa --local y --divert <original>.distrib.
Cuando se elimina, --package o --local y --divert deben coincidir si se
especifican.

Los directorios no pueden ser redirigidos con dpkg-divert.

Debe de tenerse cuidado cuando se redireccionen bibliotecas compartidas,
ldconfig (8) crea un enlace simbólico basado en el campo DT_SONAME empotrado en
la biblioteca. Ya que ldconfig no hace caso de las redirecciones (sólo dpkg lo
hace), si una biblioteca redirigida tiene el mismo SONAME que la que no está
redirigida, es posible que el enlace simbólico acabe apuntando a la biblioteca
redirigida.
.SH ARCHIVOS
.TP
.I /var/lib/dpkg/diversions
Archivo que contiene la lista actual de redirecciones del sistema. Esta
ubicado en el directorio de administración de dpkg, así como otros archivos
importantes para dpkg, como `status' o `available'.
.br
Nota: dpkg-divert preserva la copia antigua de este archivo, colocando la
extensión "-old", antes de reemplazarlo con uno nuevo.
.SH VEA TAMBIÉN
.BR dpkg (8).
.sp
Por favor, lea el Debian Packaging Manual, sección 11., "Diversions -
overriding a package's version of a file" para mayor información.
.SH AUTOR
Copyright (C) 1995 Ian Jackson.

La traducción de esta página de manual fue realizada por
Rudy Godoy <rudy@kernel-panik.org> y revisada por Rubén Porras
<nahoo@inicia.es>
.sp
Esto es software libre; véa la versión 2 o posterior de la Licencia Pública
General GNU para condiciones de copia.  NO hay ninguna garantía.

--===============1345140348==--

---------------------------------------
Received: (at 251830-close) by bugs.debian.org; 2 Jun 2004 18:53:50 +0000
>From katie@ftp-master.debian.org Wed Jun 02 11:53:50 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BVas2-0007k4-00; Wed, 02 Jun 2004 11:53:50 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BValV-0001Cl-00; Wed, 02 Jun 2004 14:47:05 -0400
From: Scott James Remnant <scott@netsplit.com>
To: 251830-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#251830: fixed in dpkg 1.10.22
Message-Id: <E1BValV-0001Cl-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Wed, 02 Jun 2004 14:47:05 -0400
Delivered-To: 251830-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 59

Source: dpkg
Source-Version: 1.10.22

We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:

dpkg-dev_1.10.22_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.10.22_all.deb
dpkg-doc_1.10.22_all.deb
  to pool/main/d/dpkg/dpkg-doc_1.10.22_all.deb
dpkg_1.10.22.dsc
  to pool/main/d/dpkg/dpkg_1.10.22.dsc
dpkg_1.10.22.tar.gz
  to pool/main/d/dpkg/dpkg_1.10.22.tar.gz
dpkg_1.10.22_i386.deb
  to pool/main/d/dpkg/dpkg_1.10.22_i386.deb
dselect_1.10.22_i386.deb
  to pool/main/d/dpkg/dselect_1.10.22_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 251830@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott James Remnant <scott@netsplit.com> (supplier of updated dpkg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  1 Jun 2004 18:21:40 -0300
Source: dpkg
Binary: dpkg-doc dpkg dselect dpkg-dev dpkg-static
Architecture: source all i386
Version: 1.10.22
Distribution: unstable
Urgency: low
Maintainer: Dpkg Development <debian-dpkg@lists.debian.org>
Changed-By: Scott James Remnant <scott@netsplit.com>
Description: 
 dpkg       - Package maintenance system for Debian
 dpkg-dev   - Package building tools for Debian
 dpkg-doc   - Dpkg Internals Documentation
 dselect    - a user tool to manage Debian packages
Closes: 41554 81355 85079 85815 85818 96881 114946 120562 122910 133640 137719 140695 154422 175897 179648 192812 202997 204691 206163 211850 211856 212284 216695 217042 217823 218060 219623 221235 226800 226931 227169 229766 230242 230751 232317 232445 232639 232831 233282 235773 236331 237734 238483 241938 244624 245994 246103 246158 246159 246160 246161 246162 246163 246164 246359 246595 246857 247086 247116 248483 249254 249454 250176 250281 251830
Changes: 
 dpkg (1.10.22) unstable; urgency=low
 .
   The DebConf4 Release.
 .
   This release is mostly intended to mop up the minor and trivial bug
   fixes in the list and clear out the documentation changes.  As such,
   it should be treated with even more suspicion than is normal.
 .
   * Use colouring to break cycles earlier to avoid long loops whilst
     installing or configuring packages.  Closes: #232445, #246857.
   * Don't try to configure packages that disappeared in the same
     run.  Closes: #202997.
   * Fix segfault when "gcc -dumpmachine" returns a non-matching triplet.
     Closes: #211850.
   * Remove restriction that package names be at least two characters long.
     Closes: #237734.
   * Fix dpkg-source (actually controllib.pl) to output the field name
     properly again.  Closes: #226931, #246595.
   * Make dpkg-scanpackages output Origin and Bugs fields with proper
     casing.  Closes: #154422.
   * Add support for DOS line-endings to md5sum.  Closes: #246103.
   * Fix start-stop-daemon segfault on Hurd.  Closes: #133640.
   * Allow dpkg-shlibdeps to run as non-root users.  Closes: #96881.
   * Correct various compiler warnings.  Closes: #229766.
 .
   * Architecture Support:
     - Added x86-64 (x86_64 / amd64).  Closes: #238483, #241938.
     - Added i?86-gnu (Hurd).  Closes: #216695, #236331.
     - Added i386-kfreebsd-gnu and i386-knetbsd-gnu.  Closes: #250176.
   * Packaging:
     - Create $(docdir) even when --without-sgml-doc is passed so the
       ChangeLog can be installed.  Closes: #137719.
     - Stop hardcoding the list of manual page languages in debian/rules,
       so we include Spanish, Russian and Brazilian Portugese.  Closes: #245994.
     - Quote LDFLAGS in debian/rules to allow multiple options.
       Closes: #230242.
   * Documentation:
     - Move dpkg-scanpackages and dpkg-scansources to section 1 as they
       are user tools.  Closes: #114946.
     - Correct hyphen characters in manpages.  Closes: #212284, #247086, #226800.
     - Remove obsolete references to the Debian Packaging Manual.
       Closes: #122910, #140695.
     - Correct 'n' and 'p' key descriptions in dselect help message.
       Closes: #120562.
     - Add --force-bad-verify to dpkg manpage.  Closes: #192812.
     - Correct dpkg manpage to refer to --force-remove-reinstreq instead of
       -non-existant --force-reinstreq option.  Closes: #232831.
     - Correct documentation of --compare-versions arguments.  Closes: #232317.
     - Correct usage of "et al" to "et al.".  Closes: #230751.
     - Add dpkg-reconfigure(8) to SEE ALSO section of dpkg(8).  Closes: #233282.
     - Suggest packages that provide additional functionality in the dpkg
       manpage.  Closes: #81355.
     - Suggest dselect update in description of dpkg --update-avail.
       Closes: #206163.
     - Suggest aptitude as well as dselect.  Closes: #217042.
     - Suggest fakeroot for dpkg-source -r.  Closes: #175897.
     - Correct documentation of start-stop-daemon.  Closes: #41554, #211856.
     - Correct documentation of start-stop-daemon manpage to refer to --retry
       alongside --stop.  Closes: #204691.
     - Add note that start-stop-daemon will chdir("/") unless -d is specified.
       Closes: #217823, #218060.
     - Correct documentation of dpkg-query --list.  Closes: #232639.
     - Correct invalid use of &quot; within update-alternatives(8) with .BR.
       Closes: #244624.
     - Rewrite description of dpkg-source -i to indicate the intent of the
       default setting rather than the exact exclusions.  Closes: #227169.
     - Correct documentation of dpkg-statoverride --update.  Closes: #85079.
     - Correct documentation of update-alternatives --install.  Closes: #179648.
     - Documented dpkg:Version and dpkg:UpstreamVersion substvars.
       Closes: #85815, #85818.
     - Fix spelling error in utils/md5sum.1.  Closes: #250281.
     - Replace "&c." with the slightly clearer "etc.".  Closes: #235773.
     - Correct various typos.  Closes: #219623, #221235.
   * Updated Translations:
     - Catalan (Jordi Mallach).
     - French (Christian Perrier).  Closes: #246359.
     - Italian (Lele Gaifax).
     - Japanese manpages (KISE Hiroshi).  Closes: #248483.
     - Russian (Nikolai Prokoschenko).  Closes: #249254.
     - Spanish manpages (Ruben Porras).  Closes: #246158, #246159, #246160,
       #246161, #246162, #246163, #251830.
   * New Translations:
     - German start-stop-daemon and update-alternatives manpages
       (Helge Kreutzmann).  Closes: #247116, #249454.
     - Spanish dpkg-scansources manpage (Ruben Porras).  Closes: #246164.
Files: 
 30f042fc1f3db3d9143438f4e2306149 798 base required dpkg_1.10.22.dsc
 2fc62cd054f1be7d1f8cb8073262a120 1714586 base required dpkg_1.10.22.tar.gz
 4bc9129933db0c7b0785a489c97731dc 1276700 base required dpkg_1.10.22_i386.deb
 e0475bfa90adb09db43e61eda465c362 119716 base required dselect_1.10.22_i386.deb
 0d64ddb21e386e1b126e5aaa2e9706c4 166218 utils standard dpkg-dev_1.10.22_all.deb
 acccec3738feda8e1ff7ad3fe7db005c 10616 doc optional dpkg-doc_1.10.22_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAvPQ3IexP3IStZ2wRAuqZAJ4mE9ylYoJBuLl0YV6SVGo71zTBRACgqqy9
0KbAumIvcM1r4tuxlS3RWPE=
=VO/U
-----END PGP SIGNATURE-----



Reply to: