Your message dated Thu, 04 May 2006 04:47:17 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#61640: fixed in dpkg 1.13.19
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)

--- Begin Message ---
Package: dpkg
Version: 1.6.11
Severity: normal


It says in the install-info info page that --info-file is equivalent
to using filename at the end, however install-info chokes on the --info-file=
option.

example:

[EMAIL PROTECTED]/usr/sbin/install-info --info-file=/tmp/bla
install-info: unknown option `--info-file=/tmp/bla'
usage: install-info [--version] [--help] [--debug] [--maxwidth=nnn]
        [--section regexp title] [--infodir=xxx] [--align=nnn]
        [--calign=nnn] [--quiet] [--menuentry=xxx] [--info-dir=xxx]
        [--keep-old] [--description=xxx] [--test] [--remove] [--]
        filename
[EMAIL PROTECTED]


-- System Information
Debian Release: 2.2
Kernel Version: Linux fission 2.2.14 #3 Sun Mar 19 14:24:04 PST 2000 i686 
unknown

Versions of the packages dpkg depends on:
ii  libc6          2.1.3-7        GNU C Library: Shared libraries and Timezone
ii  libncurses5    5.0-6          Shared libraries for terminal handling
ii  libstdc++2.10  2.95.2-7       The GNU stdc++ library

--- End Message ---
--- Begin Message ---
Source: dpkg
Source-Version: 1.13.19

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.13.19_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.13.19_all.deb
dpkg_1.13.19.dsc
  to pool/main/d/dpkg/dpkg_1.13.19.dsc
dpkg_1.13.19.tar.gz
  to pool/main/d/dpkg/dpkg_1.13.19.tar.gz
dpkg_1.13.19_i386.deb
  to pool/main/d/dpkg/dpkg_1.13.19_i386.deb
dselect_1.13.19_i386.deb
  to pool/main/d/dpkg/dselect_1.13.19_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Thu,  4 May 2006 14:05:21 +0300
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source i386 all
Version: 1.13.19
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers <[EMAIL PROTECTED]>
Changed-By: Guillem Jover <[EMAIL PROTECTED]>
Description: 
 dpkg       - package maintenance system for Debian
 dpkg-dev   - package building tools for Debian
 dselect    - user tool to manage Debian packages
Closes: 61640 67237 134358 164495 199204 210781 286275 316485 323957 346436 
357911 358011 358530 361987 362317 363264 363679 363683 364539 365334
Changes: 
 dpkg (1.13.19) unstable; urgency=low
 .
   [ Frank Lichtenheld ]
   * Add -follow (back) to find call in dpkg-scanpackages.
     Closes: #358011
   * Fix error in archive.c that lead to a infinite loop when
     installing files with long, non-ASCII filenames in
     certain locales. Closes: #346436
 .
   [ Updated dpkg Translations ]
   * French (Christian Perrier).
   * Galician (Jacobo Tarrio).
   * Romanian (Eddy Petrişor).
   * Dutch (Bart Cornelis).
   * Swedish (Peter Karlsson).
   * Danish (Claus Hindsgaul). Closes: #362317
   * Czech (Miroslav kure).
   * Vietnamese  (Clytie Siddall). Closes: #363264
   * Spanish (Javier Fernández-Sanguino Peña). Closes: #357911
   * Basque (Piarres Beobide). Closes: #363683, #363679
   * Japanese (Kenshi Muto). Closes: #365334
 .
   [ Updated dselect Translations ]
   * Romanian (Eddy Petrişor).
   * Galician (Jacobo Tarrio).
   * French (Christian Perrier).
   * Dutch (Bart Cornelis).
 .
   [ Nicolas Francois ]
   * Generate the Russian man pages in the KOI8-R charset. Closes: #361987
   * Document the shlibs.local format in dpkg-source(1). CLoses: #316485
   * Fix a typo in an error message. Thanks to Justin Pryzby. Closes: #364539
 .
   [ Guillem Jover ]
   * Fix strings so that they can be more easily translated. Closes: #134358
   * Add new substvars source:Version, source:Upstream-Version and
     binary:Version so packages will be able to avoid breaking on binNMUs.
     Based on a patch by Ken Bloom and Jeroen van Wolffelaar. Closes: #358530
   * Support binNMU safe packages even when source and binary differ in
     version.
   * Rename dpkg:UpstreamVersion to dpkg:Upstream-Version. Make dpkg:Version
     and dpkg:Upstream-Version get the current dpkg versions instead of the
     ones from the package being built.
   * Split usage strings to make it easier for translators when those change.
     Closes: #323957
   * Standarize start-stop-daemon usage output format.
   * Make install-info '--dir-file' option compatible with GNU install-info
     by renaming the infodir variable to dirfile and not appending the
     '/dir' string except when initializing from '--info-dir' or
     '--infodir' (Wayne Davison). Closes: #61640, #67237, #286275
   * Make install-info add a new line after adding the last entry at the
     end of the dir file, which makes the info readers able to see those
     last enties (Nicolas François). Closes: #164495
   * Use the numerical value of errno instead of a string in install-info
     when checking if the locking error was due to an already existing
     file, which is locale dependent, and die accordingly. Based on a patch
     by Nicolas François. Closes: #199204, #210781
   * Escape hyphens in man pages.
   * Bump Standards-Version to 3.7.1.
   * Wrapped debian/control fields except Uploaders given current policy.
Files: 
 ed26805dd0191af32b3d4e401eddcc34 843 admin required dpkg_1.13.19.dsc
 56c6f9ea2a635ac781ef3ce461709323 2940033 admin required dpkg_1.13.19.tar.gz
 d9fba4f35ce576a7e2fb0e94dc8c70c2 1446238 admin required dpkg_1.13.19_i386.deb
 b5cf832202ca6651d8b84b4e529e6846 499538 admin required dselect_1.13.19_i386.deb
 437309af196a61da8d4d4825317d9479 97532 utils standard dpkg-dev_1.13.19_all.deb

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

iD8DBQFEWeJEuW9ciZ2SjJsRAujHAKDrzKihvN47/Ges+M2hs0Bw0PI2hwCg4CCh
O5EdQsBhvSa/UX6ibNa+xnI=
=/gcj
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to