Package: libnet-dbus-perl
Version: 0.33.5-1
Severity: important

Hi,

debian/rules of libnet-dbus-perl contains the following in its
install-stamp target:

  rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5

This will fail when perl 5.10 enters unstable as it contains MakeMaker
that has the bug of creating that spurious directory fixed.

Please use

  [ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents 
--verbose $(TMP)/usr/share/perl5

to prevent FTBFS with perl 5.10

Thanks,
    dam



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to