Your message dated Thu, 20 Dec 2012 18:21:46 -0500
with message-id
<CANTw=mmq2_vrqr+d2yw1tbkapf5yqphun4tedl3rt33lcf8...@mail.gmail.com>
and subject line Re: Bug#696370: xpdf, xpdf-reader: /usr/share/doc/xpdf-reader
missing after upgrade from lenny
has caused the Debian Bug report #696370,
regarding xpdf, xpdf-reader: /usr/share/doc/xpdf-reader missing after upgrade
from lenny
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.)
--
696370: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696370
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xpdf,xpdf-reader
Version: 3.02-12+squeeze1
Severity: serious
Tags: squeeze
User: [email protected]
Usertags: piuparts
Hi,
during a test with piuparts I noticed /usr/share/doc/xpdf-reader is
missing after an upgrade from lenny.
xpdf.preinst deletes /usr/share/doc/xpdf{,-reader} which were symlinks
in lenny, but nothing guarantees that xpdf.preinst is run before
xpdf-reader is unpacked. Cleanup of the /usr/share/doc/xpdf-reader
symlink needs to be done by xpdf-reader.preinst
Also I would suggest to use
test ! -h /usr/share/doc/xpdf-reader || rm /usr/share/doc/xpdf-reader
instead of
test -h /usr/share/doc/xpdf-reader && rm -f /usr/share/doc/xpdf-reader ||
true
>From the attached log:
0m51.0s ERROR: FAIL: debsums reports modifications inside the chroot:
debsums: no md5sums for mawk
/usr/share/doc/xpdf-common/copyright
/usr/share/doc/xpdf-common/changelog.Debian.gz
debsums: conffile etc/xpdf/xpdfrc not owned by xpdf-common
debsums: missing file /usr/share/doc/xpdf-reader/changelog.Debian.gz (from
xpdf-reader package)
debsums: missing file /usr/share/doc/xpdf-reader/changelog.gz (from
xpdf-reader package)
debsums: missing file /usr/share/doc/xpdf-reader/copyright (from xpdf-reader
package)
MISSING COPYRIGHT FILE: /usr/share/doc/xpdf-reader/copyright
# ls -lad /usr/share/doc/xpdf-reader
ls: cannot access /usr/share/doc/xpdf-reader: No such file or directory
# ls -la /usr/share/doc/xpdf-reader/
ls: cannot access /usr/share/doc/xpdf-reader/: No such file or directory
Cheers,
Andreas
xpdf-reader_3.02-12+squeeze1.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
version: 3.02-13
On Thu, Dec 20, 2012 at 12:18 AM, Andreas Beckmann <[email protected]> wrote:
> during a test with piuparts I noticed /usr/share/doc/xpdf-reader is
> missing after an upgrade from lenny.
>
> xpdf.preinst deletes /usr/share/doc/xpdf{,-reader} which were symlinks
> in lenny, but nothing guarantees that xpdf.preinst is run before
> xpdf-reader is unpacked. Cleanup of the /usr/share/doc/xpdf-reader
> symlink needs to be done by xpdf-reader.preinst
The transitional packages were dropped in the above version.
Best wishes,
Mike
--- End Message ---