--- libscalar-defer-perl-0.23.orig/debian/control +++ libscalar-defer-perl-0.23/debian/control @@ -0,0 +1,24 @@ +Source: libscalar-defer-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.2.13) +Build-Depends-Indep: perl, libexporter-lite-perl, + libclass-insideout-perl, libio-capture-perl +Maintainer: Debian Perl Group +Uploaders: AGOSTINI Yves , + Jaldhar H. Vyas , Jonathan Yu , + gregor herrmann , Rene Mayorga , + Ansgar Burchardt +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Scalar-Defer/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libscalar-defer-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libscalar-defer-perl/ + +Package: libscalar-defer-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libclass-insideout-perl, + libexporter-lite-perl +Description: module providing lazy evaluation for Perl + Scalar::Defer is a Perl module that exports two functions, defer and lazy, + which can be used to construct values that are evaluated as needed. It also + provides a function to force immediate evaluation of a deferred value. --- libscalar-defer-perl-0.23.orig/debian/copyright +++ libscalar-defer-perl-0.23/debian/copyright @@ -0,0 +1,57 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Audrey Tang +Source: http://search.cpan.org/dist/Scalar-Defer/ +Name: Scalar-Defer + +Files: * +Copyright: 2006-2009, Audrey Tang +License: MIT + +Files: inc/Module/* +Copyright: 2002-2010, Adam Kennedy + 2002-2010, Audrey Tang + 2002-2010, Brian Ingerson +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Jonathan Yu + 2009, Ansgar Burchardt + 2008, AGOSTINI Yves + 2008-2009, Rene Mayorga + 2008-2009, gregor herrmann +License: MIT + +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' + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. --- libscalar-defer-perl-0.23.orig/debian/watch +++ libscalar-defer-perl-0.23/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Scalar-Defer/ .*/Scalar-Defer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libscalar-defer-perl-0.23.orig/debian/compat +++ libscalar-defer-perl-0.23/debian/compat @@ -0,0 +1 @@ +7 --- libscalar-defer-perl-0.23.orig/debian/changelog +++ libscalar-defer-perl-0.23/debian/changelog @@ -0,0 +1,70 @@ +libscalar-defer-perl (0.23-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Standards-Version 3.8.4 (drop perl version dep) + * Use new short debhelper rules format + * Add myself to Uploaders and Copyright + * Rewrite control description + * Update copyright to new DEP5 format + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * debian/control: require debhelper 7.2.13 because of Module::AutoInstall. + + -- Jonathan Yu Wed, 17 Feb 2010 22:00:38 -0500 + +libscalar-defer-perl (0.20-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Rene Mayorga ] + * debian/control: update my email address. + + [ Ansgar Burchardt ] + * New upstream release. + + debian/copyright: Update years of copyright. + * debian/copyright: List individual contributors as copyright holders, + not the team. The list of contributors was taken from the changelog. + * Add myself to Uploaders. + + -- Ansgar Burchardt Sun, 15 Feb 2009 00:07:58 +0100 + +libscalar-defer-perl (0.18-1) unstable; urgency=low + + [ Rene Mayorga ] + * New upstream release + * Add Module name to long description + * Add /me to uploaders + + [ gregor herrmann ] + * Add build dependency on libio-capture-perl to activate an additional test. + + -- Rene Mayorga Sat, 09 Aug 2008 21:08:38 -0600 + +libscalar-defer-perl (0.16-1) unstable; urgency=low + + * New upstream release. + * Add /me to Uploaders. + + -- gregor herrmann Thu, 03 Jul 2008 00:02:01 +0200 + +libscalar-defer-perl (0.15-1) unstable; urgency=low + + * New upstream release + * Standards-Version: 3.8.0 (no changes) + * Refresh rules with use debhelper 7: changes in compat, and control + * Remove useless README from package + * Put copyright format to proposal rev 102, with inc/ copyright + + -- AGOSTINI Yves Sat, 28 Jun 2008 16:58:48 +0200 + +libscalar-defer-perl (0.14-1) unstable; urgency=low + + * Initial Release (Closes: #476409) + + -- AGOSTINI Yves Wed, 16 Apr 2008 09:40:10 +0200 --- libscalar-defer-perl-0.23.orig/debian/rules +++ libscalar-defer-perl-0.23/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@