tags 467902 + patch
thanks

Hi,

Attached is the diff for my liblwp-protocol-http-socketunix-perl 0.02-1.1 NMU.

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