[liblwpx-paranoidagent-perl] 02/26: Imported Debian patch 1.03-1.1
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 8 11:47:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository liblwpx-paranoidagent-perl.
commit 18ab3f328fdeed51c0d3c3c09aaf821ce0ee7f9c
Author: Mark Hymers <mhy at debian.org>
Date: Sat Apr 5 21:09:10 2008 +0100
Imported Debian patch 1.03-1.1
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8fcdce0..0e8d143 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+liblwpx-paranoidagent-perl (1.03-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS with Perl 5.10. Closes: #467890
+
+ -- Mark Hymers <mhy at debian.org> Sat, 05 Apr 2008 21:09:10 +0100
+
liblwpx-paranoidagent-perl (1.03-1) unstable; urgency=low
* Initial Release. (Closes: #399458)
diff --git a/debian/rules b/debian/rules
index e3a11c3..e96fc4b 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/liblwpx-paranoidagent-perl.git
More information about the Pkg-perl-cvs-commits
mailing list