--- libtext-table-perl-1.132.orig/debian/changelog +++ libtext-table-perl-1.132/debian/changelog @@ -0,0 +1,31 @@ +libtext-table-perl (1.132-1) unstable; urgency=low + + * New upstream version + * Standards-Version: 3.9.8 + + -- Zed Pobre Fri, 30 Dec 2016 12:49:21 -0500 + +libtext-table-perl (1.123-1) unstable; urgency=low + + * New upstream version + * Switch from CDBS to Debhelper + * Standards-Version: 3.9.2 + + -- Zed Pobre Fri, 17 Jun 2011 17:43:19 -0400 + +libtext-table-perl (1.118-1) unstable; urgency=low + + * New upstream version (closes: #624311) + * As of 1.118, the license has been formally changed to ISC (2-clause BSD) + * debian/copyright format changed to DEP-5 + * Fixed reference to GPL-2 license + * Standards-Version: 3.9.1 (no changes needed) + + -- Zed Pobre Fri, 06 May 2011 15:09:02 -0400 + +libtext-table-perl (1.114-1) unstable; urgency=low + + * Initial release (Closes: #524532) + + -- Zed Pobre Fri, 17 Apr 2009 15:08:51 -0400 + --- libtext-table-perl-1.132.orig/debian/compat +++ libtext-table-perl-1.132/debian/compat @@ -0,0 +1 @@ +7 --- libtext-table-perl-1.132.orig/debian/control +++ libtext-table-perl-1.132/debian/control @@ -0,0 +1,17 @@ +Source: libtext-table-perl +Section: perl +Priority: extra +Maintainer: Zed Pobre +Build-Depends: debhelper (>= 7), libtext-aligner-perl (>= 0.05) +Standards-Version: 3.9.8 +Homepage: http://search.cpan.org/perldoc?Text::Table + +Package: libtext-table-perl +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libtext-aligner-perl (>= 0.05) +Description: Create tables that adapt to alignment requirements + You create a Text::Table object by describing the columns the table + is going to have. Then you load lines of data into the table, and + finally print the resulting output lines. Alignment of data and + column titles is handled dynamically in dependence on the data + present. --- libtext-table-perl-1.132.orig/debian/copyright +++ libtext-table-perl-1.132/debian/copyright @@ -0,0 +1,26 @@ +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 +Upstream-Name: Text::Table +Upstream-Contact: Shlomi Fish +Source: http://search.cpan.org/perldoc?Text::Table + +Files: * +Copyright: 2002-2011 Anno Siegel , + 2011 Shlomi Fish +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Files: debian/* +Copyright: 2009-2011 Zed Pobre +License: GPL-2 + The Debian packaging is (C) 2009, Zed Pobre and is + licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'. --- libtext-table-perl-1.132.orig/debian/dirs +++ libtext-table-perl-1.132/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- libtext-table-perl-1.132.orig/debian/docs +++ libtext-table-perl-1.132/debian/docs @@ -0,0 +1 @@ +README --- libtext-table-perl-1.132.orig/debian/rules +++ libtext-table-perl-1.132/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libtext-table-perl-1.132.orig/debian/watch +++ libtext-table-perl-1.132/debian/watch @@ -0,0 +1,7 @@ +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# +http://search.cpan.org/perldoc?Text::Table .*Text-Table-(.*)\.tar\.gz