I've uploaded a NMU with the following patch:
diff -u perlipq-1.25/debian/changelog perlipq-1.25/debian/changelog
--- perlipq-1.25/debian/changelog
+++ perlipq-1.25/debian/changelog
@@ -1,3 +1,10 @@
+perlipq (1.25-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS with perl 5.10. Closes: #479917
+
+ -- Frank Lichtenheld <[EMAIL PROTECTED]> Wed, 09 Jul 2008 20:44:59 +0200
+
perlipq (1.25-1) unstable; urgency=low
* Initial Release.
diff -u perlipq-1.25/debian/rules perlipq-1.25/debian/rules
--- perlipq-1.25/debian/rules
+++ perlipq-1.25/debian/rules
@@ -60,7 +60,8 @@
# As this is a architecture dependent package, we are not supposed to
install
# stuff to /usr/share/perl5. MakeMaker creates the dirs, we delete them
from
# the deb:
- rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+ [ ! -d $(TMP)/usr/share/perl5 ] || \
+ rmdir --ignore-fail-on-non-empty --parents
$(TMP)/usr/share/perl5
touch install-stamp
Gruesse,
--
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]