debian/0000755000000000000000000000000012231240720007157 5ustar debian/watch0000644000000000000000000000016111737655203010226 0ustar version=3 http://search.cpan.org/dist/Data-Clone/ .*/Data-Clone-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libdata-clone-perl.examples0000644000000000000000000000001211737655203014366 0ustar example/* debian/rules0000755000000000000000000000035311737655203010260 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* debian/copyright0000644000000000000000000000234011737655203011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-Clone Source: http://search.cpan.org/dist/Data-Clone/ Upstream-Contact: Goro Fuji (gfx) Files: * Copyright: 2010, Goro Fuji (gfx) License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, gregor herrmann 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/source/0000755000000000000000000000000011737655203010477 5ustar debian/source/format0000644000000000000000000000001411737655203011705 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211737655203010375 0ustar 9 debian/control0000644000000000000000000000225611737655203010607 0ustar Source: libdata-clone-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 9.20120312), perl, libtest-requires-perl, libtest-leaktrace-perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-clone-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-clone-perl.git Homepage: http://search.cpan.org/dist/Data-Clone/ Package: libdata-clone-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module for polymorphic data cloning Data::Clone does data cloning, i.e. copies things recursively. This is smart so that it works with not only non-blessed references, but also with blessed references (i.e. objects). When clone() finds an object, it calls a clone method of the object if the object has a clone, otherwise it makes a surface copy of the object. That is, this module does polymorphic data cloning. . Although there are several modules on CPAN which can clone data, this module has a different cloning policy from almost all of them. debian/changelog0000644000000000000000000000050212231240720011026 0ustar libdata-clone-perl (0.003-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 16:01:36 +0100 libdata-clone-perl (0.003-1) unstable; urgency=low * Initial release (closes: #667825). -- gregor herrmann Fri, 06 Apr 2012 23:05:03 +0200