Your message dated Sun, 26 Oct 2008 11:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#502521: fixed in wmsun 1.03-27
has caused the Debian Bug report #502521,
regarding wmsun fails purging causing the system to hang
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
502521: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502521
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wmsun
Version: 1.03-26
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch
Hi,
I'm forwarding this Ubuntu bug to you since I can reproduce it in
lenny too:
https://bugs.launchpad.net/ubuntu/+source/wmsun/+bug/284431
The problem is that you removed debconf in 1.03-23 but the
postrm still tries to purge the database, causing the system to hang.
The attached patch just remove the call which causes the problem.
Cheers,
Cesare
diff -u wmsun-1.03/debian/postrm wmsun-1.03/debian/postrm
--- wmsun-1.03/debian/postrm
+++ wmsun-1.03/debian/postrm
@@ -3,11 +3,6 @@
set -e
if [ "$1" = purge ]; then
- if [ -e /usr/share/debconf/confmodule ]; then
- . /usr/share/debconf/confmodule
- db_purge
- db_stop
- fi
if [ -x /usr/bin/ucf ]; then
ucf --purge /etc/menu/wmsun
fi
--- End Message ---
--- Begin Message ---
Source: wmsun
Source-Version: 1.03-27
We believe that the bug you reported is fixed in the latest version of
wmsun, which is due to be installed in the Debian FTP archive:
wmsun_1.03-27.diff.gz
to pool/main/w/wmsun/wmsun_1.03-27.diff.gz
wmsun_1.03-27.dsc
to pool/main/w/wmsun/wmsun_1.03-27.dsc
wmsun_1.03-27_i386.deb
to pool/main/w/wmsun/wmsun_1.03-27_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.
Martin A. Godisch <[EMAIL PROTECTED]> (supplier of updated wmsun 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.8
Date: Sun, 26 Oct 2008 10:03:16 +0100
Source: wmsun
Binary: wmsun
Architecture: source i386
Version: 1.03-27
Distribution: unstable
Urgency: low
Maintainer: Martin A. Godisch <[EMAIL PROTECTED]>
Changed-By: Martin A. Godisch <[EMAIL PROTECTED]>
Description:
wmsun - Dockable WindowMaker SunRise/SunSet App
Closes: 414489 502521
Changes:
wmsun (1.03-27) unstable; urgency=low
.
* Applied patch for DST changes, closes: #414489.
Thanks to Martin Stigge.
* Removed db_purge in postrm, closes: #502521.
Thanks to Cesare Tirabassi.
* Fixed copyright file.
* Updated standards version.
Checksums-Sha1:
6ee3925f8590307edc85514124a6d80e87b4452c 943 wmsun_1.03-27.dsc
004e1114142d74724850fb92ff3bfeda94e0abd1 6299 wmsun_1.03-27.diff.gz
ec3f88e2200effa7946d8d80ba6a3c7a26cd18d4 20944 wmsun_1.03-27_i386.deb
Checksums-Sha256:
1c4f5a2493bd2cdfe2935bd853aeb47653682eb911c53cdf8db6618f3974b721 943
wmsun_1.03-27.dsc
1bd504d8e5be185443532d57c375091c654c1190bd9e547abf55dcb850b2000b 6299
wmsun_1.03-27.diff.gz
9c8d66f3806825ee5072d009feab5b437b4293dd08e58393d67661f028c91bf2 20944
wmsun_1.03-27_i386.deb
Files:
e238c8a0158d667d61cd7363050736ca 943 x11 optional wmsun_1.03-27.dsc
7ad6e1a883ff31fc704df3450f14570b 6299 x11 optional wmsun_1.03-27.diff.gz
103adbdfd9534b56549c3d9f05acc0bd 20944 x11 optional wmsun_1.03-27_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkET7AACgkQhOZKoAn8AVzOrgCcCjHt2hDpMuJfKTwQ8YsOhuXe
rWwAoMfeWZbTxZO8kssPne6VGRgisjgd
=4c5g
-----END PGP SIGNATURE-----
--- End Message ---