debian/0000755000000000000000000000000012254141351007164 5ustar debian/compat0000644000000000000000000000000212254135713010367 0ustar 9 debian/watch0000644000000000000000000000017012254137401010214 0ustar version=3 https://metacpan.org/release/EasyTCP .*/EasyTCP-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian uupdate debian/changelog0000644000000000000000000000513112254141351011036 0ustar libnet-easytcp-perl (0.26-3) unstable; urgency=low * Team upload [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: remove /usr/lib/perl5 (and only /usr/lib/perl5) only if it exists. * debian/watch: use dist-based URL. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * 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. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * Bump debhelper compatibility from 3 to 9 * Switch to source format "3.0 (quilt)" * Revamp debian/rules + Replace "dh_clean -k" with "dh_prep" + Use dh_auto{configure,build,install,clean} - Fixes lintian warning debian-rules-ignores-make-clean-error - Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated + Run test suite at build time + Fix lintian warning debian-rules-missing-recommended-target + Drop obsolete parameters to dh_installchangelogs and dh_builddeb + Drop obsolete /usr/lib/perl5 handling + Drop obsolete variable usage + Drop obsolete targets source and diff + Drop manual removing of stamp files, now done by dh_clean + Finally switch to a minimal dh-style debian/rules file * Fix lintian warning debian-watch-contains-dh_make-template * Update debian/copyright to mention Perl's license properly. + Fixes lintian warning copyright-refers-to-symlink-license * Bump Standards-Version to 3.9.5 (no further changes) -- Axel Beckert Tue, 17 Dec 2013 22:32:20 +0100 libnet-easytcp-perl (0.26-2) unstable; urgency=low * Fixed debian/watch -- Gunnar Wolf Wed, 25 May 2005 11:07:06 -0500 libnet-easytcp-perl (0.26-1) unstable; urgency=low * New upstream release * Package taken over from MIA maintainer (see thread strting at http://lists.debian.org/debian-devel/2005/05/msg00533.html) * Bumped up standards-version to 3.6.1 -- Gunnar Wolf Wed, 11 May 2005 10:07:52 -0500 libnet-easytcp-perl (0.17-1) unstable; urgency=low * Initial Release. -- Shiju p. Nair Mon, 25 Nov 2002 09:39:00 +0300 debian/copyright0000644000000000000000000000166212254137543011134 0ustar This package was debianized by Shiju p. Nair on Mon, 25 Nov 2002 09:39:00 +0300 It was taken over by Gunnar Wolf for the Debian Perl Group on Wed, 11 May 2005 10:19:34 -0500 It was downloaded from: http://search.cpan.org/CPAN/authors/id/M/MN/MNAGUIB/EasyTCP-0.17.tar.gz Upstream Author: Mina Naguib Copyright: Copyright (C) 2001-2005 Mina Naguib 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-1' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. debian/control0000644000000000000000000000214512254141145010572 0ustar Source: libnet-easytcp-perl Maintainer: Debian Perl Group Uploaders: Gunnar Wolf Section: perl Priority: optional Build-Depends: debhelper (>= 9), perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-easytcp-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-easytcp-perl.git Homepage: https://metacpan.org/release/EasyTCP Package: libnet-easytcp-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Easily create secure, bandwidth-friendly TCP/IP clients and servers This class allows you to easily create TCP/IP clients and servers and provides an OO interface to manage the connection(s). This allows you to concentrate on the application rather than on the transport. . - One easy module to create both clients and servers - Object Oriented interface - Event-based callbacks in server mode - Internal protocol to take care of all the common transport problems - Transparent encryption - Transparent compression debian/source/0000755000000000000000000000000012254136066010473 5ustar debian/source/format0000644000000000000000000000001412254136066011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000013612254140540010243 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@