tags 467894 + patch thanks Hi,
Attached is the diff for my libstruct-compare-perl 1.0.1-2.1 NMU. -- Mark Hymers <mhy at debian dot org>
diff -u libstruct-compare-perl-1.0.1/debian/rules libstruct-compare-perl-1.0.1/debian/rules --- libstruct-compare-perl-1.0.1/debian/rules +++ libstruct-compare-perl-1.0.1/debian/rules @@ -51,7 +51,7 @@ # As this is a architecture independent package, we are not # supposed to install stuff to /usr/lib. MakeMaker creates # the dirs, we delete them from the deb: - rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5 + [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5 touch install-stamp diff -u libstruct-compare-perl-1.0.1/debian/changelog libstruct-compare-perl-1.0.1/debian/changelog --- libstruct-compare-perl-1.0.1/debian/changelog +++ libstruct-compare-perl-1.0.1/debian/changelog @@ -1,3 +1,10 @@ +libstruct-compare-perl (1.0.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with Perl 5.10. Closes: #467894 + + -- Mark Hymers <[EMAIL PROTECTED]> Sat, 05 Apr 2008 21:09:11 +0100 + libstruct-compare-perl (1.0.1-2) unstable; urgency=low * Fix debian/copyright and list the license. Lets hope this satifies Ganneff

