r25429 - in /trunk/libdata-showtable-perl: ShowTable.pm debian/ debian/README.Debian debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rules showtable

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 19 20:56:53 UTC 2008


Author: gregoa
Date: Fri Sep 19 20:56:50 2008
New Revision: 25429

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25429
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libdata-showtable-perl/debian/
    trunk/libdata-showtable-perl/debian/README.Debian
    trunk/libdata-showtable-perl/debian/changelog
    trunk/libdata-showtable-perl/debian/compat
    trunk/libdata-showtable-perl/debian/control
    trunk/libdata-showtable-perl/debian/copyright
    trunk/libdata-showtable-perl/debian/docs
    trunk/libdata-showtable-perl/debian/rules   (with props)
Modified:
    trunk/libdata-showtable-perl/ShowTable.pm
    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=25429&op=diff
==============================================================================
--- trunk/libdata-showtable-perl/ShowTable.pm (original)
+++ trunk/libdata-showtable-perl/ShowTable.pm Fri Sep 19 20:56:50 2008
@@ -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

Added: trunk/libdata-showtable-perl/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/README.Debian?rev=25429&op=file
==============================================================================
--- trunk/libdata-showtable-perl/debian/README.Debian (added)
+++ trunk/libdata-showtable-perl/debian/README.Debian Fri Sep 19 20:56:50 2008
@@ -1,0 +1,10 @@
+libdata-showtable-perl for Debian
+----------------------
+
+ShowTable.pm, version 3.3, is a Perl 5 module which defines subroutines
+to print arrays of data in a nicely formatted listing, using one of
+four possible formats: simple table, boxed table, list style, and
+HTML-formatting (for World-Wide-Web output).  See the documentation on
+ShowTable.pm for details on the formatting.
+
+ -- Jesus M. Gonzalez-Barahona <jgb at computer.org>, Thu, 20 Apr 2000 11:10:38 +0200

