debian/0000755000000000000000000000000011706640721007172 5ustar debian/control0000644000000000000000000000204411706640721010575 0ustar Source: libterm-size-any-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: libdevel-hide-perl, libterm-size-perl-perl, perl, libtest-pod-perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libterm-size-any-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libterm-size-any-perl.git Homepage: http://search.cpan.org/dist/Term-Size-Any/ Package: libterm-size-any-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdevel-hide-perl, libterm-size-perl-perl Description: unified interface to retrieve the terminal size from Perl Term::Size::Any presents a unified interface to retrieve the terminal size in terms of characters or pixels. To do the job, it loads the first available module from a list of known alternatives, in this order: * Term::Size::Perl * Term::Size * Term::Size::ReadKey debian/copyright0000644000000000000000000000211211706640721011121 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-Any/ Name: Term-Size-Any Files: * Copyright: 2008, 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/watch0000644000000000000000000000016711706640721010227 0ustar version=3 http://search.cpan.org/dist/Term-Size-Any/ .*/Term-Size-Any-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011706640721010621 5ustar debian/patches/fix_pod_spelling.patch0000644000000000000000000000153711706640721015175 0ustar Description: fix pod spelling issues Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=74220 --- a/lib/Term/Size/Any.pod +++ b/lib/Term/Size/Any.pod @@ -64,7 +64,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 @@ -74,7 +74,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/patches/series0000644000000000000000000000002711706640721012035 0ustar fix_pod_spelling.patch debian/compat0000644000000000000000000000000211706640721010370 0ustar 8 debian/changelog0000644000000000000000000000026611706640721011050 0ustar libterm-size-any-perl (0.001-1) unstable; urgency=low * Initial Release. (Closes: #656796) -- Florian Schlichting Sat, 21 Jan 2012 22:11:13 +0100 debian/source/0000755000000000000000000000000011706640721010472 5ustar debian/source/format0000644000000000000000000000001411706640721011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611706640721010251 0ustar #!/usr/bin/make -f %: dh $@