--- libclone-perl-0.31.orig/debian/changelog +++ libclone-perl-0.31/debian/changelog @@ -0,0 +1,114 @@ +libclone-perl (0.31-1build3) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 14:50:50 +0000 + +libclone-perl (0.31-1build2) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sat, 07 May 2011 01:52:06 +0100 + +libclone-perl (0.31-1build1) lucid; urgency=low + + * rebuild rest of main for armel armv7/thumb2 optimization; + UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2 + + -- Alexander Sack Sat, 06 Mar 2010 13:31:41 +0100 + +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 + --- libclone-perl-0.31.orig/debian/rules +++ libclone-perl-0.31/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: install + dh $@ + +binary-indep: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libclone-perl-0.31.orig/debian/watch +++ libclone-perl-0.31/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Clone/ .*/Clone-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libclone-perl-0.31.orig/debian/compat +++ libclone-perl-0.31/debian/compat @@ -0,0 +1 @@ +7 --- libclone-perl-0.31.orig/debian/control +++ libclone-perl-0.31/debian/control @@ -0,0 +1,24 @@ +Source: libclone-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7) +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Gunnar Wolf , + Ansgar Burchardt , Brian Cassidy +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Clone/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclone-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclone-perl/ + +Package: libclone-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} +Description: recursively copy 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. --- libclone-perl-0.31.orig/debian/copyright +++ libclone-perl-0.31/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Ray Finch, rdf@cpan.org +Upstream-Source: http://search.cpan.org/dist/Clone/ +Upstream-Name: Clone + +Files: * +Copyright: Copyright 2001 Ray Finch. +License: GPL-1+ | Artistic + +Files: t/dclone.t, t/dump.pl, t/tied.pl +Copyright: Copyright (c) 1995-2000, Raphael Manfredi +License: Artistic + +Files: debian/* +Copyright: + (C) 2004-2007, Bastian Blank + (C) 2008-2009, various members of the Debian Perl Group, cf. debian/changelog +License: GPL-1+ | Artistic + It is assumed that all contributors put their work under the same license + as the module itself. + +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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'