debian/0000755000000000000000000000000011706640122007165 5ustar debian/control0000644000000000000000000000156111706640122010573 0ustar Source: libterm-size-perl-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 8), perl, libtest-pod-perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libterm-size-perl-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libterm-size-perl-perl.git Homepage: http://search.cpan.org/dist/Term-Size-Perl/ Package: libterm-size-perl-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends} Description: pure Perl extension for retrieving the terminal size Term::Size::Perl is a pure Perl implementation of Term::Size, a module to retrieve the terminal size in terms of either characters or pixels. . It is currently the only working implementation of Term::Size::Any. debian/libterm-size-perl-perl.docs0000644000000000000000000000000711706640122014342 0ustar README debian/copyright0000644000000000000000000000212011706640122011113 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Adriano R. Ferreira Source: http://search.cpan.org/dist/Term-Size-Perl/ Name: Term-Size-Perl Files: * Copyright: 2006-2007, Adriano R. Ferreira License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017111706640122010215 0ustar version=3 http://search.cpan.org/dist/Term-Size-Perl/ .*/Term-Size-Perl-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011706640122010614 5ustar debian/patches/manpage_has_bad_whatis_entry.patch0000644000000000000000000000130411706640122017504 0ustar Description: give manpage the basic structure needed by lexgrog fixing "manpage_has_bad_whatis_entry" lintian warning Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=74219 --- a/inc/Probe.pm +++ b/inc/Probe.pm @@ -110,12 +110,16 @@ use vars qw(\$VERSION); \$VERSION = @{[MM->parse_version('Perl.pm')]}; -\=head1 Term::Size::Perl::Params +\=head1 NAME -\=head2 params +Term::Size::Perl::Params - parameters for Term::Size::Perl + +\=head1 SYNOPSIS \$href = Term::Size::Perl::Params +\=head1 DESCRIPTION + The configuration parameters C needs to know for retrieving the terminal size with C. debian/patches/series0000644000000000000000000000006611706640122012033 0ustar fix_spelling.patch manpage_has_bad_whatis_entry.patch debian/patches/fix_spelling.patch0000644000000000000000000000147411706640122014326 0ustar Description: fix pod spelling Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=74219 --- a/Perl.pm +++ b/Perl.pm @@ -38,7 +38,7 @@ C returns the terminal size in units of characters corresponding to the given filehandle C<$h>. -If the argument is ommitted, C<*STDIN{IO}> is used. +If the argument is omitted, C<*STDIN{IO}> is used. In scalar context, it returns the terminal width. =item B @@ -48,7 +48,7 @@ C returns the terminal size in units of pixels corresponding to the given filehandle C<$h>. -If the argument is ommitted, C<*STDIN{IO}> is used. +If the argument is omitted, C<*STDIN{IO}> is used. In scalar context, it returns the terminal width. Many systems with character-only terminals will return C<(0, 0)>. debian/compat0000644000000000000000000000000211706640122010363 0ustar 8 debian/changelog0000644000000000000000000000026711706640122011044 0ustar libterm-size-perl-perl (0.029-1) unstable; urgency=low * Initial Release. (Closes: #656798) -- Florian Schlichting Sat, 21 Jan 2012 21:18:17 +0100 debian/libterm-size-perl-perl.lintian-overrides0000644000000000000000000000042411706640122017053 0ustar # inc/Probe.pm queries system header files for values to put into # Term::Size::Perl::Params during build. These values are not the same # accross all architectures supported by Debian (e.g. linux vs kfreebsd). libterm-size-perl-perl: package-contains-no-arch-dependent-files debian/source/0000755000000000000000000000000011706640122010465 5ustar debian/source/format0000644000000000000000000000001411706640122011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611706640122010244 0ustar #!/usr/bin/make -f %: dh $@