libipc-shareable-perl 1.06-1 source package in Ubuntu

Changelog

libipc-shareable-perl (1.06-1) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

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

  [ Debian Janitor ]
  * Fix field name typo in debian/copyright (X-Comment => Comment).
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Import upstream version 1.06.
  * Update years of packaging copyright.
  * Update Upstream-Contact.
  * New test dependency: libtest-sharedfork-perl.
  * New dependencies: libjson-perl, libstring-crc32-perl.
  * Add debian/upstream/metadata.
  * Remove debian/libipc-shareable-perl.examples, eg/ is gone.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Thu, 30 Sep 2021 19:41:43 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libipc-shareable-perl_1.06-1.dsc 2.5 KiB b1d4fd524b3911acd022896280da690b05fe3657cede734fc9317fb0ae57daec
libipc-shareable-perl_1.06.orig.tar.gz 43.0 KiB 929374a918a34c1967e91752f963115fb35a62d33631bc734d002ae9e530553f
libipc-shareable-perl_1.06-1.debian.tar.xz 3.8 KiB 7556a09370fe8853513aa40a0b81a89c17c62b661c04f4c50a000bffca0f6a63

No changes file available.

Binary packages built by this source

libipc-shareable-perl: module to access IPC shared memory segments through perl

 This perl module provides a tie() interface to System V IPC shared memory
 segments.
 .
 IPC::Shareable allows you to tie a variable to shared memory making it
 easy to share the contents of that variable with other Perl processes.
 Scalars, arrays, and hashes can be tied. The variable being tied may
 contain arbitrarily complex data structures - including references to
 arrays, hashes of hashes, etc.