Added: trunk/libdata-showtable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/changelog?rev=25429&op=file
==============================================================================
--- trunk/libdata-showtable-perl/debian/changelog (added)
+++ trunk/libdata-showtable-perl/debian/changelog Fri Sep 19 20:56:50 2008
@@ -1,0 +1,45 @@
+libdata-showtable-perl (3.3-6) unstable; urgency=low
+
+  * QA Upload
+    + change maintainer address to QA group
+  * Bump debhelper compat level to 5
+  * Use $(MAKE) test
+  * Add call to dh_md5sums
+  * Add CPAN as homepage
+
+ -- Frank Lichtenheld <djpig at debian.org>  Thu, 24 Apr 2008 02:01:49 +0200
+
+libdata-showtable-perl (3.3-5) unstable; urgency=low
+
+  * Added reference to /usr/share/common-licenses/GPL (Closes: #157564)
+
+ -- Jesus M. Gonzalez-Barahona <jgb at debian.org>  Sun, 29 Aug 2004 00:38:27 +0200
+
+libdata-showtable-perl (3.3-4) unstable; urgency=low
+
+  * Fixed spelling error (Closes: #124929)
+  * Changed Build-Depends to Build-Depends-Indep in control file
+  * Removed emacs config lines from changelog file
+  
+ -- Jesus M. Gonzalez-Barahona <jgb at debian.org>  Tue, 25 Dec 2001 18:39:50 +0100
+
+libdata-showtable-perl (3.3-3) unstable; urgency=low
+
+  * Changed architecture from "any" to "all" (Closes: #94844)
+
+ -- Jesus M. Gonzalez-Barahona <jgb at debian.org>  Wed, 13 Jun 2001 18:28:46 +0200
+
+libdata-showtable-perl (3.3-2) unstable; urgency=low
+
+  * make and make install in accordance with Perl Policy
+  * Build-Depends in accordance with Perl Policy
+
+ -- Jesus M. Gonzalez-Barahona <jgb at debian.org>  Sun, 20 May 2001 00:51:54 +0200
+
+libdata-showtable-perl (3.3-1) unstable; urgency=low
+
+  * Initial Release (Closes: #84688).
+
+
+ -- Jesus M. Gonzalez-Barahona <jgb at debian.org>  Sat, 17 Mar 2001 13:46:35 +0100
+

Added: trunk/libdata-showtable-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/compat?rev=25429&op=file
==============================================================================
--- trunk/libdata-showtable-perl/debian/compat (added)
+++ trunk/libdata-showtable-perl/debian/compat Fri Sep 19 20:56:50 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libdata-showtable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/control?rev=25429&op=file
==============================================================================
--- trunk/libdata-showtable-perl/debian/control (added)
+++ trunk/libdata-showtable-perl/debian/control Fri Sep 19 20:56:50 2008
@@ -1,0 +1,20 @@
+Source: libdata-showtable-perl
+Section: perl
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: debhelper (>> 5.0.0)
+Build-Depends-Indep: perl (>= 5.6.0-16)
+Standards-Version: 3.6.1
+Homepage: http://search.cpan.org/dist/Data-ShowTable/
+
+Package: libdata-showtable-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Print arrays of data in a formatted listing
+ ShowTable.pm, is a Perl 5 module which defines subroutines
+ to print arrays of data in a nicely formatted listing, using one of
+ four possible formats: simple table, boxed table, list style, and
+ HTML-formatting (for World-Wide-Web output).
+ In other words, showtable is a data formatting program.  Using the
+ '-html' option, showtable can accept ASCII tabular data and format it
+ appropriately for display through a Web-browser.

Added: trunk/libdata-showtable-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/copyright?rev=25429&op=file
==============================================================================
--- trunk/libdata-showtable-perl/debian/copyright (added)
+++ trunk/libdata-showtable-perl/debian/copyright Fri Sep 19 20:56:50 2008
@@ -1,0 +1,30 @@
+This package was debianized by Jesus M. Gonzalez-Barahona <jgb at debian.org> on
+Thu, 20 Apr 2000 11:10:38 +0200.
+
+It was downloaded from http://search.cpan.org/search?dist=Data-ShowTable
+
+Upstream Author: Alan Stebbens <aks at sgi.com>
+
+Copyright:
+
+#
+#    Copyright (C) 1996,1997  Alan K. Stebbens <aks at sgi.com>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
+#    MA 02111-1307, USA.
+#
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.

Added: trunk/libdata-showtable-perl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/docs?rev=25429&op=file
==============================================================================
--- trunk/libdata-showtable-perl/debian/docs (added)
+++ trunk/libdata-showtable-perl/debian/docs Fri Sep 19 20:56:50 2008
@@ -1,0 +1,3 @@
+README
+showtable-3.3.html
+Data-ShowTable-3.3.html

Added: trunk/libdata-showtable-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/debian/rules?rev=25429&op=file
==============================================================================
--- trunk/libdata-showtable-perl/debian/rules (added)
+++ trunk/libdata-showtable-perl/debian/rules Fri Sep 19 20:56:50 2008
@@ -1,0 +1,47 @@
+#!/usr/bin/make -f
+# -*- Makefile -*-
+
+ifndef PERL
+PERL=/usr/bin/perl
+endif
+
+binary: binary-indep binary-arch
+
+binary-arch: build install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_perl
+	dh_installchangelogs Changes
+	dh_installdocs
+	dh_fixperms
+	dh_compress
+	dh_strip
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp install-stamp
+	if [ -f Makefile ]; then $(MAKE) distclean; fi
+	dh_clean
+
+install: install-stamp
+install-stamp:
+	dh_testdir
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libdata-showtable-perl/usr
+
+.PHONY: binary binary-arch binary-indep clean

Propchange: trunk/libdata-showtable-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Modified: trunk/libdata-showtable-perl/showtable
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-showtable-perl/showtable?rev=25429&op=diff
==============================================================================
--- trunk/libdata-showtable-perl/showtable (original)
+++ trunk/libdata-showtable-perl/showtable Fri Sep 19 20:56:50 2008
@@ -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>




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