debian/0000755000000000000000000000000012255411523007166 5ustar debian/rules0000755000000000000000000000003612255411523010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000223712255411523010575 0ustar Source: libclone-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Ansgar Burchardt , Brian Cassidy , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclone-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclone-perl.git Homepage: https://metacpan.org/release/Clone/ Package: libclone-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: module for recursively copying Perl datatypes The Clone module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. . It is faster (although less flexible) than Storable's dclone. Its functionality is _not_ serializing in-memory objects (i.e. as Data::Dumper or YAML::Dump do), but deep-copying them over to new in-memory structures. debian/source/0000755000000000000000000000000012255411523010466 5ustar debian/source/format0000644000000000000000000000001412255411523011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001136612255411523011047 0ustar libclone-perl (0.36-1) unstable; urgency=low * Imported Upstream version 0.36 * Bump Standards-Version to 3.9.5 * Update debian/copyright years -- Xavier Guimard Mon, 16 Dec 2013 06:04:56 +0100 libclone-perl (0.35-1) unstable; urgency=low * Imported Upstream version 0.35 * Update debian/copyright years -- Xavier Guimard Mon, 09 Sep 2013 06:14:24 +0200 libclone-perl (0.34-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. * Make long description a noun phrase. [ Salvatore Bonaccorso ] * Imported Upstream version 0.32 + updated remark on Storable's dclone() (Closes: #516409) * Update debian/copyright file information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for upstream files and debian/* packaging. Explicitly refer to GPL-1 license text in common-licenses. Refer to Debian systems in general instead of only Debian GNU/Linux systems. * Bump Debhelper compat level to 9. Adjust versioned Build-Depends on debhelper to (>= 9.20120312). * Convert to '3.0 (quilt)' source package format * Use tiny debian/rules file * Bump Standards-Version to 3.9.4 [ Xavier Guimard ] * Imported Upstream version 0.34 * Update debian/copyright * debian/control: Add myself to Uploaders [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs -- Xavier Guimard Sun, 12 May 2013 13:11:02 +0200 libclone-perl (0.31-1) unstable; urgency=low * New upstream release. * debian/copyright: update formatting. -- gregor herrmann Tue, 20 Jan 2009 20:33:19 +0100 libclone-perl (0.30-1) unstable; urgency=low [ gregor herrmann ] * debian/control: - switch Vcs-Browser field to ViewSVN - mention the module name in the long description [ Brian Cassidy ] * New upstream release * debian/control: Add myself to Uploaders -- Brian Cassidy Fri, 12 Dec 2008 11:08:15 -0400 libclone-perl (0.29-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release * Regenerate debian/rules for debhelper 7 + Update debian/compat and debian/control accordingly * Bump Standards Version to 3.8.0 (no changes required) * Add myself to Uploaders [ gregor herrmann ] * debian/control: change my email address and wrap long line. -- Ansgar Burchardt Sun, 13 Jul 2008 13:45:51 +0200 libclone-perl (0.28-2) unstable; urgency=low * Added myself as an uploader * Provided a longer description, describing the difference between this module and related ones (Closes: #329515) -- Gunnar Wolf Mon, 10 Mar 2008 09:33:20 -0600 libclone-perl (0.28-1) unstable; urgency=low * Take over for the Debian Perl Group with former maintainer's permission (cf. #463099). * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Bastian Blank ). Add /me to Uploaders. * debian/watch: use dist-based URL. * New upstream release (closes: #329514), builds also with Perl 5.10 (closes: #463099). * Set debhelper compatibility level to 6. * Set Standards-Version to 3.7.3 (no changes). * debian/rules: - delete /usr/share/perl5 only if it exists - don't ignore errors of make distclean - move dh_clean before make distclean and use it for removing stamp files - create install-stamp target - remove commented out or unused dh_* calls - move actual build and tests to build-stamp target * debian/copyright: - add upstream source location - add additional copyright holders - add copyright information for the packaging -- gregor herrmann Mon, 25 Feb 2008 01:18:41 +0100 libclone-perl (0.22-1) unstable; urgency=low * New upstream version. -- Bastian Blank Tue, 27 Mar 2007 21:21:02 +0000 libclone-perl (0.18-1) unstable; urgency=low * New upstream version. -- Bastian Blank Thu, 21 Jul 2005 14:10:27 +0200 libclone-perl (0.16-1) unstable; urgency=low * New upstream version. -- Bastian Blank Thu, 21 Apr 2005 22:12:13 +0200 libclone-perl (0.15-1) unstable; urgency=low * Initial Release. -- Bastian Blank Sat, 3 Apr 2004 23:33:07 +0200 debian/compat0000644000000000000000000000000212255411523010364 0ustar 9 debian/copyright0000644000000000000000000000251712255411523011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Clone Source: https://metacpan.org/release/Clone/ Upstream-Contact: Ray Finch Files: * Copyright: 2001-2013, Ray Finch License: Artistic or GPL-1+ Files: t/dclone.t t/dump.pl t/tied.pl Copyright: 1995-2000, Raphael Manfredi License: Artistic Files: debian/* Copyright: 2004-2007, Bastian Blank 2008, Brian Cassidy 2008, Gunnar Wolf 2008-2011, Ansgar Burchardt 2008-2012, gregor herrmann 2012-2013, Xavier Guimard 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/watch0000644000000000000000000000014612255411523010220 0ustar version=3 https://metacpan.org/release/Clone/ .*/Clone-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)