Your message dated Sun, 10 Feb 2013 14:07:44 +0100
with message-id <[email protected]>
and subject line Re: Bug#700238: unblock: xfe/1.32.5-2
has caused the Debian Bug report #700238,
regarding unblock: xfe/1.32.5-2
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.)
--
700238: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700238
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Hello,
please unblock the new xfe version 1.32.5-2
This upload fixes RC bug #700068.
Because both packages xfe-i18n and xfe-themes in Squeeze use a symlink
to to doc directory of the main package xfe, but in Wheezy they have
no symlinks but their own doc directories, in some situations while
upgrade from Squeeze to Wheezy the old symlinks exist. With the new
preinst scripts there is a test about existence of old symlink and
remove it:
in new xfe-i18n.preinst:
DOCDIR=/usr/share/doc/xfe-i18n
if [ -L $DOCDIR ]; then rm $DOCDIR; fi
in new xfe-themes.preinst:
DOCDIR=/usr/share/doc/xfe-themes
if [ -L $DOCDIR ]; then rm $DOCDIR; fi
Details see in the appended debdiff.
Please unblock xfe.
---
Have a nice day.
Joachim (Germany)
debdiff-xfe-1325-2.diff.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
On 2013-02-10 13:25, Joachim Wiedorn wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Hello,
>
> please unblock the new xfe version 1.32.5-2
>
> This upload fixes RC bug #700068.
>
> Because both packages xfe-i18n and xfe-themes in Squeeze use a symlink
> to to doc directory of the main package xfe, but in Wheezy they have
> no symlinks but their own doc directories, in some situations while
> upgrade from Squeeze to Wheezy the old symlinks exist. With the new
> preinst scripts there is a test about existence of old symlink and
> remove it:
>
> [...]
>
> Please unblock xfe.
>
> ---
> Have a nice day.
>
> Joachim (Germany)
Appears Adam already unblocked this yesterday, so closing...
~Niels
--- End Message ---