debian/0000755000000000000000000000000011764076300007172 5ustar debian/patches/0000755000000000000000000000000011763752225010627 5ustar debian/patches/README0000644000000000000000000000021111347270217011473 0ustar 0xxx: Grabbed from upstream development. 1xxx: Possibly relevant for upstream adoption. 2xxx: Only relevant for official Debian release. debian/patches/2001_no_auto_install_deps.patch0000644000000000000000000000057211763752225016523 0ustar Description: Avoid auto-installing dependencies during build Author: Jonas Smedegaard Last-Update: 2012-06-07 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ requires 'Catalyst::Runtime' => '5.7006'; requires 'Petal'; -auto_install; +#auto_install; resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-Petal/'; WriteAll; debian/patches/series0000644000000000000000000000004011763752151012034 0ustar 2001_no_auto_install_deps.patch debian/control0000644000000000000000000000162511764076630010607 0ustar Source: libcatalyst-view-petal-perl Section: perl Priority: optional Build-Depends: devscripts, cdbs (>= 0.4.73~), perl, debhelper, dh-buildinfo, libmodule-install-perl, libcatalyst-perl, libpetal-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libcatalyst-view-petal-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-view-petal-perl.git Homepage: http://search.cpan.org/dist/Catalyst-View-Petal/ Package: libcatalyst-view-petal-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: Petal View Class for Catalyst Catalyst::View::Petal is the Catalyst view class for Petal. Your subclass should inherit from this class. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000027011764076300011043 0ustar libcatalyst-view-petal-perl (0.03-1) unstable; urgency=low * Initial packaging release. Closes: bug#676438. -- Jonas Smedegaard Thu, 07 Jun 2012 12:04:47 +0200 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000032411763751115010225 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts=uversionmangle=s/_(\d+)/~$1/ \ http://search.cpan.org/dist/Catalyst-View-Petal/ .*/Catalyst-View-Petal-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000213111763753220012331 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.yml Makefile.PL README debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/2001_no_auto_install_deps.patch debian/patches/README debian/patches/series debian/source/format debian/watch inc/Module/AutoInstall.pm inc/Module/Install/AutoInstall.pm inc/Module/Install/Base.pm inc/Module/Install/Can.pm inc/Module/Install/Fetch.pm inc/Module/Install/Include.pm inc/Module/Install/Makefile.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm lib/Catalyst/Helper/View/Petal.pm lib/Catalyst/View/Petal.pm t/01use.t t/02pod.t t/03podcoverage.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2012, Jonas Smedegaard License: GPL-2+ FIXME Files: inc/Module/Install/Metadata.pm Copyright: License: MIT/X11 (BSD like) FIXME Files: inc/Module/Install.pm Copyright: 2008-2009, Adam Kennedy License: UNKNOWN FIXME debian/copyright0000644000000000000000000000413111763753166011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Catalyst::View::Petal Upstream-Contact: Christian Hansen, Source: http://search.cpan.org/dist/Catalyst-View-Petal/ Files: * Copyright: Christian Hansen, License: Artistic or GPL-1+ This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Comment: Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. . No copyright holder is listed explicitly. Christian Hansen is listed as author and so is assumed to also be copyright holder. Files: inc/Module/Install* Copyright: 2001-2006, Audrey Tang 2002-2004, Brian Ingerson 2006,2008-2012, Adam Kennedy License: Artistic or GPL-1+ This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Comment: Mangled convenience copy of Module::Install. Files: debian/* Copyright: 2012, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000271011764076045010260 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2012, Jonas Smedegaard # Description: Main Debian packaging script for Catalyst::View::Petal # # 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 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Catalyst-View-Petal DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Catalyst DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/ DEB_UPSTREAM_TARBALL_MD5 = 4bfcffc23959f3a3fe62f7a5e3caa15a # Needed both by upstream build process and (always) at runtime deps = libcatalyst-perl, libpetal-perl CDBS_BUILD_DEPENDS += , libmodule-install-perl, $(deps) CDBS_DEPENDS_ALL = $(deps) # tsk tsk, upstream doesn't clean up after itself properly clean:: rm -f Makefile.old debian/control.in0000644000000000000000000000143711763753353011220 0ustar Source: libcatalyst-view-petal-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libcatalyst-view-petal-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-view-petal-perl.git Homepage: http://search.cpan.org/dist/Catalyst-View-Petal/ Package: libcatalyst-view-petal-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: Petal View Class for Catalyst Catalyst::View::Petal is the Catalyst view class for Petal. Your subclass should inherit from this class.