[libxml-treepp-perl] 05/07: Imported Debian patch 0.33-1.1

gregor herrmann gregoa at debian.org
Sat Aug 15 19:07:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libxml-treepp-perl.

commit 848bbd3e3f43778548ec92d1af2dcd635a22335e
Author: Mark Hymers <mhy at debian.org>
Date:   Sat Apr 5 21:09:04 2008 +0100

    Imported Debian patch 0.33-1.1
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 61258ee..dc34f88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxml-treepp-perl (0.33-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #467839
+
+ -- Mark Hymers <mhy at debian.org>  Sat, 05 Apr 2008 21:09:04 +0100
+
 libxml-treepp-perl (0.33-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index 0fc28d6..427e32a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ install-stamp:
 	# 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-treepp-perl.git



More information about the Pkg-perl-cvs-commits mailing list