Your message dated Mon, 03 Dec 2007 17:17:06 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#420867: fixed in libxml-sax-perl 0.16+dfsg-1 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: gnupg Version: 1.4.6-2 Severity: normal --- Please enter the report below this line. --- When decrypting multiple files with --decrypt-files, it is necessary to also use --allow-multiple-messages, otherwise only the first file will decrypt, while the rest will give warnings but not decrypt. These warnings seem to also appear when you use --allow-multiple-messages, yet the decrypt operation does happen. I believe this is also the case when using --verify-files. I only found this solution when searching Google for "gpg warning multiple plaintexts seen". Then I looked in the man page and $(gpg --help) but found no mention of the option. This is an important option that will drive users crazy if they need it but can't find it. --- System information. --- Architecture: i386 Kernel: Linux 2.6.18-4-k7 Debian Release: testing/unstable 900 testing ftp.us.debian.org 900 testing ftp.sunet.se 800 unstable ftp.us.debian.org 800 unstable ftp.sunet.se 500 stable security.debian.org 500 edgy-cafuego ubuntu.cafuego.net 500 edgy wine.budgetdedicated.com 1 experimental ftp.us.debian.org --- Package information. --- Depends (Version) | Installed ===============================-+-=============== libbz2-1.0 | 1.0.3-6 libc6 (>= 2.3.6-6) | 2.3.6.ds1-13 libldap2 (>= 2.1.17-1) | 2.1.30-13.4 libreadline5 (>= 5.2) | 5.2-2 libusb-0.1-4 (>= 2:0.1.12) | 2:0.1.12-6 zlib1g (>= 1:1.2.1) | 1:1.2.3-13 gpgv | 1.4.6-2 makedev (>= 2.3.1-13) | 2.3.1-83 OR devfsd | OR hurd |
pgpzBhxf8XeLa.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: libxml-sax-perl Source-Version: 0.16+dfsg-1 We believe that the bug you reported is fixed in the latest version of libxml-sax-perl, which is due to be installed in the Debian FTP archive: libxml-sax-perl_0.16+dfsg-1.diff.gz to pool/main/libx/libxml-sax-perl/libxml-sax-perl_0.16+dfsg-1.diff.gz libxml-sax-perl_0.16+dfsg-1.dsc to pool/main/libx/libxml-sax-perl/libxml-sax-perl_0.16+dfsg-1.dsc libxml-sax-perl_0.16+dfsg-1_all.deb to pool/main/libx/libxml-sax-perl/libxml-sax-perl_0.16+dfsg-1_all.deb libxml-sax-perl_0.16+dfsg.orig.tar.gz to pool/main/libx/libxml-sax-perl/libxml-sax-perl_0.16+dfsg.orig.tar.gz 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. Niko Tyni <[EMAIL PROTECTED]> (supplier of updated libxml-sax-perl 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: Tue, 27 Nov 2007 21:13:59 +0200 Source: libxml-sax-perl Binary: libxml-sax-perl Architecture: source all Version: 0.16+dfsg-1 Distribution: experimental Urgency: low Maintainer: Debian Perl Group <[EMAIL PROTECTED]> Changed-By: Niko Tyni <[EMAIL PROTECTED]> Description: libxml-sax-perl - Perl module for using and building Perl SAX2 XML processors Closes: 229178 240356 295398 332440 420867 430118 441473 452872 Changes: libxml-sax-perl (0.16+dfsg-1) experimental; urgency=low . [ Niko Tyni ] * New maintainer: Debian Perl Group + leave Jay Bonci in the Uploaders field. * Acknowledge NMUs. (Closes: #441473) * Add support for SAX parser priorities. + lower the XML::SAX::PurePerl priority so that it will not be the default parser anymore if any others are available. (Closes: #430118) * Move the /etc/perl/XML/SAX/ParserDetails.d directory under /var/lib/libxml-sax-perl, since it's not really configuration data. * Use ucf to manage local changes to /etc/perl/XML/SAX/ParserDetails.ini. * Remove the pre-sarge preinst cleanup of /etc/XML and /etc/perl/SAX introduced in 0.12-3. + Now survives systems with a leftover symlink /etc/perl/XML -> . (Closes: #240356) * Point to the compressed file in XML::SAX::save_parsers(). (Closes: #332440) * Recommend libxml-sax-expat-perl and explain this in the package description. (Closes: #420867) * Upgrade to debhelper compatibility level 5. * Upgrade to Standards-Version 3.7.2. No changes needed. * Don't install the upstream README file, there's no information in it. * Update debian/copyright. * Add explanations in the examples to clarify why they look like stray maintainer scripts. (Closes: #295398) * Various improvements in debian/rules. + remove generated files in the 'clean' target. * Update debian/watch. * Move the examples under debian/, they are Debian-specific. * Use quilt to manage debian/patches. + charset-decoding: Fix charset decoding in the PurePerl module (#405186) + parserdetails-debian: The Debian way of handling ParserDetails.ini + skip-test-with-nonfree-file: skip tests in t/16large.t depending on a non-free input file. * Move update-perl-sax-parsers under debian/ in the source package, it's Debian-specific. * Remove an unused Debian modification: XML::SAX->load_parsers() doesn't accept the '$file' argument anymore. * README.Debian: add a pointer to the CPAN FAQ entry on uninstalling local modules. Thanks to Streph Treadway <[EMAIL PROTECTED]>. (Closes: #229178) * Make update-perl-sax-parsers bail out with an informative error message if there's a locally installed XML::SAX module breaking the installation. (See #229178) * Repackage the upstream tarball to remove the non-free testfiles/xmltest.xml file. (Closes: #452872) * Add the Homepage, Vcs-Svn and Vcs-Browser fields to debian/control. * Upload to experimental for now because of the scope of the changes. Test reports welcome, including 'it works for me'. . [ Damyan Ivanov ] * Move $(QUILT_STAMPFN) dependency from build to build-stamp * Add XS-DM-Upload-Allowed: yes to debian/control so Niko Tyni can exercise his DM powers :) Files: e665cc15f5fee449c41178823e60b4dc 980 perl optional libxml-sax-perl_0.16+dfsg-1.dsc 73f92a1cc31752abab5af88d804ff584 51176 perl optional libxml-sax-perl_0.16+dfsg.orig.tar.gz 8fdb62033acdde0c1b609d1346457337 13335 perl optional libxml-sax-perl_0.16+dfsg-1.diff.gz ea4f2f2346bc8310bf152be8c0072f00 83468 perl optional libxml-sax-perl_0.16+dfsg-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHVDlPHqjlqpcl9jsRAuTOAKCJLikWkVgM76dKK0YSufKMYqBTwgCfZZba 5UUfXTi0CAmMlvjV1+wNyqw= =wI45 -----END PGP SIGNATURE-----
--- End Message ---

