[libdata-showtable-perl] 06/09: drop path-to-perl.patch (fixed upstream), refresh and forward pod-errors.patch

Florian Schlichting fsfs at alioth.debian.org
Mon Sep 16 08:42:28 UTC 2013


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

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

commit 8e31d68d099dcb052601f1b6ea30ac68d8d19194
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Sep 16 10:37:37 2013 +0200

    drop path-to-perl.patch (fixed upstream), refresh and forward pod-errors.patch
---
 debian/patches/path-to-perl.patch |   10 --
 debian/patches/pod-errors.patch   |  200 ++-----------------------------------
 debian/patches/series             |    1 -
 3 files changed, 8 insertions(+), 203 deletions(-)

diff --git a/debian/patches/path-to-perl.patch b/debian/patches/path-to-perl.patch
deleted file mode 100644
index edc55ce..0000000
--- a/debian/patches/path-to-perl.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-Subject: Fix path to perl binary
-
---- libdata-showtable-perl.orig/showtable
-+++ libdata-showtable-perl/showtable
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl5
-+#!/usr/bin/perl
- # showtable - read data and show it
- #
- #    Copyright (C) 1996,1997  Alan K. Stebbens <aks at sgi.com>
diff --git a/debian/patches/pod-errors.patch b/debian/patches/pod-errors.patch
index 694c1a2..2965c8b 100644
--- a/debian/patches/pod-errors.patch
+++ b/debian/patches/pod-errors.patch
@@ -1,8 +1,9 @@
 From: Ansgar Burchardt <ansgar at 43-1.org>
 Subject: Fix POD errors
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=88703
 
---- libdata-showtable-perl.orig/ShowTable.pm
-+++ libdata-showtable-perl/ShowTable.pm
+--- a/ShowTable.pm
++++ b/ShowTable.pm
 @@ -24,7 +24,7 @@
  
  =head1 NAME
@@ -12,197 +13,12 @@ Subject: Fix POD errors
  
  =head1 USAGE
  
-@@ -211,11 +211,15 @@
+@@ -2162,6 +2206,8 @@
+ the HTML formatting techniques have not been given much consideration --
+ feel free to provide constructive feedback.
  
