debian/0000755000000000000000000000000011620276532007172 5ustar debian/control0000644000000000000000000000357511620276532010607 0ustar Source: libparams-callbackrequest-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libclass-isa-perl | perl (<< 5.10.1-13), libexception-class-perl, libparams-validate-perl, libtest-pod-perl (>= 1.41) Maintainer: Debian Perl Group Uploaders: Jonas Genannt , gregor herrmann , Peter Pentchev Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Params-CallbackRequest/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libparams-callbackrequest-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparams-callbackrequest-perl.git Package: libparams-callbackrequest-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-isa-perl | perl (<< 5.10.1-13), libexception-class-perl, libparams-validate-perl Description: handler for functional and object-oriented callbacks in Perl Params::CallbackRequest provides functional and object-oriented callbacks to method and function parameters. Callbacks may be either code references provided to the new() constructor, or methods defined in subclasses of Params::Callback. Callbacks are triggered either for every call to the Params::CallbackRequest request() method, or by specially named keys in the parameters to request(). . The idea behind this module is to provide a sort of plugin architecture for Perl templating systems. Callbacks are triggered by the contents of a request to the Perl templating server, before the templating system itself executes. This approach allows you to carry out logical processing of data submitted from a form, to affect the contents of the request parameters before they're passed to the templating system for processing, and even to redirect or abort the request before the templating system handles it. debian/copyright0000644000000000000000000000240611620276532011127 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=166 Upstream-Contact: David E. Wheeler Source: http://search.cpan.org/dist/Params-CallbackRequest/ Upstream-Name: Params-CallbackRequest Files: * Copyright: 2003-2011, David E. Wheeler. Some Rights Reserved. License: Artistic or GPL-1+ Files: debian/* Copyright: 2005-2006, Clint Adams 2006-2011, Jonas Genannt 2006-2008, gregor herrmann 2011, Peter Pentchev 2011, Ansgar Burchardt 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/watch0000644000000000000000000000020511620276532010220 0ustar version=3 http://search.cpan.org/dist/Params-CallbackRequest/ .*/Params-CallbackRequest-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/compat0000644000000000000000000000000211620276532010370 0ustar 8 debian/changelog0000644000000000000000000001016611620276532011050 0ustar libparams-callbackrequest-perl (1.20-1) unstable; urgency=low [ Ansgar Burchardt ] * Moved to different repository. * debian/copyright: Update years of copyright. * debian/control: Convert Vcs-* fields to Git. [ Jonas Genannt ] * New Upstream Release * Bumped Standards-Version to 3.9.2 with no changes * debian/control: added version dependency to libtest-pod-perl * debian/control: updated short package description * debian/copyright: updated Copyright years / added Ansgar Burchardt * debian/copyright: Updated URL to ViewSVN -- Jonas Genannt Mon, 08 Aug 2011 20:35:11 +0200 libparams-callbackrequest-perl (1.19-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: remove libmodule-build-perl from Build-Depends, in perl core since 5.10. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Peter Pentchev ] * Add myself to the list of uploaders. * Convert to the 3.0 (quilt) source format with no changes. * Depend on libclass-isa-perl | perl (<< 5.10.1-13). Closes: #614429 * Convert the copyright file to the latest DEP 5 candidate format and add my copyright notice. * Bump the debhelper compatibility level to 8 and minimize the rules file. * Bump Standards-Version to 3.9.1 with no changes. * Make the perl build-dependency unversioned. -- Peter Pentchev Tue, 22 Feb 2011 16:43:54 +0200 libparams-callbackrequest-perl (1.19-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.8.0 (no changes). -- gregor herrmann Mon, 30 Jun 2008 20:55:43 +0200 libparams-callbackrequest-perl (1.18-1) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * New upstream release. * debian/watch: extended regexp for matching upstream releases. * debian/copyright: use author-independent upstream source URL, adjust years of copyright. * debian/control: - change my email address - add libexception-class-perl, libparams-validate-perl to Depends - wrap long lines - move libmodule-build-perl from Build-Depends-Indep to Build-Depends (used in debian/rules' clean target) * Set Standards-Version to 3.7.3 (no changes). * Refresh debian/rules, no functional changes, except for the omission of README, which provides no additional information for users of the package. -- gregor herrmann Fri, 09 May 2008 17:10:17 +0200 libparams-callbackrequest-perl (1.17-1) unstable; urgency=low * New upstream release. * Remove one of the two "perls" from Build-Depends-Indep in debian/control. -- gregor herrmann Fri, 18 May 2007 23:47:46 +0200 libparams-callbackrequest-perl (1.15-1) unstable; urgency=low * New upstream release. * Set Debhelper Compatibility Level to 5. * Set Standards-Version to 3.7.2. * Added libtest-pod-perl to Build-Depends-Indep. -- gregor herrmann Sat, 17 Jun 2006 17:44:45 +0200 libparams-callbackrequest-perl (1.14-1) unstable; urgency=low * New Upstream Release * New Maintainer (Closes: #348953) * debian/copyright: added url to homepage * debian/copyright: added copyright year * debian/rules: clean up * added debian/watch file * debian/control: moved debhelper to Build-Depends * Bumped up to 3.7.0 standards version -- Jonas Genannt Sun, 30 Apr 2006 12:18:34 +0200 libparams-callbackrequest-perl (1.13-3) unstable; urgency=low * Orphan package. -- Clint Adams Sat, 21 Jan 2006 18:57:05 -0500 libparams-callbackrequest-perl (1.13-2) unstable; urgency=low * Tweak description. -- Clint Adams Fri, 23 Dec 2005 23:33:54 -0500 libparams-callbackrequest-perl (1.13-1) unstable; urgency=low * Initial Release. -- Clint Adams Tue, 13 Dec 2005 11:35:38 -0500 debian/source/0000755000000000000000000000000011620276532010472 5ustar debian/source/format0000644000000000000000000000001411620276532011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611620276532010251 0ustar #!/usr/bin/make -f %: dh $@