libnet-easytcp-perl 0.26-3 source package in Ubuntu

Changelog

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 <email address hidden>  Tue, 17 Dec 2013 22:32:20 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnet-easytcp-perl_0.26-3.dsc 1.4 KiB ad72cf272f700e59bc0e951f71cadfaa53c5643532204957ae2d3fad8d8a4dc5
libnet-easytcp-perl_0.26.orig.tar.gz 28.0 KiB 2eb15d04121d9228514defbfa877e9005f3f1a5cf2a4dacf58308f4516e23139
libnet-easytcp-perl_0.26-3.debian.tar.gz 2.5 KiB 0a6aa1b639edbc00aefeb052efcc5b210e9dfd0b1b2311228f114a5451a198a3

Available diffs

No changes file available.

Binary packages built by this source

libnet-easytcp-perl: 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