[libglib-perl] 23/25: Drop Properly-escape-dash-in-generated-POD.patch: applied upstream.

Intrigeri intrigeri at moszumanska.debian.org
Tue Dec 29 18:43:56 UTC 2015


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

intrigeri pushed a commit to branch experimental
in repository libglib-perl.

commit 8b339a3146045d298e8265d9a90a9f645883dd24
Author: intrigeri <intrigeri at boum.org>
Date:   Tue Dec 29 18:06:25 2015 +0000

    Drop Properly-escape-dash-in-generated-POD.patch: applied upstream.
---
 .../Properly-escape-dash-in-generated-POD.patch    | 22 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 23 deletions(-)

diff --git a/debian/patches/Properly-escape-dash-in-generated-POD.patch b/debian/patches/Properly-escape-dash-in-generated-POD.patch
deleted file mode 100644
index 5f77693..0000000
--- a/debian/patches/Properly-escape-dash-in-generated-POD.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: intrigeri <intrigeri at boum.org>
-Date: Mon, 10 Aug 2015 12:59:29 +0000
-Subject: Properly escape dash in generated POD.
-Bug: https://bugzilla.gnome.org/show_bug.cgi?id=753467
-
----
- lib/Glib/MakeHelper.pm | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
-index 51e2c4a..30f7041 100644
---- a/lib/Glib/MakeHelper.pm
-+++ b/lib/Glib/MakeHelper.pm
-@@ -440,7 +440,7 @@ build/podindex :: \$(BLIB_DONE) Makefile build/doc.pl \$(POD_DEPENDS)
- 
- \$(INST_LIB)/\$(FULLEXT)/index.pod :: \$(INST_LIB)/\$(FULLEXT)/ build/podindex
- 	\$(NOECHO) \$(ECHO) Creating POD index...
--	\$(NOECHO) \$(FULLPERLRUN) -e "print qq(\\n=head1 NAME\\n\\n\$(NAME) - API Reference Pod Index\\n\\n=head1 PAGES\\n\\n=over\\n\\n)" \\
-+	\$(NOECHO) \$(FULLPERLRUN) -e "print qq(\\n=head1 NAME\\n\\n\$(NAME) \\\\- API Reference Pod Index\\n\\n=head1 PAGES\\n\\n=over\\n\\n)" \\
- 		> \$(INST_LIB)/\$(FULLEXT)/index.pod
- 	\$(NOECHO) \$(FULLPERLRUN) -ne "print q(=item L<) . (split q( ))[1] . qq(>\\n\\n);" < build/podindex >> \$(INST_LIB)/\$(FULLEXT)/index.pod
- 	\$(NOECHO) \$(FULLPERLRUN) -e "print qq(=back\\n\\n);" >> \$(INST_LIB)/\$(FULLEXT)/index.pod
diff --git a/debian/patches/series b/debian/patches/series
index e114de1..0724eb4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 remove-version-checking
 Add-missing-information-to-POD.patch
-Properly-escape-dash-in-generated-POD.patch

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



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