tags 467898 + patch
thanks

Hi,

Attached is the diff for my libmodule-pluggable-fast-perl 0.18-1.1 NMU.

-- 
Mark Hymers <mhy at debian dot org>
diff -u libmodule-pluggable-fast-perl-0.18/debian/changelog libmodule-pluggable-fast-perl-0.18/debian/changelog
--- libmodule-pluggable-fast-perl-0.18/debian/changelog
+++ libmodule-pluggable-fast-perl-0.18/debian/changelog
@@ -1,3 +1,10 @@
+libmodule-pluggable-fast-perl (0.18-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #467898
+
+ -- Mark Hymers <[EMAIL PROTECTED]>  Sat, 05 Apr 2008 21:09:11 +0100
+
 libmodule-pluggable-fast-perl (0.18-1) unstable; urgency=low
 
   * New upstream release.
diff -u libmodule-pluggable-fast-perl-0.18/debian/rules libmodule-pluggable-fast-perl-0.18/debian/rules
--- libmodule-pluggable-fast-perl-0.18/debian/rules
+++ libmodule-pluggable-fast-perl-0.18/debian/rules
@@ -30,7 +30,7 @@
 	dh_clean -k
 	TEST_POD=1 $(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	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
 
 binary-arch:

Reply via email to