tags 463549 + patch
thanks

Hi,

Attached is the diff for my libxml-libxslt-perl 1.62-1.1 NMU.
diff -u libxml-libxslt-perl-1.62/debian/changelog libxml-libxslt-perl-1.62/debian/changelog
--- libxml-libxslt-perl-1.62/debian/changelog
+++ libxml-libxslt-perl-1.62/debian/changelog
@@ -1,3 +1,10 @@
+libxml-libxslt-perl (1.62-1.1) unstable; urgency=low
+
+  * Non-maintainer upload for the Perl 5.10 transition.
+  * Don't try to remove /usr/share/perl5 if it doesn't exist. (Closes: #463549)
+
+ -- Niko Tyni <[EMAIL PROTECTED]>  Tue, 01 Apr 2008 20:42:09 +0300
+
 libxml-libxslt-perl (1.62-1) unstable; urgency=low
 
   * New upstream release (Closes: #397337).
diff -u libxml-libxslt-perl-1.62/debian/rules libxml-libxslt-perl-1.62/debian/rules
--- libxml-libxslt-perl-1.62/debian/rules
+++ libxml-libxslt-perl-1.62/debian/rules
@@ -37,7 +37,7 @@
 	dh_clean -k
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
 	touch install-stamp
 
 # Build architecture-independent files here.

Reply via email to