--- libcontext-preserve-perl-0.01.orig/debian/control +++ libcontext-preserve-perl-0.01/debian/control @@ -0,0 +1,25 @@ +Source: libcontext-preserve-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12), libtest-use-ok-perl, + libtest-exception-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu , Ryan Niebur +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/Context-Preserve/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcontext-preserve-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcontext-preserve-perl/ + +Package: libcontext-preserve-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module to preserve calling context + Context::Preserve allows developers to preserve the calling context of their + subroutines, which is useful for functions that call other functions and + return their results, with some possible modifications. This means that, if + your module is called in scalar, list or void context, the given subroutine + is called in the same context and the appropriate 'thing' is returned. + . + This means that it is easy to write functions that call other functions, + modify their result and return it, in a seamless manner. --- libcontext-preserve-perl-0.01.orig/debian/copyright +++ libcontext-preserve-perl-0.01/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jonathan Rockway +Upstream-Source: http://search.cpan.org/dist/Context-Preserve/ +Upstream-Name: Context-Preserve + +Files: * +Copyright: 2008, Infinity Interactive, Inc. +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2009, Ryan Niebur +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +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' --- libcontext-preserve-perl-0.01.orig/debian/watch +++ libcontext-preserve-perl-0.01/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Context-Preserve/ .*/Context-Preserve-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libcontext-preserve-perl-0.01.orig/debian/compat +++ libcontext-preserve-perl-0.01/debian/compat @@ -0,0 +1 @@ +7 --- libcontext-preserve-perl-0.01.orig/debian/changelog +++ libcontext-preserve-perl-0.01/debian/changelog @@ -0,0 +1,5 @@ +libcontext-preserve-perl (0.01-1) unstable; urgency=low + + * Initial Release. (Closes: #529232) + + -- Jonathan Yu Mon, 18 May 2009 22:52:35 -0400 --- libcontext-preserve-perl-0.01.orig/debian/rules +++ libcontext-preserve-perl-0.01/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@