tags 468029 + patch
thanks

Hi,

Attached is the diff for my libgtk2-ex-volumebutton-perl 0.07-1.1 NMU.

-- 
Mark Hymers <mhy at debian dot org>
diff -u libgtk2-ex-volumebutton-perl-0.07/debian/changelog libgtk2-ex-volumebutton-perl-0.07/debian/changelog
--- libgtk2-ex-volumebutton-perl-0.07/debian/changelog
+++ libgtk2-ex-volumebutton-perl-0.07/debian/changelog
@@ -1,3 +1,10 @@
+libgtk2-ex-volumebutton-perl (0.07-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #468029.
+
+ -- Mark Hymers <[EMAIL PROTECTED]>  Sat, 05 Apr 2008 14:36:54 +0100
+
 libgtk2-ex-volumebutton-perl (0.07-1) unstable; urgency=low
 
   * New upstream release.
diff -u libgtk2-ex-volumebutton-perl-0.07/debian/rules libgtk2-ex-volumebutton-perl-0.07/debian/rules
--- libgtk2-ex-volumebutton-perl-0.07/debian/rules
+++ libgtk2-ex-volumebutton-perl-0.07/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