[libgnome2-perl] 03/06: drop pods-extra-mkdir.patch, not needed anymore

Damyan Ivanov dmn at alioth.debian.org
Sat Nov 9 09:06:20 UTC 2013


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

dmn pushed a commit to branch master
in repository libgnome2-perl.

commit 01a109509b4a4068c0696723cce2d45ac58c124f
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Nov 9 11:01:11 2013 +0200

    drop pods-extra-mkdir.patch, not needed anymore
---
 debian/patches/pods-extra-mkdir.patch |   19 -------------------
 debian/patches/series                 |    1 -
 2 files changed, 20 deletions(-)

diff --git a/debian/patches/pods-extra-mkdir.patch b/debian/patches/pods-extra-mkdir.patch
deleted file mode 100644
index d0abec7..0000000
--- a/debian/patches/pods-extra-mkdir.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: do not fail maiking an already existing directory
- For some reason blib/lib/$(NAME) already exists here (perl 5.18/Debian unstable)
- .
- Passing -p switch to mkdir avoids the failure if the directory already exists,
- while allowing it to be create if it doesn't
-Author: Damyan Ivanov <dmn at debian.org>
-Bug: https://bugzilla.gnome.org/show_bug.cgi?id=710403
-
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -182,7 +182,7 @@ sub MY::postamble {
- 		)
-           . "
- \$(INST_LIB)/\$(FULLEXT)/enums.pod : \$(BLIB_DONE) maps podifyenums.pl
--	mkdir blib/lib/\$(NAME)
-+	mkdir -p blib/lib/\$(NAME)
- 	\$(PERLRUNINST) -M\$(NAME) podifyenums.pl \$(NAME) maps > \$@
- ";
- }
diff --git a/debian/patches/series b/debian/patches/series
index 8f989ba..ad85da2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-pods-extra-mkdir.patch
 pod-spelling.patch

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



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