debian/0000755000000000000000000000000012231175076007172 5ustar debian/watch0000644000000000000000000000031611724750234010224 0ustar version=3 # force three digits after the dot opts="uversionmangle=s/^\d\.\d$/$&00/;s/^\d\.\d\d0$/$&0/" \ http://search.cpan.org/dist/Term-Size/ \ .*/Term-Size-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/rules0000755000000000000000000000003611724750234010252 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000241511724750234011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Term-Size Upstream-Contact: Adriano Ferreira Source: http://search.cpan.org/dist/Term-Size/ Files: * Copyright: 1997, Tim Goodwin 2006-2008, Adriano Ferreira License: Artistic or GPL-1+ Files: debian/* Copyright: 2003-2006, Chip Salzenberg 2006, David Moreno Garza 2006-2008, gregor herrmann 2008, Damyan Ivanov 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/source/0000755000000000000000000000000011724750234010473 5ustar debian/source/format0000644000000000000000000000001411724750234011701 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011724750234010622 5ustar debian/patches/series0000644000000000000000000000003211724750234012032 0ustar remove_scary_notice.patch debian/patches/remove_scary_notice.patch0000644000000000000000000000243111724750234015702 0ustar Description: remove "scary notice" from POD Adriano Ferreira is now the official maintainer and there's nothing unofficial about his Term-Size distribution any more. Sadly, he seems to have lost interest in Term::Size, not touching the module or this now-obsolete notice since 2008. Author: Florian Schlichting --- a/Size.pm +++ b/Size.pm @@ -26,21 +26,6 @@ =head1 DESCRIPTION - THIS IS AN UNOFFICIAL PATCH AGAINST Term-Size 0.2 DISTRIBUTION - FOUND ON CPAN (http://search.cpan.org/~timpx/Term-Size-0.2/). - IT IS UNOFFICIAL IN THE SENSE THAT THE AUTHOR Tim Goodwin - HASN'T APPROVED IT (YET, I HOPE). BECAUSE OF THIS, THIS - DISTRIBUTION IS NOT INDEXED AND AVAILABLE VIA cpan OR cpanp - SHELLS UNLESS YOU EXPLICITLY SAY - "install FERREIRA/Term-Size-0.203.tar.gz". - - THIS IS UNDELICATE? I THINK IT IS IN A CERTAIN SENSE. BUT IT - IS A WAY TO UNFREEZE THE CURRENT DISTRIBUTION STATUS. IF TIM - DISAPPROVES, I WILL REMOVE THIS DISTRIBUTION RIGHT AWAY. - IF HE APPROVES, I WILL REMOVE THIS DISTRIBUTION RIGHT AWAY - AND WORK OUT (AFTER BEEN GIVEN MAINTAINERSHIP STATUS) - A DISTRIBUTION WITHOUT THIS NOTE AND WHICH INDEXES CORRECTLY. - B is a Perl module which provides a straightforward way to retrieve the terminal size. debian/compat0000644000000000000000000000000211724750234010371 0ustar 9 debian/control0000644000000000000000000000163711724750234010605 0ustar Source: libterm-size-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9), libtest-pod-perl, perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Florian Schlichting Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Term-Size/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libterm-size-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libterm-size-perl.git Package: libterm-size-perl Architecture: any Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: Perl extension for retrieving terminal size Term::Size is a Perl module which provides a straightforward way to retrieve the terminal size, either as characters or pixels. Optionally, a file handle may be specified to retrieve the width and height of the associated terminal. debian/changelog0000644000000000000000000000622212231175075011045 0ustar libterm-size-perl (0.207-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:56:13 +0100 libterm-size-perl (0.207-1) unstable; urgency=low [ Damyan Ivanov ] * New upstream release * watch: mangle upstream versions to always force three digits after the dot [ Martín Ferrari ] * debian/watch: changed the quoting to fit PET's understanding of syntax, screw uscan! :) (see #515209.) There was also an error in the second regex. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Change my email address. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Added remove_scary_notice.patch. * Switched to source format 3.0 (quilt). * Refreshed debian/copyright. * Bumped Standards-Version to 3.9.3 (deleted versioning on ancient perl). * Bumped debhelper compatibility to 9 (use hardening flags). * Switched to short debian/rules. * Added build-dependency on libtest-pod-perl to enable t/99_pod.t. * Expanded long description by a few lines. * Added myself to Uploaders. -- Florian Schlichting Sun, 04 Mar 2012 19:50:59 +0100 libterm-size-perl (0.2-4) unstable; urgency=low [ gregor herrmann ] The 'ready for perl 5.10' release. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/control: add ${perl:Depends} (and ${misc:Depends}) to Depends to make the package pick up to correct dependency on perlapi; remove "-V" from dh_perl call in debian/rules. * Set Standards-Version to 3.7.3 (no changes). * Set debhelper compatibility level to 6. * debian/watch: improve regexp for matching upstream tarballs. * debian/copyright: rewrite from scratch. * debian/rules: - don't install empty /usr/share/perl5 directory if it exists - use $(CURDIR) instead of `pwd` - don't ignore errors of $(MAKE) realclean - move tests to build target - delete unused/unneeded dh_* calls - remove DESTDIR variable - move dh_clean before make distclean - use dh_clean to remove -stamp files - introduce install-stamp target depending on build-stamp - use "$@" for touching stamp files - use PREFIX and DESTDIR in call to make install - don't install README any more [ Damyan Ivanov ] * also remove unused dh_installdirs call -- gregor herrmann Sun, 27 Jan 2008 20:49:02 +0100 libterm-size-perl (0.2-3) unstable; urgency=low * New Maintainer: Debian Perl Group. * Set Standards-Version to 3.7.2 (no changes). * Add watch file. * Activate tests in debian/rules. -- gregor herrmann Fri, 15 Sep 2006 00:59:25 +0200 libterm-size-perl (0.2-2) unstable; urgency=low * Adopting package (Closes: #357073). -- David Moreno Garza Thu, 16 Mar 2006 18:57:51 -0400 libterm-size-perl (0.2-1) unstable; urgency=low * Initial Release. -- Chip Salzenberg Sat, 15 Feb 2003 15:05:52 -0500