libnet-ldap-server-perl 0.43-2 source package in Ubuntu

Changelog

libnet-ldap-server-perl (0.43-2) unstable; urgency=medium

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 11 Dec 2022 18:20:12 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-ldap-server-perl_0.43-2.dsc 2.1 KiB 9fb58af5fb6067fc0f6e4a7e30be94e63dc54b7a757607b1f38d7e765611e6e2
libnet-ldap-server-perl_0.43.orig.tar.gz 6.5 KiB dd6c4cb4d30bc32114b0787faa2a1e2b4fedd1b91c2ef37965ecba11331bb062
libnet-ldap-server-perl_0.43-2.debian.tar.xz 2.3 KiB ec261ca3d9b7be13a5ad73d4464e62f34b0139eb298c761ba1a116311153523f

Available diffs

No changes file available.

Binary packages built by this source

libnet-ldap-server-perl: LDAP server-side protocol handling in Perl

 Net::LDAP::Server provides the protocol handling for an LDAP server.
 You can subclass it and implement the request types you need. Once
 you accept a connection (e.g. using Net::Daemon), Net::LDAP::Server
 takes care of decoding client requests and encoding your replies.