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

Bug#246164: marked as done ([INTL:es] new manpage dpkg-scansources(8))



Your message dated Wed, 02 Jun 2004 14:47:05 -0400
with message-id <E1BValV-0001CP-00@newraff.debian.org>
and subject line Bug#246164: 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; 27 Apr 2004 16:08:43 +0000
>From nahoo82@telefonica.net Tue Apr 27 09:08:43 2004
Return-path: <nahoo82@telefonica.net>
Received: from 62-43-14-230.user.ono.com (nahoo) [62.43.14.230] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BIV8U-0004Pq-00; Tue, 27 Apr 2004 09:08:42 -0700
Received: from bennett by nahoo with local (Exim 4.32)
	id 1BIV8P-0002z8-UJ; Tue, 27 Apr 2004 18:08:38 +0200
Content-Type: multipart/mixed; boundary="===============0887369777=="
MIME-Version: 1.0
From: Ruben Porras <nahoo82@telefonica.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: [INTL:es] new manpage dpkg-scansources(8)
X-Mailer: reportbug 2.58
Date: Tue, 27 Apr 2004 18:08:37 +0200
Message-Id: <E1BIV8P-0002z8-UJ@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=-2.0 required=4.0 tests=BAYES_30,FROM_ENDS_IN_NUMS,
	HAS_PACKAGE,UNWANTED_LANGUAGE_BODY autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

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

--===============0887369777==
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

There is a new translation available for the dpkg package.

Thanks.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.5-1-686
Locale: LANG=es_ES@euro, LC_CTYPE=es_ES@euro

Versions of packages dpkg depends on:
ii  dselect                     1.10.21      a user tool to manage Debian packa
ii  libc6                       2.3.2.ds1-12 GNU C Library: Shared libraries an

-- no debconf information

--===============0887369777==
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="iso-8859-1"
Content-Disposition: attachment; filename="dpkg-scansources.8.pod"

# (c) 2003 Software in the Public Interest
# Esta traducción ha sido realizada por Rubén Porras Campo <nahoo@inicia.es>
# y revisada por Santiago Vila <sanvila@unex.es>
# Está basada en la página de manual original:
# versión 1.2 del CVS de
# /cvs/debian-doc/manpages/english/dpkg/dpkg-scansources.8.pod

=head1 NOMBRE

dpkg-scansources - Busca ficheros '.dsc' construye los índices 'Sources'

=head1 SINOPSIS

B<dpkg-scansources> [switch]... I<bindir> [I<fichero-override>
[I<path-prefijo>]] > Sources

=head1 DESCRIPCIÓN

B<dpkg-scansources> busca ficheros F<.dsc> en un árbol de 
directorios I<bindir> dado.
Estos son usados para crear un índice de Sources de Debian, que es
mostrado por la salida estándar.

Si se proporciona un I<fichero-file>, este se usará para fijar prioridades en el
índice resultante y sobreescribir el campo del mantenedor dado en los ficheros
F<.dsc>. Lea L<dpkg-scanpackages> para saber más acerca del formato de este
fichero.  NB: El fichero de override está indexado por paquetes binarios, no por
fuentes, esto crea un pequeño problema.  La implementación actual usa la
prioridad más alta de los paquetes binarios producidos por un fichero F<.dsc>
como la prioridad del paquete con las fuentes, y la entrada de override del
primer paquete listado el fichero F<.dsc> para modificar la información sobre el
mantenedor. Esto puede cambiar en un futuro..

Si se proporciona I<path-prefijo>, se antepondrá al campo del
directorio en el índice de Sources generado.  Normalmente se usará para
hacer que el campo de directorio contenga el path desde el directorio
padre del archivo Debian.

=head1 OPCIONES

=over 4

=item B<--debug>

Activa la depuración.

=item B<--help>

Muestra el modo de uso y termina.

=item B<-n>, B<--no-sort>

No ordenar el índice de fuentes.  Normalmente se ordena por el nombre de
los paquetes fuente.

=item B<-s>, B<--source-override> I<fichero>

Usar I<fichero> como el fichero de override.  Por omisión el nombre del fichero
de override es el mismo que se especificó para el fichero I<.src>.

El fichero de override de las fuentes está en un formato distinto del
fichero de override de los paquetes binarios. Contiene solamente en
dos campos separados por espacios en blanco, el primer campo es el
nombre del paquete fuente y el segundo es la sección. Las líneas en
blanco y de comentarios se descartan. Si un paquete aparece en ambos
ficheros, en el campo sección el fichero override de las fuentes tiene
preferencia.

=item B<--version>

Muestra la versión y termina.

=back

=head1 VEÁSE ADEMÁS

dpkg-scanpackages(8)

=head1 AUTOR

Roderick Schertler <roderick@argon.org>

=head1 TRADUCTOR

Traducción de Rubén Porras Campo <debian-l10n-spanish@lists.debian.org>
--===============0887369777==--

---------------------------------------
Received: (at 246164-close) by bugs.debian.org; 2 Jun 2004 18:53:26 +0000
>From katie@ftp-master.debian.org Wed Jun 02 11:53:26 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 1BVard-0007ZZ-00; Wed, 02 Jun 2004 11:53:26 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BValV-0001CP-00; Wed, 02 Jun 2004 14:47:05 -0400
From: Scott James Remnant <scott@netsplit.com>
To: 246164-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#246164: fixed in dpkg 1.10.22
Message-Id: <E1BValV-0001CP-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Wed, 02 Jun 2004 14:47:05 -0400
Delivered-To: 246164-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: 48

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 246164@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: