tags 479922 + patch
thanks

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The attached patch seems to fix this in my sid chroot

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://getfiregpg.org

iD8DBQFIQGjqVDAgnE3XzJMRAmmsAKC1BNU0Uqcu/BxBGngwOT0QZzYWhQCdHnJj
Uz0V8vGiFyLcL/NVa2b/Goc=
=wgf6
-----END PGP SIGNATURE-----
--- libxml-sax-writer-perl-0.50.orig/debian/rules
+++ libxml-sax-writer-perl-0.50/debian/rules
@@ -32,7 +32,7 @@
 	dh_clean -k
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	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
 
 binary-arch:
--- libxml-sax-writer-perl-0.50.orig/debian/changelog
+++ libxml-sax-writer-perl-0.50/debian/changelog
@@ -1,3 +1,12 @@
+libxml-sax-writer-perl (0.50-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules:
+    + Don't fail when perl is smart enough not to create empty dirs. (Closes:
+      #479922)
+
+ -- Jeffrey Ratcliffe <[EMAIL PROTECTED]>  Fri, 30 May 2008 22:40:15 +0200
+
 libxml-sax-writer-perl (0.50-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Reply via email to