Your message dated Mon, 21 May 2007 19:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#416739: fixed in cyrus-imapd-2.2 2.2.13-11
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: cyrus-common-2.2
Version: 2.2.13-10
Severity: serious
Tags: etch-ignore
Justification: Policy violation
hi,
while running archive wide piuparts tests your package failed on purge
because of debconf beeing unavailable during postrm:
Purging configuration files for cyrus-common-2.2 ...
/var/lib/dpkg/info/cyrus-common-2.2.postrm: line 12:
/usr/share/debconf/confmodule: No such file or directory
dpkg: error processing cyrus-common-2.2 (--purge):
subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
cyrus-common-2.2
the full log can be found here:
http://people.debian.org/~abi/piuparts/cyrus-common-2.2
please be sure to use a conditional call to debconf:
if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
fi
Please also note: Bugs filed on Packages failing in postrm because of debconf
beeing unavailable are not considered RC for etch, so are tagged etch-ignore.
bye,
- michael
--- End Message ---
--- Begin Message ---
Source: cyrus-imapd-2.2
Source-Version: 2.2.13-11
We believe that the bug you reported is fixed in the latest version of
cyrus-imapd-2.2, which is due to be installed in the Debian FTP archive:
cyrus-admin-2.2_2.2.13-11_all.deb
to pool/main/c/cyrus-imapd-2.2/cyrus-admin-2.2_2.2.13-11_all.deb
cyrus-clients-2.2_2.2.13-11_i386.deb
to pool/main/c/cyrus-imapd-2.2/cyrus-clients-2.2_2.2.13-11_i386.deb
cyrus-common-2.2_2.2.13-11_i386.deb
to pool/main/c/cyrus-imapd-2.2/cyrus-common-2.2_2.2.13-11_i386.deb
cyrus-dev-2.2_2.2.13-11_i386.deb
to pool/main/c/cyrus-imapd-2.2/cyrus-dev-2.2_2.2.13-11_i386.deb
cyrus-doc-2.2_2.2.13-11_all.deb
to pool/main/c/cyrus-imapd-2.2/cyrus-doc-2.2_2.2.13-11_all.deb
cyrus-imapd-2.2_2.2.13-11.diff.gz
to pool/main/c/cyrus-imapd-2.2/cyrus-imapd-2.2_2.2.13-11.diff.gz
cyrus-imapd-2.2_2.2.13-11.dsc
to pool/main/c/cyrus-imapd-2.2/cyrus-imapd-2.2_2.2.13-11.dsc
cyrus-imapd-2.2_2.2.13-11_i386.deb
to pool/main/c/cyrus-imapd-2.2/cyrus-imapd-2.2_2.2.13-11_i386.deb
cyrus-murder-2.2_2.2.13-11_i386.deb
to pool/main/c/cyrus-imapd-2.2/cyrus-murder-2.2_2.2.13-11_i386.deb
cyrus-nntpd-2.2_2.2.13-11_i386.deb
to pool/main/c/cyrus-imapd-2.2/cyrus-nntpd-2.2_2.2.13-11_i386.deb
cyrus-pop3d-2.2_2.2.13-11_i386.deb
to pool/main/c/cyrus-imapd-2.2/cyrus-pop3d-2.2_2.2.13-11_i386.deb
libcyrus-imap-perl22_2.2.13-11_i386.deb
to pool/main/c/cyrus-imapd-2.2/libcyrus-imap-perl22_2.2.13-11_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.
Sven Mueller <[EMAIL PROTECTED]> (supplier of updated cyrus-imapd-2.2 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: Fri, 18 May 2007 13:05:58 +0200
Source: cyrus-imapd-2.2
Binary: cyrus-dev-2.2 libcyrus-imap-perl22 cyrus-common-2.2 cyrus-doc-2.2
cyrus-clients-2.2 cyrus-pop3d-2.2 cyrus-imapd-2.2 cyrus-admin-2.2
cyrus-nntpd-2.2 cyrus-murder-2.2
Architecture: source i386 all
Version: 2.2.13-11
Distribution: unstable
Urgency: low
Maintainer: Debian Cyrus Team <[EMAIL PROTECTED]>
Changed-By: Sven Mueller <[EMAIL PROTECTED]>
Description:
cyrus-admin-2.2 - Cyrus mail system (administration tools)
cyrus-clients-2.2 - Cyrus mail system (test clients)
cyrus-common-2.2 - Cyrus mail system (common files)
cyrus-dev-2.2 - Cyrus mail system (developer files)
cyrus-doc-2.2 - Cyrus mail system (documentation files)
cyrus-imapd-2.2 - Cyrus mail system (IMAP support)
cyrus-murder-2.2 - Cyrus mail system (proxies and aggregator)
cyrus-nntpd-2.2 - Cyrus mail system (NNTP support)
cyrus-pop3d-2.2 - Cyrus mail system (POP3 support)
libcyrus-imap-perl22 - Interface to Cyrus imap client imclient library
Closes: 395063 410964 412809 416739 423970
Changes:
cyrus-imapd-2.2 (2.2.13-11) unstable; urgency=low
.
* Fix a bug in cyrus-common-2.2 postrm script:
Even when a package Depends on debconf, it is not guaranteed to be there
when postrm is called. (Closes: #416739)
Assume removal of spools is not desired if debconf isn't available (least
surprise / least chance of data loss principle).
* Add Xs-Vcs-Browser and Xs-Vcs-Svn control fields for the PTS.
* Fix a number of small issues with the 64bit quota patch.
* update automake/autoconf patch with latest autotools-dev and
automake/autoconf packages from unstable.
* Add optional patch which allows uploads of messages with "From " headers.
Taken from fastmail.fm patchset.
* Add upstream patch to avoid sending empty literal responses.
* Add upstream patch to sort illegal dates before legal ones.
* Add galician debconf translation (Closes: #412809)
* Add portuguese debconf translation (Closes: #410964)
* Add a little more detail to the squatter manpage (Closes: #395063)
* Add dependency on heimdal-dev, add check to debian/rules wether GSSAPI is
used (Closes: #423970)
Files:
22522d3903d8b502ee1a95d2f777038a 1405 mail extra cyrus-imapd-2.2_2.2.13-11.dsc
21fefc4adadc3142595886c21e61f262 258535 mail extra
cyrus-imapd-2.2_2.2.13-11.diff.gz
77518a58a5cf8426e0cb4f245c4d15a0 223364 doc extra
cyrus-doc-2.2_2.2.13-11_all.deb
218a8c38649309a2a84e8cc45aa7f150 80756 mail extra
cyrus-admin-2.2_2.2.13-11_all.deb
3000824fef77b152450268a0f4d9d1a2 5538378 mail extra
cyrus-common-2.2_2.2.13-11_i386.deb
180039e985f0674a7837ead8b7b066b3 910100 mail extra
cyrus-imapd-2.2_2.2.13-11_i386.deb
3c6b1f3777392ace8e3bbc9ceb2701f6 272604 mail extra
cyrus-pop3d-2.2_2.2.13-11_i386.deb
2aa635bbb8e8fb39548c4e663c2d596c 1106046 mail extra
cyrus-murder-2.2_2.2.13-11_i386.deb
ac5cd8dc9ecf5dd535060773413139c7 591128 mail extra
cyrus-nntpd-2.2_2.2.13-11_i386.deb
15f6556c7e198bdf64637f6b2faa9655 128322 mail extra
cyrus-clients-2.2_2.2.13-11_i386.deb
67e4587e548eff818097ffb1fd637998 262782 devel extra
cyrus-dev-2.2_2.2.13-11_i386.deb
dd3c16a979d55eeb5b02f517c8415401 177956 perl extra
libcyrus-imap-perl22_2.2.13-11_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGUe8HDcs5RBTUBgsRAr86AJ0YuhHqU+LwmZX+GJA5hIYyZHN4OQCdHlin
Yr/xocwdQvdHJOidauaUquM=
=dQgR
-----END PGP SIGNATURE-----
--- End Message ---