libuuid-tiny-perl 1.0300-2 source package in Ubuntu

Changelog

libuuid-tiny-perl (1.0300-2) unstable; urgency=low

  * Team upload.
  * Convert to '3.0 (quilt)' source package format.
  * Bump Debhelper compat level to 8.
  * debian/control:
    - Bump Build-Depends on debhelper to (>= 8).
    - Drop alternate (Build-)Depends(-Indep) on 
      perl (>= 5.10) | libdigest-sha-perl | libdigest-sha1-perl as oldstable
      has already perl (>= 5.10) and Digest::SHA module is in perl core since
      oldstable.
  * debian/copyright:
    - Refer to Debian systems in general instead of only Debian
      GNU/Linux systems.
    - Explicitly refer to GPL-1 license text in common-licenses.
  * Bump Standards-Version to 3.9.2.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  08 May 2011 07:36:01 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libuuid-tiny-perl_1.0300.orig.tar.gz 13.8 KiB 38b86e246984a1ac332be7c758996f154cf62b573d423360bf6c221131b6898e
libuuid-tiny-perl_1.0300-2.debian.tar.gz 2.4 KiB 9f3f7c00d881e436d7e3d4d7a1f99b6fb46e2f917f4c55a11fb3619fa5d09c77
libuuid-tiny-perl_1.0300-2.dsc 2.0 KiB 5a0121270b480abbca38fa158a55882c682c4c4d3f69139363a94f4bf5f5f9a1

Available diffs

View changes file

Binary packages built by this source

libuuid-tiny-perl: pure Perl module to generate v1, v3, v4, and v5 UUIDs

 UUID::Tiny provides a simple, non-object-oriented interface for generating
 UUIDs from Perl code. It is not suitable for performance-sensitive UUID
 generation or for applications that require v1 UUIDs generated from a real
 MAC address (this module generates random MAC addresses), but otherwise
 provides a simpler Perl interface for UUID generation than alternatives.