libnet-ident-perl 1.24-1 source package in Ubuntu

Changelog

libnet-ident-perl (1.24-1) unstable; urgency=low

  * Team upload

  [ 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

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Florian Schlichting ]
  * Add debian/upstream/metadata
  * Import upstream version 1.24
  * Refresh and forward patches
  * Bump dh compat to level 9
  * Use common License paragraph wording in debian/copyright
  * Declare compliance with Debian Policy 3.9.6
  * Mark package autopkgtest-able

 -- Florian Schlichting <email address hidden>  Mon, 07 Sep 2015 00:10:11 +0200

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
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-ident-perl_1.24-1.dsc 2.0 KiB b7fe804a7d34414cb0508abfc5c23b2c7c7b148265958036c0bbbe046e192a4d
libnet-ident-perl_1.24.orig.tar.gz 26.1 KiB 5f5f1142185a67b87406a3fb31f221564f61838a70ef4c07284a66c55e82ad05
libnet-ident-perl_1.24-1.debian.tar.xz 4.7 KiB d68d05b47a8a0ea8949b53a6009382af99eea5e2ff60bd0920b2407d9f6d6b97

Available diffs

No changes file available.

Binary packages built by this source

libnet-ident-perl: Perl module to lookup the username on the remote end of a TCP/IP connection

 Net::Ident is a Perl module implementing the RFC1413 Identification Protocol,
 also known as "ident".
 .
 It provides both a simple interface for doing one ident lookup at a time, and
 an asynchronous interface to perform (possibly) many simultaneous lookups, or
 simply continue serving other things while the lookup is proceeding.