tags 463555 + patch
thanks

Hi,

Attached is the diff for my libcompress-bzip2-perl 2.09-1.1 NMU.

Cheers,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------
diff -u libcompress-bzip2-perl-2.09/debian/changelog libcompress-bzip2-perl-2.09/debian/changelog
--- libcompress-bzip2-perl-2.09/debian/changelog
+++ libcompress-bzip2-perl-2.09/debian/changelog
@@ -1,3 +1,10 @@
+libcompress-bzip2-perl (2.09-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Conditionally remove $(TMP)/usr/share/perl5 (closes: #463555)
+
+ -- Stephen Gran <[EMAIL PROTECTED]>  Sat, 05 Apr 2008 12:01:02 +0100
+
 libcompress-bzip2-perl (2.09-1) unstable; urgency=low
 
   * New upstream release (Closes: #324698)
diff -u libcompress-bzip2-perl-2.09/debian/rules libcompress-bzip2-perl-2.09/debian/rules
--- libcompress-bzip2-perl-2.09/debian/rules
+++ libcompress-bzip2-perl-2.09/debian/rules
@@ -58,7 +58,7 @@
 	# As this is a architecture dependent package, we are not
 	# supposed to install stuff to /usr/share. 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 --verbose $(TMP)/usr/share/perl5
 
 	touch install-stamp
 

Attachment: signature.asc
Description: Digital signature

Reply via email to