On Mon, Mar 27, 2006 at 07:40:42PM -0500, [EMAIL PROTECTED] wrote: > Package: libio-lockedfile-perl > > libio-lockedfile-perl still creates a /usr/doc symlink. Since 2002, > policy has not required these symlinks, and we're waiting for all > packages to be updated to remove them before the /usr/share/doc > transition can be complete. This package is one of the few packages > that still makes the symlink. >
I have done a NMU of this package to the 3-day delayed queue on gluck to fix this problem. Here's the changelog entry: libio-lockedfile-perl (0.23-2.1) unstable; urgency=low * Non-Maintainer Upload * Rebuild to remove /usr/doc links, closes: #359445 * Added missing build-dependency on perl. * Fixed problem with binary-indep files going into /usr/lib/ Attached is the full diff. Stephen Quinney
diff -ruN libio-lockedfile-perl-0.23/debian/changelog libio-lockedfile-perl-0.23.new/debian/changelog --- libio-lockedfile-perl-0.23/debian/changelog 2006-06-05 15:07:15.000000000 +0100 +++ libio-lockedfile-perl-0.23.new/debian/changelog 2006-06-05 14:59:35.000000000 +0100 @@ -1,3 +1,12 @@ +libio-lockedfile-perl (0.23-2.1) unstable; urgency=low + + * Non-Maintainer Upload + * Rebuild to remove /usr/doc links, closes: #359445 + * Added missing build-dependency on perl. + * Fixed problem with binary-indep files going into /usr/lib/ + + -- Stephen Quinney <[EMAIL PROTECTED]> Mon, 5 Jun 2006 14:57:04 +0100 + libio-lockedfile-perl (0.23-2) unstable; urgency=low * Fixed section diff -ruN libio-lockedfile-perl-0.23/debian/control libio-lockedfile-perl-0.23.new/debian/control --- libio-lockedfile-perl-0.23/debian/control 2006-06-05 15:07:15.000000000 +0100 +++ libio-lockedfile-perl-0.23.new/debian/control 2006-06-05 14:59:00.000000000 +0100 @@ -2,6 +2,7 @@ Section: perl Priority: optional Maintainer: Ross Peachey <[EMAIL PROTECTED]> +Build-Depends-Indep: perl (>= 5.6.0-16) Build-Depends: debhelper(>=2.0.86) Standards-Version: 3.5.2 diff -ruN libio-lockedfile-perl-0.23/debian/rules libio-lockedfile-perl-0.23.new/debian/rules --- libio-lockedfile-perl-0.23/debian/rules 2006-06-05 15:07:15.000000000 +0100 +++ libio-lockedfile-perl-0.23.new/debian/rules 2006-06-05 14:59:38.000000000 +0100 @@ -16,7 +16,7 @@ TMP =`pwd`/debian/tmp archlib =`$(PERL) -MConfig -e 'print $$Config{installarchlib}'` -config =INSTALLDIRS=perl INSTALLMAN1DIR=$(TMP)/usr/share/man/man1 INSTALLMAN3DIR=$(TMP)/usr/share/man/man3 INSTALLPRIVLIB=$(TMP)/usr/lib/perl5 INSTALLARCHLIB=$(TMP)$(archlib) +config =INSTALLDIRS=perl INSTALLMAN1DIR=$(TMP)/usr/share/man/man1 INSTALLMAN3DIR=$(TMP)/usr/share/man/man3 INSTALLPRIVLIB=$(TMP)/usr/share/perl5 INSTALLARCHLIB=$(TMP)$(archlib) build: build-stamp build-stamp: