tags 467798 + patch
thanks

Hi,

Attached is the diff for my libmail-checkuser-perl 1.21-1.1 NMU.

-- 
Mark Hymers <mhy at debian dot org>
diff -u libmail-checkuser-perl-1.21/debian/changelog libmail-checkuser-perl-1.21/debian/changelog
--- libmail-checkuser-perl-1.21/debian/changelog
+++ libmail-checkuser-perl-1.21/debian/changelog
@@ -1,3 +1,10 @@
+libmail-checkuser-perl (1.21-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #467798
+
+ -- Mark Hymers <[EMAIL PROTECTED]>  Sat, 05 Apr 2008 21:09:00 +0100
+
 libmail-checkuser-perl (1.21-1) unstable; urgency=low
 
   * Initial Release.
diff -u libmail-checkuser-perl-1.21/debian/rules libmail-checkuser-perl-1.21/debian/rules
--- libmail-checkuser-perl-1.21/debian/rules
+++ libmail-checkuser-perl-1.21/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
 

Reply via email to