--- libobject-realize-later-perl-0.18.orig/debian/rules +++ libobject-realize-later-perl-0.18/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libobject-realize-later-perl-0.18.orig/debian/changelog +++ libobject-realize-later-perl-0.18/debian/changelog @@ -0,0 +1,90 @@ +libobject-realize-later-perl (0.18-2) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). + * Set Maintainer to Debian Perl Group. + * Use dist-based URL in debian/watch. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ansgar Burchardt ] + * debian/watch: Use extended regexp to match upstream releases. + * Bump Standards-Version to 3.8.2. + * Refresh rules for debhelper 7. + * Add myself to Uploaders. + * Convert debian/copyright to proposed machine-readable format. + * Add build-dep on libtest-pod-perl to enable an additional test. + + -- Ansgar Burchardt Wed, 29 Jul 2009 14:44:45 +0200 + +libobject-realize-later-perl (0.18-1) unstable; urgency=low + + * New upstream release + * Fixed debian/watch so that it will more consistantly work + * Policy-version bump to 3.7.2 (No other changes) + * Changed over to Build-Depends for debhelper (lintian) + * Only conditionally ignore make clean errors for lintian + + -- Jay Bonci Sun, 08 Jul 2007 04:35:58 -0400 + +libobject-realize-later-perl (0.15-3) unstable; urgency=low + + * New maintainer (Closes: #282299) + * Updated dependancy for debhelper 4 (added debian/compat file) + * Update copyright to describe the dual nature of the Artistic license + * Removed README from dist, as it only describes install information + + -- Jay Bonci Mon, 17 Jan 2005 01:16:40 -0500 + +libobject-realize-later-perl (0.15-2) unstable; urgency=low + + * Standards-Version updated to 3.6.1. + * debian/rules clean up. + + -- Adam Byrtek Mon, 31 May 2004 16:59:10 +0200 + +libobject-realize-later-perl (0.15-1) unstable; urgency=low + + * New upstream release. + + -- Adam Byrtek Tue, 13 Jan 2004 19:52:50 +0100 + +libobject-realize-later-perl (0.10-1) unstable; urgency=low + + * New upstream release. + + -- Adam Byrtek Mon, 16 Dec 2002 16:44:40 +0100 + +libobject-realize-later-perl (0.09-1) unstable; urgency=low + + * New upstream release. + + -- Adam Byrtek Mon, 18 Nov 2002 00:53:53 +0100 + +libobject-realize-later-perl (0.08-4) unstable; urgency=low + + * debian/watch file added. + + -- Adam Byrtek Thu, 7 Nov 2002 01:34:28 +0100 + +libobject-realize-later-perl (0.08-3) unstable; urgency=low + + * Fixed deps. + + -- Adam Byrtek Wed, 10 Apr 2002 14:32:20 +0200 + +libobject-realize-later-perl (0.08-2) unstable; urgency=low + + * Updated dependency. Closes: #141431. + + -- Adam Byrtek Mon, 8 Apr 2002 00:24:52 +0200 + +libobject-realize-later-perl (0.08-1) unstable; urgency=low + + * Initial Release, not ITPed, packaged because it's required by + libmail-box-perl. + + -- Adam Byrtek Tue, 12 Mar 2002 23:03:19 +0100 + --- libobject-realize-later-perl-0.18.orig/debian/watch +++ libobject-realize-later-perl-0.18/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Object-Realize-Later/ .*/Object-Realize-Later-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libobject-realize-later-perl-0.18.orig/debian/control +++ libobject-realize-later-perl-0.18/debian/control @@ -0,0 +1,28 @@ +Source: libobject-realize-later-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-16), libscalar-list-utils-perl, + libtest-pod-perl (>= 1.00) +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , + Ansgar Burchardt +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Object-Realize-Later/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libobject-realize-later-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libobject-realize-later-perl/ + +Package: libobject-realize-later-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libscalar-list-utils-perl +Description: Perl module providing delayed creation of objects + The Object::Realize::Later class helps with implementing transparent + on demand realization of object data. This is related to the tricks + on autoloading of data, the lesser known cousin of autoloading of + functionality. + . + On demand realization is all about performance gain. Why should you + spent costly time on realizing an object, when the data on the object is + never (or not yet) used? In interactive programs, postponed realization + may boost start-up: the realization of objects is triggered by the + use, so spread over time. --- libobject-realize-later-perl-0.18.orig/debian/copyright +++ libobject-realize-later-perl-0.18/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: +Upstream-Source: http://search.cpan.org/dist/ +Upstream-Name: + +Files: * +Copyright: + © 2001-2007, Mark Overmeer +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2002-2004, Adam Byrtek + © 2005-2007, Jay Bonci + © 2009, Ansgar Burchardt +License: Artistic | 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 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' --- libobject-realize-later-perl-0.18.orig/debian/compat +++ libobject-realize-later-perl-0.18/debian/compat @@ -0,0 +1 @@ +7