--- libtext-aligner-perl-0.07.orig/debian/changelog +++ libtext-aligner-perl-0.07/debian/changelog @@ -0,0 +1,21 @@ +libtext-aligner-perl (0.07-1) unstable; urgency=low + + * New upstream version + * Color support added + * Standards-Version: 3.9.2 + * Switch from CDBS to DH + + -- Zed Pobre Fri, 10 Jun 2011 12:26:48 -0400 + +libtext-aligner-perl (0.03-2) unstable; urgency=low + + * Fix missing ${perl:Depends} + + -- Zed Pobre Fri, 17 Apr 2009 17:23:43 -0400 + +libtext-aligner-perl (0.03-1) unstable; urgency=low + + * Initial release (Closes: #524530) + + -- Zed Pobre Fri, 17 Apr 2009 15:08:19 -0400 + --- libtext-aligner-perl-0.07.orig/debian/compat +++ libtext-aligner-perl-0.07/debian/compat @@ -0,0 +1 @@ +7 --- libtext-aligner-perl-0.07.orig/debian/control +++ libtext-aligner-perl-0.07/debian/control @@ -0,0 +1,16 @@ +Source: libtext-aligner-perl +Section: perl +Priority: extra +Maintainer: Zed Pobre +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.2 +Homepage: http://search.cpan.org/perldoc?Text::Aligner + +Package: libtext-aligner-perl +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} +Description: Justify strings to various alignment styles + Text::Aligner exports a single function, align(), which is used to + justify strings to various alignment styles. The alignment + specification is the first argument, followed by any number of + scalars which are subject to alignment. --- libtext-aligner-perl-0.07.orig/debian/copyright +++ libtext-aligner-perl-0.07/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Zed Pobre on +Fri, 17 Apr 2009 15:08:19 -0400. + +It was downloaded from http://search.cpan.org/perldoc?Text::Aligner + +Upstream Author: + + Anno Siegel + +Copyright: + + Copyright (c) 2002 Anno Siegel. + +License: + + This program is free software; you can redistribute it and/or + modify it under the same terms as Perl itself (either the Artistic + License, or the GPL, version 1 or later). + + THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED + WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES + OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + +On Debian systems, the complete text of the Artistic License can be +found in '/usr/share/common-licenses/Artistic'. The complete text of +the GPL can be found in '/usr/share/common-licenses/GPL' + +The Debian packaging is (C) 2009, Zed Pobre and is +licensed under the GPL version 2, see `/usr/share/common-licenses/GPL2'. --- libtext-aligner-perl-0.07.orig/debian/dirs +++ libtext-aligner-perl-0.07/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- libtext-aligner-perl-0.07.orig/debian/docs +++ libtext-aligner-perl-0.07/debian/docs @@ -0,0 +1 @@ +README --- libtext-aligner-perl-0.07.orig/debian/rules +++ libtext-aligner-perl-0.07/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libtext-aligner-perl-0.07.orig/debian/watch +++ libtext-aligner-perl-0.07/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::Aligner .*Text-Aligner-(.*)\.tar\.gz --- libtext-aligner-perl-0.07.orig/debian/patches/10-pod.patch +++ libtext-aligner-perl-0.07/debian/patches/10-pod.patch @@ -0,0 +1,11 @@ +--- lib/Text/Aligner.pm-orig 2009-04-17 16:56:24.000000000 -0400 ++++ lib/Text/Aligner.pm 2009-04-17 16:56:46.000000000 -0400 +@@ -278,7 +278,7 @@ + + =head1 NAME + +-Text::Aligner ++Text::Aligner - justify strings to various alignment styles + + =head1 SYNOPSIS +