Package: libpod-webserver-perl Version: 3.0.4-1.2 Severity: serious Tags: patch Justification: FTBFS
After fixing #467279 (I'll post the patch right away), your package still FTBFS with Perl 5.10. What happens here is that, with Perl 5.10, a (long-time flawed) misfeature of ExtUtils::MakeMaker was finally removed: Empty directories are no longer created. So, your rmdir was failing as /usr/lib/perl5 didn't exist. I am uploading a package fixing this bug, #467279 and #481959 to the 5-day delayed queue. This is the third NMU your package has received since the only upload you made, in December 2006 - Please consider handing the package over to the pkg-perl group or, in any case, orphaning it. The patch for this specific bug is: --- libpod-webserver-perl-3.04.yours/debian/rules 2008-05-28 10:47:28.000000000 -0500 +++ libpod-webserver-perl-3.04/debian/rules 2008-05-28 10:58:31.000000000 -0500 @@ -51,9 +51,11 @@ $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr # 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 + # supposed to install stuff to /usr/lib. MakeMaker (on Perl <= 5.8.x) + # creates the dirs, we delete them from the deb: + ! -d $(TMP)/usr/lib/perl5 ] || \ + rmdir --ignore-fail-on-non-empty --parents --verbose \ + $(TMP)/usr/lib/perl5 (the full patch, incl. changelog and all, is to be found at #467279) -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-4-vserver-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244 PGP key 1024D/8BB527AF 2001-10-23 Fingerprint: 0C79 D2D1 2C4E 9CE4 5973 F800 D80E F35A 8BB5 27AF
signature.asc
Description: Digital signature