debian/0000755000000000000000000000000011756222701007171 5ustar debian/compat0000644000000000000000000000000211756213726010376 0ustar 9 debian/docs0000644000000000000000000000000711756213431010041 0ustar README debian/install0000644000000000000000000000004411756220236010561 0ustar scripts/stty.pl usr/share/perl5/IO/ debian/watch0000644000000000000000000000011111756214562010221 0ustar version=3 http://search.cpan.org/dist/IO-Stty/ .*/IO-Stty-(.*)\.tar\.gz$ debian/copyright0000644000000000000000000000206111756214256011131 0ustar This package was debianized by Stephen Quinney on Wed, 14 Jul 2004 21:30:04 +0100 It was downloaded from: http://search.cpan.org/CPAN/authors/id/A/AU/AUSCHUTZ/ http://search.cpan.org/dist/IO-Stty/ Upstream Authors: Austin Schutz (Initial version and maintenance) Todd Rinaldo (Maintenance) COPYRIGHT --------- All files contained in this installation are Copyright (c) 1997 Austin Schutz unless otherwise specified. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. debian/control0000644000000000000000000000100211756214065010571 0ustar Source: libio-stty-perl Section: perl Priority: optional Maintainer: Bart Martens Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl (>= 5.6.0) Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/IO-Stty/ Package: libio-stty-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Interface to secure pseudo ttys This is a generic interface to handle secure pseudo terminals by perl scripts, such as the expect library. This package provides IO::Stty. debian/changelog0000644000000000000000000000557511756221061011055 0ustar libio-stty-perl (0.03-1) unstable; urgency=low * New upstream release. * Switch to dpkg-source 3.0 (quilt) format, debhelper 9, no cdbs. * debian/control: Fixed debhelper-but-no-misc-depends. * debian/patches/name.diff: Added. Fixes manpage-has-bad-whatis-entry. * debian/watch: Updated. -- Bart Martens Sun, 20 May 2012 16:08:51 +0000 libio-stty-perl (0.02-10) unstable; urgency=low * debian/control, debian/rules: Now using cdbs. -- Bart Martens Sat, 02 Feb 2008 15:34:04 +0100 libio-stty-perl (0.02-9) unstable; urgency=low * New maintainer. Closes: #317273. * debian/control: Build-Depends on debhelper (instead of -Indep), added homepage to description, standards version. * debian/watch: Fixed. -- Bart Martens Mon, 7 Aug 2006 20:23:03 +0200 libio-stty-perl (0.02-8) unstable; urgency=low * Orphaning package. * debian/control - Switched maintainer. * debian/changelog, debian/copyright - Changed my email address -- Stephen Quinney Thu, 07 Jul 2005 10:20:24 +0100 libio-stty-perl (0.02-7) unstable; urgency=low * debian/control - Tidied up and updated to standards version 3.6.1.1 * debian/copyright - Cleaned up and properly detailed the licensing of the package. * debian/compat - Added this file instead of using DH_COMPAT * debian/rules - Tidied up, no longer create pod pages as 3perl, they should be 3pm. * debian/watch - Added, although I really doubt this package will ever have another upstream release. -- Stephen Quinney Wed, 14 Jul 2004 21:40:00 +0100 libio-stty-perl (0.02-6) unstable; urgency=low * New maintainer. * Replaced debian/rules file with something a bit more correct. * This is a binary-independent Perl module so it should live in /usr/share not /usr/lib. * Fixed build-depends. * Fixed copyright so it points to a copy of the Perl license. -- Stephen Quinney Tue, 19 Nov 2002 16:03:53 +0000 libio-stty-perl (0.02-5) unstable; urgency=low * Slight changes in the copyright statement (Closes: #157599) -- Javier Fernandez-Sanguino Pen~a Mon, 2 Sep 2002 20:49:50 +0200 libio-stty-perl (0.02-4) unstable; urgency=low * *Really* fixed package generation (Closes: #111943) -- Javier Fernandez-Sanguino Pen~a Tue, 11 Sep 2001 23:16:29 +0200 libio-stty-perl (0.02-3) unstable; urgency=low * Fixed locations of directories (Closes: #111863) -- Javier Fernandez-Sanguino Pen~a Mon, 10 Sep 2001 18:42:15 +0200 libio-stty-perl (0.02-2) unstable; urgency=low * Fixed Lintian errors -- Javier Fernandez-Sanguino Pen~a Sat, 8 Sep 2001 19:02:52 +0200 libio-stty-perl (0.02-1) unstable; urgency=low * Initial debianization -- Javier Fernandez-Sanguino Pen~a Mon, 16 Oct 2000 10:13:00 +0200 debian/rules0000755000000000000000000000027611756222701010256 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ override_dh_auto_install: dh_auto_install # prevent installation of /usr/bin/stty.pl (0.03-1) rm -rf debian/libio-stty-perl/usr/bin/ debian/patches/0000755000000000000000000000000011756221450010620 5ustar debian/patches/local.diff0000644000000000000000000000031511756215020012537 0ustar --- ./scripts/stty.pl.orig 2010-05-06 05:24:25.000000000 +0000 +++ ./scripts/stty.pl 2012-05-20 16:20:50.000000000 +0000 @@ -1,4 +1,4 @@ -#!/usr/local/perl/bin/perl +#!/usr/bin/perl require IO::Stty; debian/patches/name.diff0000644000000000000000000000041211756221450012367 0ustar --- ./lib/IO/Stty.pm.orig 2010-05-06 05:24:25.000000000 +0000 +++ ./lib/IO/Stty.pm 2012-05-20 16:55:06.000000000 +0000 @@ -9,7 +9,7 @@ =head1 NAME -Change and print terminal line settings +IO::Stty - Change and print terminal line settings =head1 SYNOPSIS debian/patches/series0000644000000000000000000000002511756221005012026 0ustar local.diff name.diff debian/source/0000755000000000000000000000000011756213431010471 5ustar debian/source/format0000644000000000000000000000001411756213431011677 0ustar 3.0 (quilt)