debian/0000755000000000000000000000000012001406704007160 5ustar debian/compat0000644000000000000000000000000212001406704010356 0ustar 8 debian/changelog0000644000000000000000000000162212001406704011033 0ustar libcatalyst-actionrole-acl-perl (0.07-1) unstable; urgency=low * Imported Upstream version 0.07 * debian/control: + added versioned dependency against libcatalyst-perl >= 5.90013 since the new changes provided by upstream rely on changes in libcatalyst-perl 5.90013 and later versions + removed libcatalyst-controller-actionrole-perl from the dependencys because Catalyst::Controller::ActionRole is provided by libcatalyst-perl since version 5.90013 * Added myself to Uploaders and Copyright * This new version use Catalyst::Controller instead of Catalyst::Controller::ActionRole fixing FTBFS (Closes: #680819) -- Jotam Jr. Trejo Fri, 13 Jul 2012 11:29:42 -0600 libcatalyst-actionrole-acl-perl (0.06-1) unstable; urgency=low * Initial release (closes: #667822). -- gregor herrmann Fri, 06 Apr 2012 22:36:42 +0200 debian/rules0000755000000000000000000000003612001406704010237 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000021312001406704010205 0ustar version=3 http://search.cpan.org/dist/Catalyst-ActionRole-ACL/ .*/Catalyst-ActionRole-ACL-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000012001406704010460 5ustar debian/source/format0000644000000000000000000000001412001406704011666 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000247112001406704011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Catalyst-ActionRole-ACL Source: http://search.cpan.org/dist/Catalyst-ActionRole-ACL/ Upstream-Contact: David P.C. Wollmann Files: * Copyright: 2009, David P.C. Wollmann License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, gregor herrmann 2012, Jotam Jr. Trejo 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'. debian/control0000644000000000000000000000210312001406704010557 0ustar Source: libcatalyst-actionrole-acl-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jotam Jr. Trejo Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libcatalyst-perl (>= 5.90013), libmoose-perl, libnamespace-autoclean-perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-actionrole-acl-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libcatalyst-actionrole-acl-perl.git Homepage: http://search.cpan.org/dist/Catalyst-ActionRole-ACL/ Package: libcatalyst-actionrole-acl-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl (>= 5.90013), libmoose-perl, libnamespace-autoclean-perl Description: Catalyst ActionRole for user role-based authorization Catalyst::ActionRole::ACL provides a Catalyst reusable action role for user role-based authorization. . ACLs are applied via the assignment of attributes to application action subroutines.