--- libcatalyst-view-component-subinclude-perl-0.10.orig/debian/watch +++ libcatalyst-view-component-subinclude-perl-0.10/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Catalyst-View-Component-SubInclude/ .*/Catalyst-View-Component-SubInclude-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libcatalyst-view-component-subinclude-perl-0.10.orig/debian/rules +++ libcatalyst-view-component-subinclude-perl-0.10/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libcatalyst-view-component-subinclude-perl-0.10.orig/debian/compat +++ libcatalyst-view-component-subinclude-perl-0.10/debian/compat @@ -0,0 +1 @@ +8 --- libcatalyst-view-component-subinclude-perl-0.10.orig/debian/copyright +++ libcatalyst-view-component-subinclude-perl-0.10/debian/copyright @@ -0,0 +1,44 @@ +Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=135 +Maintainer: Nilson Santos Figueiredo Junior +Source: http://search.cpan.org/dist/Catalyst-View-Component-SubInclude/ +Name: Catalyst-View-Component-SubInclude + +Files: * +Copyright: 2010, Tomas Doran + 2010, Vladimir Timofeev + 2010, Wallace Reis + 2010, Nilson Santos Figueiredo Junior + 2009, Nilson Santos Figueiredo Junior + 2009, Ionzero LLC +License: Artistic or GPL-1 + +Files: inc/Module/AutoInstall.pm +Copyright: 2001 - 2006, Audrey Tang + 2006, Adam Kennedy + Matt S Trout + +Files: inc/Module/Install* +Copyright: 2002 - 2011, Adam Kennedy + 2002 - 2011, Audrey Tang + 2002 - 2011, Brian Ingerson +License: Artistic or GPL-1 + +Files: debian/* +Copyright: 2011, Jonas Genannt +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'. --- libcatalyst-view-component-subinclude-perl-0.10.orig/debian/changelog +++ libcatalyst-view-component-subinclude-perl-0.10/debian/changelog @@ -0,0 +1,5 @@ +libcatalyst-view-component-subinclude-perl (0.10-1) unstable; urgency=low + + * Initial Release. (Closes: #632495) + + -- Jonas Genannt Sat, 2 Jul 2011 15:03:33 +0000 --- libcatalyst-view-component-subinclude-perl-0.10.orig/debian/control +++ libcatalyst-view-component-subinclude-perl-0.10/debian/control @@ -0,0 +1,22 @@ +Source: libcatalyst-view-component-subinclude-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl, libcatalyst-perl (>= 5.80014), libcatalyst-modules-perl, + libmoose-perl, libmoosex-types-perl, libwww-perl, liblist-moreutils-perl, + liburi-perl, libcatalyst-view-tt-perl +Maintainer: Jonas Genannt +Standards-Version: 3.9.2 +Homepage: http://search.cpan.org/dist/Catalyst-View-Component-SubInclude/ + +Package: libcatalyst-view-component-subinclude-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl (>= 5.80014), + libcatalyst-modules-perl, libmoose-perl, libmoosex-types-perl, + libwww-perl, liblist-moreutils-perl +Description: Use subincludes in your Catalyst views + Catalyst::View::Component::SubInclude allows you to include content in + your templates (or, more generally, somewhere in your view's render + processing) which comes from another action in your application. It's + implemented as a Moose::Role, so using Moose in your view is required. +