r51909 - in /trunk/libdata-showtable-perl: ShowTable.pm debian/changelog debian/control debian/copyright debian/patches/ debian/patches/path-to-perl.patch debian/patches/pod-errors.patch debian/patches/series debian/source/ debian/source/format showtable

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 31 06:48:17 UTC 2010


Author: ansgar-guest
Date: Sun Jan 31 06:47:56 2010
New Revision: 51909

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51909
Log:
* Bump Standards-Version to 3.8.4.
* Use source format 3.0 (quilt).
* Move changes to upstream source to patches.
  + New patch: path-to-perl.patch
  + New patch: pod-errors.patch
* Correct additional POD syntax errors in pod-errors.patch.

Added:
    trunk/libdata-showtable-perl/debian/patches/
    trunk/libdata-showtable-perl/debian/patches/path-to-perl.patch
    trunk/libdata-showtable-perl/debian/patches/pod-errors.patch
    trunk/libdata-showtable-perl/debian/patches/series
    trunk/libdata-showtable-perl/debian/source/
    trunk/libdata-showtable-perl/debian/source/format
Modified:
    trunk/libdata-showtable-perl/ShowTable.pm
    trunk/libdata-showtable-perl/debian/changelog
    trunk/libdata-showtable-perl/debian/control
    trunk/libdata-showtable-perl/debian/copyright
    trunk/libdata-showtable-perl/showtable

Modified: trunk/libdata-showtable-perl/ShowTable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/ShowTable.pm?rev=51909&op=diff
==============================================================================
--- trunk/libdata-showtable-perl/ShowTable.pm (original)
+++ trunk/libdata-showtable-perl/ShowTable.pm Sun Jan 31 06:47:56 2010
@@ -721,7 +721,7 @@
 
 S<  >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> ] ] ] ] ] ] ];
 
 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

Modified: trunk/libdata-showtable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/changelog?rev=51909&op=diff
==============================================================================
--- trunk/libdata-showtable-perl/debian/changelog (original)
+++ trunk/libdata-showtable-perl/debian/changelog Sun Jan 31 06:47:56 2010
@@ -1,6 +1,4 @@
-libdata-showtable-perl (3.3-7) UNRELEASED; urgency=low
-
-  TODO: POD errors
+libdata-showtable-perl (3.3-7) unstable; urgency=low
 
   [ gregor herrmann ]
   * Take over for the Debian Perl Group; Closes: #465857 -- ITA
@@ -25,13 +23,18 @@
   * remove debian/README.Debian
   * refresh rules for debhelper 7
   * convert debian/copyright to proposed machine-readable format
-  * bump Standards-Version to 3.8.3
+  * Bump Standards-Version to 3.8.4.
   * add myself to Uploaders
   * no longer install showtable-3.3.html, Data-ShowTable-3.3.html
     (copy of POD documentation)
   * no longer install README (installation instructions)
+  * Use source format 3.0 (quilt).
+  * Move changes to upstream source to patches.
+    + New patch: path-to-perl.patch
+    + New patch: pod-errors.patch
+  * Correct additional POD syntax errors in pod-errors.patch.
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 17 Aug 2009 12:56:30 +0200
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 31 Jan 2010 15:46:45 +0900
 
 libdata-showtable-perl (3.3-6) unstable; urgency=low
 

Modified: trunk/libdata-showtable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/control?rev=51909&op=diff
==============================================================================
--- trunk/libdata-showtable-perl/debian/control (original)
+++ trunk/libdata-showtable-perl/debian/control Sun Jan 31 06:47:56 2010
@@ -6,7 +6,7 @@
  Ansgar Burchardt <ansgar at 43-1.org>
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-showtable-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-showtable-perl/
 Homepage: http://search.cpan.org/dist/Data-ShowTable/

Modified: trunk/libdata-showtable-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/copyright?rev=51909&op=diff
==============================================================================
--- trunk/libdata-showtable-perl/debian/copyright (original)
+++ trunk/libdata-showtable-perl/debian/copyright Sun Jan 31 06:47:56 2010
@@ -1,10 +1,8 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Upstream-Maintainer: Alan K. Stebbens <aks at sgi.com>
 Upstream-Source: http://search.cpan.org/dist/Data-ShowTable/
 Upstream-Name: Data-ShowTable
 
-Files: *
 Copyright: © 1996-1997, Alan K. Stebbens <aks at sgi.com>
 License: GPL-2+
 

Added: trunk/libdata-showtable-perl/debian/patches/path-to-perl.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/patches/path-to-perl.patch?rev=51909&op=file
==============================================================================
--- trunk/libdata-showtable-perl/debian/patches/path-to-perl.patch (added)
+++ trunk/libdata-showtable-perl/debian/patches/path-to-perl.patch Sun Jan 31 06:47:56 2010
@@ -1,0 +1,10 @@
+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>

Added: trunk/libdata-showtable-perl/debian/patches/pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/patches/pod-errors.patch?rev=51909&op=file
==============================================================================
--- trunk/libdata-showtable-perl/debian/patches/pod-errors.patch (added)
+++ trunk/libdata-showtable-perl/debian/patches/pod-errors.patch Sun Jan 31 06:47:56 2010
@@ -1,0 +1,208 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Subject: Fix POD errors
+
+--- libdata-showtable-perl.orig/ShowTable.pm
++++ libdata-showtable-perl/ShowTable.pm
+@@ -24,7 +24,7 @@
+ 
+ =head1 NAME
+ 
+-B<ShowTable> - routines to display tabular data in several formats.
++Data::ShowTable - routines to display tabular data in several formats.
+ 
+ =head1 USAGE
+ 
+@@ -211,11 +211,15 @@
+ 
+ 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>
+ 
+ A reference to an array of column width (or length) values, each given

Added: trunk/libdata-showtable-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/patches/series?rev=51909&op=file
==============================================================================
--- trunk/libdata-showtable-perl/debian/patches/series (added)
+++ trunk/libdata-showtable-perl/debian/patches/series Sun Jan 31 06:47:56 2010
@@ -1,0 +1,2 @@
+path-to-perl.patch
+pod-errors.patch

Added: trunk/libdata-showtable-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/source/format?rev=51909&op=file
==============================================================================
--- trunk/libdata-showtable-perl/debian/source/format (added)
+++ trunk/libdata-showtable-perl/debian/source/format Sun Jan 31 06:47:56 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libdata-showtable-perl/showtable
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/showtable?rev=51909&op=diff
==============================================================================
--- trunk/libdata-showtable-perl/showtable (original)
+++ trunk/libdata-showtable-perl/showtable Sun Jan 31 06:47:56 2010
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/perl5
 # showtable - read data and show it
 #
 #    Copyright (C) 1996,1997  Alan K. Stebbens <aks at sgi.com>




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