[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#709394: libtomoe0,tomoe-doc: copyright file missing after upgrade (policy 12.5)



Package: libtomoe0,tomoe-doc
Version: 0.6.0-3
Severity: serious
User: debian-qa@lists.debian.org
Usertags: piuparts

Hi,

a test with piuparts revealed that your package misses the copyright
file after an upgrade, which is a violation of Policy 12.5:
http://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile

After the upgrade /usr/share/doc/$PACKAGE/ is just an empty directory.

This was observed on the following upgrade paths:

  testing -> sid

>From the attached log (scroll to the bottom...):

  MISSING COPYRIGHT FILE: /usr/share/doc/tomoe-doc/copyright
  # ls -lad /usr/share/doc/tomoe-doc
  drwxr-xr-x 2 root root 40 May 22 05:32 /usr/share/doc/tomoe-doc
  # ls -la /usr/share/doc/tomoe-doc/
  total 0
  drwxr-xr-x  2 root root   40 May 22 05:32 .
  drwxr-xr-x 80 root root 1700 May 22 05:32 ..

  MISSING COPYRIGHT FILE: /usr/share/doc/libtomoe0/copyright
  # ls -lad /usr/share/doc/libtomoe0
  drwxr-xr-x 2 root root 40 May 22 05:24 /usr/share/doc/libtomoe0
  # ls -la /usr/share/doc/libtomoe0/
  total 0
  drwxr-xr-x  2 root root   40 May 22 05:24 .
  drwxr-xr-x 83 root root 1760 May 22 05:24 ..


Additional info may be available here:
http://wiki.debian.org/MissingCopyrightFile

Note that dpkg intentionally does not replace directories with symlinks
and vice versa, you need the maintainer scripts to do this.
See in particular the end of point 4 in
http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-unpackphase

For switching from a directory to a symlink the *postinst* script
should do something like this:

        DOCDIR=/usr/share/doc/@@PACKAGE@@
        DOCLINK=@@OTHERPACKAGE@@

        if [ -d $DOCDIR ] && [ ! -L $DOCDIR ]; then
                rmdir $DOCDIR
                ln -s $DOCLINK $DOCDIR
        fi

For switching from a symlink to a directory, the *preinst* script
should do something like this:

        DOCDIR=/usr/share/doc/@@PACKAGE@@

        if [ -L $DOCDIR ]; then
                rm $DOCDIR
        fi


cheers,

Andreas

Attachment: tomoe-doc_0.6.0-3.log.gz
Description: GNU Zip compressed data


Reply to: