Your message dated Mon, 19 Nov 2007 09:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447476: fixed in dpkg 1.14.8
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.14.7
Severity: minor
File: /usr/bin/dpkg-query

This is from the dpkg(1) manpage:
dpkg-query -W -f=ā€™${Package} ${Version}\t${Maintainer}\nā€™ dpkg

This is how it should be:
dpkg-query -W -f='${Package} ${Version}\t${Maintainer}\n' dpkg

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.utf8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg depends on:
ii  coreutils                     5.97-5.4   The GNU core utilities
ii  libc6                         2.6.1-6    GNU C Library: Shared libraries

dpkg recommends no packages.

-- no debconf information




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

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.14.8_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.14.8_all.deb
dpkg_1.14.8.dsc
  to pool/main/d/dpkg/dpkg_1.14.8.dsc
dpkg_1.14.8.tar.gz
  to pool/main/d/dpkg/dpkg_1.14.8.tar.gz
dpkg_1.14.8_i386.deb
  to pool/main/d/dpkg/dpkg_1.14.8_i386.deb
dselect_1.14.8_i386.deb
  to pool/main/d/dpkg/dselect_1.14.8_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: Mon, 19 Nov 2007 10:36:30 +0200
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source i386 all
Version: 1.14.8
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: 10807 41907 48208 80340 109954 178203 186809 222652 382673 383916 
395942 430367 431597 445852 445858 446119 446278 446501 446624 447476 448353 
448354
Changes: 
 dpkg (1.14.8) unstable; urgency=low
 .
   [ Raphael Hertzog ]
   * Heavy rework of dpkg-shlibdeps:
     - Support "symbols" files to generate finer-grained dependencies.
       Those files can be created by the new dpkg-gensymbols command.
       Closes: #430367
     - Uses now all paths in RPATH (instead of only the first).
       Closes: #395942
     - Support parsing include directives in /etc/ld.so.conf. Closes: #431597
     - Libraries are also searched in the public directories of packages
       being built and thus debian/shlibs.local can effectively define
       dependencies for libraries that are being built. Closes: #80340
     - "symbols" files use the full SONAME as key instead of splitting it in
       (name, version) like in the "shlibs" format. This allows binaries to
       be linked with unversioned libraries and not fail. Note that
       unversioned libraries are still a very bad idea.  Closes: #48208
     - dpkg-shlibdeps now supports '-x<package>' options that can be used to
       exclude packages from generated dependencies (use with care though).
       Closes: #41907, #109954
     - If dpkg-shlibdeps doesn't find any dependency information for a
       shared library that is actively used, then it will fail. This can be
       disabled with the option '--ignore-missing-info'. Closes: #10807
   * Switch perl programs to use the new Dpkg::Deps module. This changes the
     behaviour of dpkg-gencontrol and dpkg-source which will rewrite and
     simplify dependencies and build dependencies as possible. Multiple
     dependencies on the same package are replaced by their intersection.
     Closes: #178203, #186809, #222652
 .
   [ Frank Lichtenheld ]
   * Add $(MAKE) check to build target
   * Allow to use other compressions than gzip on dpkg-source -b
     (NOTE: this will result in a Format: 2.0 source package!).
     Closes: #382673
   * Various small fixes to the manpages suggested by Helge Kreutzmann.
     Closes: #445858
   * Fix Dpkg::BuildOptions (and thereby dpkg-buildpackage) to really
     set DEB_BUILD_OPTIONS. Found by Daniel Shepler. Closes: #446119
   * Change some ' in shell code in dpkg-source.1 and dpkg-query.1 to
     proper \(aq. Reported by Daniel van Eeden. Closes: #447476
 .
   [ Guillem Jover ]
   * Use shipped perl modules when calling perl programs at build time.
   * Switch perl programs to use the new Dpkg::ErrorHandling and Dpkg::Arch
     perl modules.
   * Add support for format strings in Dpkg::ErrorHandling functions.
   * Move build and host arch detection code from dpkg-architecture to
     Dpkg::Arch.
   * Add initial udeb support:
     - Support new fields fields Package-Type, Subarchitecture, Kernel-Version
       and Installer-Menu-Item. Closes: #383916
     - New '--type' option for dpkg-scanpackages.
   * Make dpkg-dev Conflict on dpkg-cross << 2.0.0 which was sourcing
     dpkg-buildpackage expecting it to be a shell script. Closes: #445852
   * Get rid of undefined macros from man pages. Thanks to Colin Watson
     for the analysis.
 .
   [ Updated dselect translations ]
   * Czech (Miroslav Kure).
 .
   [ Added dpkg translations ]
   * Thai (Theppitak Karoonboonyanan). Closes: #446501
 .
   [ Updated dpkg translations ]
   * Czech (Miroslav Kure).
   * Galician (Jacobo Tarrio). Closes: #446624
   * Polish (Robert Luberda).
   * Russian (Yuri Kozlov). Closes: #446278
 .
   [ Updated man pages translations ]
   * German (Helge Kreutzmann). Closes: #448354
   * Polish (Robert Luberda).
   * Swedish (Peter Karlsson).
 .
   [ Added scripts translations ]
   * German (Helge Kreutzmann). Closes: #448353
 .
   [ Updated scripts translations ]
   * Polish (Robert Luberda).
   * Swedish (Peter Karlsson).
Files: 
 4c245a5f63d695e6ceaeff5b37333c0a 995 admin required dpkg_1.14.8.dsc
 7dddfe562f9ad16f39007a9093ddc9a0 6268334 admin required dpkg_1.14.8.tar.gz
 fc0ebdf0f00a6db4eaf6f9217f07e6ea 2146332 admin required dpkg_1.14.8_i386.deb
 22329b04954c47499c67216340d95d51 511550 admin required dselect_1.14.8_i386.deb
 d4eaadd0ba58ee0849d6a1ab6dc7b4f7 316462 utils optional dpkg-dev_1.14.8_all.deb

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

iD8DBQFHQVTouW9ciZ2SjJsRAgfCAKDiv/YMAKImMXlNX4f55rHdFb0KpQCdGB+0
Z3G4vlUzhfspXNheLJCvx4I=
=tSPx
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to