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

Bug#463454: install-stamp: unconditionally removes usr/share/perl5



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



Reply to: