[libdata-stag-perl] 03/03: Drop missing-manpages.patch, applied upstream

Florian Schlichting fsfs at alioth.debian.org
Thu Sep 19 22:22:17 UTC 2013


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

fsfs pushed a commit to branch master
in repository libdata-stag-perl.

commit 601943c0ab42ff0c9ab8df5d43255bcdf9e5ba70
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Sep 19 23:59:03 2013 +0200

    Drop missing-manpages.patch, applied upstream
---
 debian/patches/missing-manpages.patch |   91 ---------------------------------
 debian/patches/series                 |    1 -
 2 files changed, 92 deletions(-)

diff --git a/debian/patches/missing-manpages.patch b/debian/patches/missing-manpages.patch
deleted file mode 100644
index 2f8a0fe..0000000
--- a/debian/patches/missing-manpages.patch
+++ /dev/null
@@ -1,91 +0,0 @@
-Author: Charles Plessy <plessy at debian.org>
-Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=37218
-Description: Adds POD documentation to supply missing manual pages.
- This patch is referenced in Debian bug #488614
-License: Same as Data::Stag itself
---- a/scripts/stag-itext2simple.pl
-+++ b/scripts/stag-itext2simple.pl
-@@ -12,3 +12,18 @@ foreach my $f (@ARGV) {
-     $p->parse($f);
- }
- 
-+__END__
-+
-+=head1 NAME
-+
-+stag-itext2simple - converts between stag formats
-+
-+=head1 DESCRIPTION
-+
-+Converts from itext to simple format.
-+
-+=head1 SEE ALSO
-+
-+L<Data::Stag>
-+
-+=cut
---- a/scripts/stag-itext2sxpr.pl
-+++ b/scripts/stag-itext2sxpr.pl
-@@ -11,4 +11,18 @@ foreach my $f (@ARGV) {
- }
- 
- 
-+__END__
- 
-+=head1 NAME
-+
-+stag-itext2sxpr - converts between stag formats
-+
-+=head1 DESCRIPTION
-+
-+Converts from itext to sxpr format.
-+
-+=head1 SEE ALSO
-+
-+L<Data::Stag>
-+
-+=cut
---- a/scripts/stag-itext2xml.pl
-+++ b/scripts/stag-itext2xml.pl
-@@ -12,3 +12,19 @@ foreach my $f (@ARGV) {
-     $p->parse($f);
-     print $h->tree->xml;
- }
-+
-+__END__
-+
-+=head1 NAME
-+
-+stag-itext2xml - converts between stag formats
-+
-+=head1 DESCRIPTION
-+
-+Converts from itext to xml format.
-+
-+=head1 SEE ALSO
-+
-+L<Data::Stag>
-+
-+=cut
---- a/scripts/stag-xml2itext.pl
-+++ b/scripts/stag-xml2itext.pl
-@@ -9,4 +9,19 @@ $p->handler($h);
- foreach my $xmlfile (@ARGV) {
-     $p->parse($xmlfile);
- }
-+__END__
-+
-+=head1 NAME
-+
-+stag-xml2itext - converts between stag formats
-+
-+=head1 DESCRIPTION
-+
-+Converts from xml to itext format.
-+
-+=head1 SEE ALSO
-+
-+L<Data::Stag>
-+
-+=cut
- 
diff --git a/debian/patches/series b/debian/patches/series
index 71b9268..9ad6f1a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-missing-manpages.patch
 fix_manpage_names.patch
 fix_pod_errors.patch
 more_pod_errors.patch

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



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