debian/0000755000000000000000000000000012216643245007173 5ustar debian/compat0000644000000000000000000000000212216643245010371 0ustar 8 debian/copyright0000644000000000000000000000213012216643245011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: UUID-Tiny Upstream-Contact: Christian Augustin Source: https://metacpan.org/release/UUID-Tiny/ Files: * Copyright: 2009-2013, Christian Augustin License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Christine Spang 2009, 2010, Jonathan Yu License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/rules0000755000000000000000000000003612216643245010252 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000027112216643245010224 0ustar version=3 opts="uversionmangle=s/\.\d\d\d$/$&0/;s/\.\d\d$/$&00/;s/\.\d$/$&000/" \ https://metacpan.org/release/UUID-Tiny/ .*/UUID-Tiny-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000207612216643245010603 0ustar Source: libuuid-tiny-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Christine Spang , Jonathan Yu Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/UUID-Tiny/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libuuid-tiny-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libuuid-tiny-perl.git Package: libuuid-tiny-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: 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. debian/source/0000755000000000000000000000000012216643245010473 5ustar debian/source/format0000644000000000000000000000001412216643245011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000557712216643245011063 0ustar libuuid-tiny-perl (1.0400-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * 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" [ Salvatore Bonaccorso ] * Imported Upstream version 1.0400 * Update copyright years for upstream files * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Thu, 19 Sep 2013 20:45:03 +0200 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. -- Salvatore Bonaccorso Sat, 07 May 2011 14:24:36 +0200 libuuid-tiny-perl (1.0300-1) unstable; urgency=low * New upstream release * Upstream implementation uses Digest::SHA or falls back to Digest::SHA1 (the latter is part of core since 5.9.3, or 5.10 in Debian) * Standards-Version 3.8.4 (no changes) -- Jonathan Yu Sun, 31 Jan 2010 19:48:12 -0500 libuuid-tiny-perl (1.0202-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Update years of copyright per upstream * Add mangle to handle version numbers [ Ryan Niebur ] * Update jawnsy's email address -- Jonathan Yu Thu, 14 Jan 2010 17:14:02 -0500 libuuid-tiny-perl (1.02-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Updated POD example code + Seed is now lexical scope (my vs our) + Introduce UUID_TIME as alternative to UUID_V1 etc + Locking for thread-safety of MD5_CALCULATOR and SHA1_CALCULATOR * Standards-Version 3.8.3 (no changes) * Added myself to Copyright and Uploaders * Reformatted control description (re-wrapped it) [ gregor herrmann ] * debian/control: add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep in order to activate additional tests. -- Jonathan Yu Sat, 22 Aug 2009 05:41:47 -0400 libuuid-tiny-perl (1.01-1) unstable; urgency=low * Initial Release. (Closes: #541068) -- Christine Spang Thu, 13 Aug 2009 08:30:35 -0400