debian/0000755000000000000000000000000012215552126007167 5ustar debian/patches/0000755000000000000000000000000012215551524010617 5ustar debian/patches/series0000644000000000000000000000004012215551524012026 0ustar spelling.patch pod-errors.patch debian/patches/spelling.patch0000644000000000000000000000215612215551524013461 0ustar Description: fix typos Author: Florian Schlichting Bug: https://rt.cpan.org/Public/Bug/Display.html?id=86360 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=88706 --- a/lib/Net/Telnet.pm +++ b/lib/Net/Telnet.pm @@ -3275,7 +3275,7 @@ &_negotiate_callback($self, $opt, $is_remote, $$is_enabled, $was_enabled, $opt_bufpos); } - elsif ($$state eq "wantno opposite") { # err: disable req answerd by enable + elsif ($$state eq "wantno opposite") { # err: disable req answered by enable $$is_enabled = 1; $$state = "yes"; @@ -5064,8 +5064,8 @@ This method opens a TCP connection to I<$port> on I<$host> for the IP address I<$family>. If any of those arguments are missing then the -current attribute value for the object is used. Specifing I -sets that attribute for the object. Specifing any of the other +current attribute value for the object is used. Specifying I +sets that attribute for the object. Specifying any of the other optional named parameters overrides the current setting. The default IP address family is C<"ipv4">. I<$family> may be set to debian/patches/pod-errors.patch0000644000000000000000000000133012215551524013731 0ustar Description: fix errors in pod Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=88706 --- a/lib/Net/Telnet.pm +++ b/lib/Net/Telnet.pm @@ -5164,8 +5164,6 @@ =back -=back - =item Use C to send a request to the remote side to enable or @@ -5173,6 +5171,8 @@ =back +=back + =over 4 @@ -5212,8 +5212,6 @@ Note, that if a request to enable is rejected then I<$coderef> is still invoked even though the option didn't change. -=back - =item Here are the arguments passed to I<&$coderef>: @@ -5221,6 +5219,8 @@ &$coderef($obj, $option, $is_remote, $is_enabled, $was_enabled, $buf_position); +=back + =over 4 =item debian/watch0000644000000000000000000000016012215551524010216 0ustar version=3 https://metacpan.org/release/Net-Telnet/ .*/Net-Telnet-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000223512215547312011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Net-Telnet Upstream-Contact: Jay Rogers Upstream-Name: Net-Telnet Files: * Copyright: 1997, 2000, 2002, 2013, Jay Rogers License: Files: debian/* Copyright: 1999, 2000, Michael Alan Dorman 2003, 2007, Gunnar Wolf 2003, Daniel Schepler 2013, 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/control0000644000000000000000000000222112215552126010567 0ustar Source: libnet-telnet-perl Maintainer: Debian Perl Group Uploaders: Gunnar Wolf , Florian Schlichting Priority: optional Section: perl Build-Depends: debhelper (>= 8) Homepage: https://metacpan.org/release/Net-Telnet/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-telnet-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-telnet-perl.git Standards-Version: 3.9.4 Package: libnet-telnet-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to script telnetable connections Net::Telnet allows you to make client connections to a TCP port and do network I/O, especially to a port using the TELNET protocol. Simple I/O methods such as print, get, and getline are provided. More sophisticated interactive features are provided because connecting to a TELNET port ultimately means communicating with a program designed for human interaction. These interactive features include the ability to specify a timeout and to wait for patterns to appear in the input stream, such as the prompt from a shell. debian/compat0000644000000000000000000000000212215547401010365 0ustar 8 debian/changelog0000644000000000000000000000631112215552126011042 0ustar libnet-telnet-perl (3.04-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Maintainer set to Debian Perl Group (was: Debian Perl Project ). * debian/watch: use dist-based URL. * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 3.04 * Switch to short-form debian/rules * Switch to source format 3.0 (quilt) * Refresh d/copyright (switch to machine-readable copyright-format 1.0) * Bump dh compatibility to level 8 (no changes necessary) * Bump Standards-Version to 3.9.4 (no further changes) * Make short description a noun phrase * Remove duplicate binary control fields "priority" and "section" * Remove template comments from debian/watch * New spelling.patch, pod-errors.patch * Add lintian override for option "Dont" * Add myself to uploaders -- Florian Schlichting Mon, 16 Sep 2013 11:49:39 +0200 libnet-telnet-perl (3.03-3) unstable; urgency=low * Now _really_ transferred the package over to the group (yes, I had forgotten to note it in debian/control the previous upload :-/ * Added homepage, vcs-svn and vcs-browser fields to debian/control -- Gunnar Wolf Sun, 23 Dec 2007 12:05:58 -0600 libnet-telnet-perl (3.03-2) unstable; urgency=low * Handed over maintainership to the pkg-perl group * Replaced the old (and full of staleness) debian/rules by dh-make- perl's stock * Bumped up dh-compat level to 5 * Bumped up standards-version to 3.7.3 (no changes needed) * Moved debhelper from b-d-i to b-d -- Gunnar Wolf Sun, 23 Dec 2007 11:13:12 -0600 libnet-telnet-perl (3.03-1) unstable; urgency=low * New upstream release * New maintainer - Gunnar Wolf -- Gunnar Wolf Sat, 8 Nov 2003 12:17:58 -0600 libnet-telnet-perl (3.02-1.2) unstable; urgency=low * Non Maintainer Upload by Gunnar Wolf * Adds pointers to the correct license information files (Closes: #157627) * Fixes some lintian warnings * Bumped up standards-version to 3.6.1 -- Gunnar Wolf Wed, 5 Nov 2003 09:35:17 -0600 libnet-telnet-perl (3.02-1.1) unstable; urgency=low * NMU. * Add Build-Depends-Indep field. Closes: #168395. -- Daniel Schepler Mon, 28 Jul 2003 14:53:01 -0700 libnet-telnet-perl (3.02-1) unstable; urgency=low * New upstream release -- Michael Alan Dorman Mon, 9 Oct 2000 10:39:14 -0400 libnet-telnet-perl (3.01-2) unstable; urgency=low * Modified for new perl packages. * Modified to use debhelper. -- Michael Alan Dorman Sun, 4 Jul 1999 22:45:26 +0000 libnet-telnet-perl (3.01-1) unstable; urgency=low * Initial debianization -- Michael Alan Dorman Fri, 12 Feb 1999 09:41:52 -0500 debian/source/0000755000000000000000000000000012213703055010464 5ustar debian/source/format0000644000000000000000000000001412215546767011713 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612215547065010254 0ustar #!/usr/bin/make -f %: dh $@ debian/libnet-telnet-perl.lintian-overrides0000644000000000000000000000032212215552126016252 0ustar # these are option names, deliberately without single quote spelling-error-in-manpage usr/share/man/man3/Net::Telnet.3pm.gz Dont Don't spelling-error-in-manpage usr/share/man/man3/Net::Telnet.3pm.gz Dont Don't