- Format and display the contents of one or more rows of data.
- 
--S<  >B<ShowTable> { I<parameter> => I<value>, ... };
-+=over
- 
--S<  >B<ShowTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub> 
-+=item B<ShowTable> { I<parameter> => I<value>, ... };
-+
-+=item B<ShowTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub> 
- [, I<\&fmt_sub> [, I<$max_width> ] [, I<$show_mode> ] ];
- 
-+=back
-+
- The B<ShowTable> subroutine displays tabular data aligned in columns,
- with headers.  B<ShowTable> supports four I<modes> of display: B<Box>, B<Table>,
- B<List>, and B<HTML>.  Each mode is described separately below.
-@@ -354,11 +358,15 @@
- 
- Show a list of database names.
- 
--S<  >B<ShowDatabases> I<\@dbnames>;
-+=over
- 
--S<  >B<ShowDatabases> { 'data' => I<\@dbnames>, I<parameter> =>
-+=item B<ShowDatabases> I<\@dbnames>;
-+
-+=item B<ShowDatabases> { 'data' => I<\@dbnames>, I<parameter> =>
- I<value>, ...};
- 
-+=back
-+
- B<ShowDatabases> is intended to be used to display a list of database
- names, under the column heading of "Databases".  It is a special case
- usage of B<ShowTable> (and can thus be passed any parameter suitable 
-@@ -388,9 +396,13 @@
- 
- Show an array of table names.
- 
--S<  >B<ShowTables> I<\@tblnames>;
-+=over
-+
-+=item B<ShowTables> I<\@tblnames>;
- 
--S<  >B<ShowTables> { 'data' => I<\@tblnames>, I<parameter> => I<value>, ...};
-+=item B<ShowTables> { 'data' => I<\@tblnames>, I<parameter> => I<value>, ...};
-+
-+=back
- 
- B<ShowTables> is used to display a list of table names, under the column
- heading of "Tables".  It is a special case usage of B<ShowTable>, and can
-@@ -417,9 +429,13 @@
- 
- Display a table of column names, types, and attributes.
- 
--S<  >B<ShowColumns> { I<parameter> => I<values>, ... };
-+=over
-+
-+=item B<ShowColumns> { I<parameter> => I<values>, ... };
- 
--S<  >B<ShowColumns> I<\@columns>, I<\@col_types>, I<\@col_lengths>, I<\@col_attrs>;
-+=item B<ShowColumns> I<\@columns>, I<\@col_types>, I<\@col_lengths>, I<\@col_attrs>;
-+
-+=back
- 
- The B<ShowColumns> subroutine displays a table of column names, types, lengths,
- and other attributes in a nicely formatted table.  It is a special case usage
-@@ -505,10 +521,14 @@
- 
- Show tabular data in a box.
- 
--S<  >B<ShowBoxTable> { I<parameter> = I<value>, ... };
-+=over
-+
-+=item B<ShowBoxTable> { I<parameter> = I<value>, ... };
- 
--S<  >B<ShowBoxTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub>
--S<      >[, [ I<\&fmt_sub> ] [, I<$max_width> ] ];
-+=item B<ShowBoxTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub>
-+[, [ I<\&fmt_sub> ] [, I<$max_width> ] ];
-+
-+=back
- 
- The B<ShowBoxTable> displays tabular data in titled columns using a "box" 
- of ASCII graphics, looking something like this:
-@@ -619,9 +639,13 @@
- 
- Display a table of data using a simple table format.
- 
--S<  >B<ShowSimpleTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub> [, I<\&fmt_sub>];
-+=over
- 
--S<  >B<ShowSimpleTable> { I<parameter> => I<values>, ... };
-+=item B<ShowSimpleTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub> [, I<\&fmt_sub>];
-+
-+=item B<ShowSimpleTable> { I<parameter> => I<values>, ... };
-+
 +=back
- 
- The B<ShowSimpleTable> subroutine formats data into a simple table of
- aligned columns, in the following example:
-@@ -717,11 +741,15 @@
- 
- Display a table of data nicely using HTML tables.
- 
--S<  >B<ShowHTMLTable> { I<parameter> => I<value>, ... };
-+=over
-+
-+=item B<ShowHTMLTable> { I<parameter> => I<value>, ... };
- 
--S<  >B<ShowHTMLTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub>
-+=item B<ShowHTMLTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub>
- [, I<\&fmt_sub> [, I<$max_width> [, I<\%URL_Keys> [, I<$no_escape> 
--[, I<\@title_formats [, I<\@data_formats [, I<$table_attrs> ] ] ] ] ] ] ];
-+[, I<\@title_formats> [, I<\@data_formats> [, I<$table_attrs> ] ] ] ] ] ] ];
-+
-+=back
- 
- The B<ShowHTMLTable> displays one or more rows of columns of data using
- the HTML C<\<TABLE\>> feature.  In addition to the usual parameter arguments
-@@ -982,11 +1010,15 @@
- 
- Display a table of data using a list format.
- 
--S<  >B<ShowListTable> { I<parameter> => I<value>, ... };
-+=over
-+
-+=item B<ShowListTable> { I<parameter> => I<value>, ... };
- 
--S<  >B<ShowListTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub> 
-+=item B<ShowListTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub> 
- [, I<\&fmt_sub> [, I<$max_width> [, I<$wrap_margin> ] ] ];
- 
-+=back
-+
- The arguments for B<ShowListTable> are the same as for L<"ShowTable">,
- except for those described next.
- 
-@@ -1140,7 +1172,11 @@
- 
- Fetch rows successively from one or more columns of data.
- 
--S<  >B<ShowRow> I<$rewindflag>, I<\$index>, I<$col_array_1> [, I<$col_array_2>, ...;]
-+=over
-+
-+=item B<ShowRow> I<$rewindflag>, I<\$index>, I<$col_array_1> [, I<$col_array_2>, ...;]
-+
-+=back
- 
- The B<ShowRow> subroutine returns a row of data from one or more
- columns of data.  It is designed to be used as a I<callback> routine,
-@@ -1207,7 +1243,11 @@
- argument, using its corresponding type, effective width, and precision
- is formatted into a field of a given maximum width. 
- 
--S<  >I<$fmt> = B<ShowTableValue> I<$value>, I<$type>, I<$max_width>, I<$width>, I<$precision>, I<$showmode>;
-+=over
-+
-+=item I<$fmt> = B<ShowTableValue> I<$value>, I<$type>, I<$max_width>, I<$width>, I<$precision>, I<$showmode>;
-+
-+=back
- 
- =over 10
- 
-@@ -1332,9 +1372,13 @@
- 
- =head1 PlainText
- 
--S<  >I<$plaintext> = B<&PlainText>(I<$htmltext>);
-+=over
-+
-+=item I<$plaintext> = B<&PlainText>(I<$htmltext>);
- 
--S<  >B<&PlainText>
-+=item B<&PlainText>
-+
-+=back
- 
- This function removes any HTML formatting sequences from the input argument,
- or from C<$_> if no argument is given.  The resulting plain text is returned
-@@ -1673,8 +1717,12 @@
- 
- is the ref to the array of maximum widths for the given columns.
- 
-+=back
-+
- =head2 B<ARGUMENTS>
- 
-+=over 10
 +
- =item I<$widthspec>
+ =cut
  
- A reference to an array of column width (or length) values, each given
+ #
diff --git a/debian/patches/series b/debian/patches/series
index d8fbdb9..fac1829 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-path-to-perl.patch
 pod-errors.patch

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



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