[libmail-milter-perl] 05/09: Imported Debian patch 0.06-1.1

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 8 18:17:07 UTC 2015


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

bengen pushed a commit to branch master
in repository libmail-milter-perl.

commit 9c3597443b1bd4bdc04088d1f6b9b7550bbe96a5
Author: Mark Hymers <mhy at debian.org>
Date:   Sat Apr 5 21:09:10 2008 +0100

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

diff --git a/debian/changelog b/debian/changelog
index bb1471f..c8b1d12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libmail-milter-perl (0.06-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #467893
+
+ -- Mark Hymers <mhy at debian.org>  Sat, 05 Apr 2008 21:09:10 +0100
+
 libmail-milter-perl (0.06-1) unstable; urgency=low
 
   * New upstream version (Closes: #329580)
diff --git a/debian/rules b/debian/rules
index 80d2e59..f4c0cac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ install-stamp: build-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/libmail-milter-perl.git



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