Your message dated Mon, 21 Jan 2008 08:47:14 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#459359: fixed in dpkg 1.14.16
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-dev
Version: 1.14.14
Severity: wishlist
User: [EMAIL PROTECTED]
Usertags: dpkg-gensymbols

Matthias Klose suggested me to support wildcards in symbols files. The
idea is that the maintainer could then create the symbols files this way:
libc.so.6 libc6 #MINVER#
 [EMAIL PROTECTED] 2.0
 [EMAIL PROTECTED] 2.1
 [EMAIL PROTECTED] 2.1.1
 [EMAIL PROTECTED] 2.2
[...]

dpkg-gensymbols would still generate full symbols files (with all symbols
listed) but it would take the version from the matching wildcard.

The downside is that when using this facility, dpkg-gensymbols has no way
to detect symbols that have disappeared since previous version. 

I find this idea interesting to ease the work on very complex libs that
have sane upstreams (like glibc or some gcc libs) but I'd like to have
the opinion of others too.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/



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

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.16_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.14.16_all.deb
dpkg_1.14.16.dsc
  to pool/main/d/dpkg/dpkg_1.14.16.dsc
dpkg_1.14.16.tar.gz
  to pool/main/d/dpkg/dpkg_1.14.16.tar.gz
dpkg_1.14.16_i386.deb
  to pool/main/d/dpkg/dpkg_1.14.16_i386.deb
dselect_1.14.16_i386.deb
  to pool/main/d/dpkg/dselect_1.14.16_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, 21 Jan 2008 10:00:45 +0200
Source: dpkg
Binary: dpkg dpkg-dev dselect
Architecture: source i386 all
Version: 1.14.16
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: 24514 26554 28701 95579 222524 226932 323606 354999 367998 392432 
402901 433477 453400 459359 459565 459815 460021 460309 460708 460708 460903 
461247 461327
Changes: 
 dpkg (1.14.16) unstable; urgency=low
 .
   [ Guillem Jover ]
   * Add build-essential as an implicit Build-Depends in dpkg-checkbuilddeps.
     Closes: #402901
   * Add build-essential to dpkg-dev Recommends.
   * Do not warn about unrecognized Homepage field in binary package stanzas
     in dpkg-genchanges and dpkg-source. Closes: #460309
   * Do not use the enoent helper binary, and use perl POSIX module instead.
   * Keep checking for the process when start-stop-daemon is called with
     --retry even if the daemon removed the pidfile. Closes: #460903
     Thanks to Justin Pryzby for the analysis.
   * Make --quiet silence --test in start-stop-daemon. Closes: #367998
   * Check current uid and gid in start-stop-daemon before calling setuid,
     setgid and initgroups. Closes: #222524
     Based on a patch by Samuel Thibault.
   * Remove unimplemented --test option from update-alternatives.
     Closes: #392432, #461247
   * Additionally check if errno is EEXIST after rmdir(2), as SUSv3 specifies
     that on non-empty directories it can either return that or ENOTEMPTY.
     This fixes run time problems on Solaris.
   * Fix start-stop-daemon --help output to state that --name is one of the
     possible required options to use. Closes: #354999
   * Demote dselect from priority important to optional. Closes: #461327
   * Fix portability issues on HP-UX, by not using backticks inside double
     quotes in m4 files. Closes: #24514
   * Switch Maintainer address to <[EMAIL PROTECTED]> from
     <[EMAIL PROTECTED]>.
   * Add README.feature-removal-schedule describing the features to be removed
     and README.api describing the provided APIs.
 .
   [ Frank Lichtenheld ]
   * Make the -L option of dpkg-parsechangelog actually work (it's
     only been eleven years...)
   * Import the code from my external Parse::DebianChangelog as
     Dpkg::Changelog and Dpkg::Changelog::Debian. Using this
     from parsechangelog/debian adds the following requested
     features:
      - Option to use a non-lossy format. Closes: #95579
      - Various options to better control how many entries
        should be displayed. Closes: #226932
 .
   [ Raphael Hertzog ]
   * Replaced all the remaining code in controllib.pl by new modules. All
     scripts have been adjusted to use the new modules and controllib.pl has
     been removed.
   * The code to parse debian/control is available in a perl module
     Dpkg::Control. Closes: #26554
   * Temporarily add a Breaks: dpkg-dev (= 1.14.13), dpkg-dev (= 1.14.14) on
     dpkg for the convenience of sid users. Closes: #459815
   * Update dpkg-source(1) to explain better what the directory after -b is.
     Closes: #323606
   * Also force version in 1.14.16 if dpkg-gencontrol -v<version>
     is used. That way we're consistent with the definition of that variable
     in deb-substvars(5). Closes: #433477
   * Add support of Dm-Upload-Allowed field. Closes: #453400
   * Fix dpkg-shlibdeps's filtering of duplicated dependencies in fields of
     lesser priority (when -d is used).
   * Fix behaviour of dpkg-shlibdeps when the same binary was passed multiple
     times for use in different dependency fields (-d option).
   * Change logic of -si option of dpkg-genchanges to include the original
     tarball only if the current upstream version differs from the upstream
     version of the previous changelog entry. Replaces the heuristic based
     on revision number (-0, -0.1 or -1). Closes: #28701
   * Some code refactoring on dpkg-genchanges and bug fixes in the generation
     of the Description: field. As a result, source only uploads will no more
     have Description fields.
   * Add support of wildcard entries in symbols files. This makes it much
     simpler to write symbols files for well managed libraries but in that case
     dpkg-gensymbols can't check any more if symbols have disappeared.
     Closes: #459359
 .
   [ Updated manpages translations ]
   * Fix typo in French. Closes: #460021
   * German (Helge Kreutzmann).
 .
   [ Updated dpkg translations ]
   * Basque (Piarres Beobide). Closes: #459565
   * French (Christian Perrier).
   * German, Basque, Norwegian Bokmål, Swedish, Vietnamese, Simplified Chinese,
     Galician unfuzzied.
   * Russian (Yuri Kozlov). Closes: #460708
 .
   [ Updated scripts translations ]
   * Russian (Yuri Kozlov). Closes: #460708
   * Swedish (Peter Karlsson).
Files: 
 411fe3d40ce06e1dc6d201e50625a8b4 1031 admin required dpkg_1.14.16.dsc
 86ebfef006374f951abcde613fdf2d96 6303354 admin required dpkg_1.14.16.tar.gz
 2870242148da9bcbf909f512f63188eb 2160724 admin required dpkg_1.14.16_i386.deb
 a7c489c83c7873953a89e1201c6887cb 742216 admin optional dselect_1.14.16_i386.deb
 5cef7fa6d037d60ce7ee7ad033a401cc 602706 utils optional dpkg-dev_1.14.16_all.deb

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

iD8DBQFHlFLRuW9ciZ2SjJsRAlKBAKD9Ad2o6inTB+t98w7rzCyP7RTV9gCfQawS
bFQfKpoexZNiqdo9wzm8r/M=
=IUU8
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to