r2740 - in /packages/libparams-callbackrequest-perl/trunk/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Mon May 8 11:15:24 UTC 2006


Author: eloy
Date: Mon May  8 11:15:23 2006
New Revision: 2740

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2740
Log:
Load libparams-callbackrequest-perl-1.14 into
packages/libparams-callbackrequest-perl/trunk.

Added:
    packages/libparams-callbackrequest-perl/trunk/debian/
    packages/libparams-callbackrequest-perl/trunk/debian/changelog
    packages/libparams-callbackrequest-perl/trunk/debian/compat
    packages/libparams-callbackrequest-perl/trunk/debian/control
    packages/libparams-callbackrequest-perl/trunk/debian/copyright
    packages/libparams-callbackrequest-perl/trunk/debian/rules   (with props)
    packages/libparams-callbackrequest-perl/trunk/debian/watch

Added: packages/libparams-callbackrequest-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libparams-callbackrequest-perl/trunk/debian/changelog?rev=2740&op=file
==============================================================================
--- packages/libparams-callbackrequest-perl/trunk/debian/changelog (added)
+++ packages/libparams-callbackrequest-perl/trunk/debian/changelog Mon May  8 11:15:23 2006
@@ -1,0 +1,31 @@
+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 <jonas.genannt at capi2name.de>  Sun, 30 Apr 2006 12:18:34 +0200
+
+libparams-callbackrequest-perl (1.13-3) unstable; urgency=low
+
+  * Orphan package. 
+
+ -- Clint Adams <schizo at debian.org>  Sat, 21 Jan 2006 18:57:05 -0500
+
+libparams-callbackrequest-perl (1.13-2) unstable; urgency=low
+
+  * Tweak description. 
+
+ -- Clint Adams <schizo at debian.org>  Fri, 23 Dec 2005 23:33:54 -0500
+
+libparams-callbackrequest-perl (1.13-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Clint Adams <schizo at debian.org>  Tue, 13 Dec 2005 11:35:38 -0500
+

Added: packages/libparams-callbackrequest-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libparams-callbackrequest-perl/trunk/debian/compat?rev=2740&op=file
==============================================================================
--- packages/libparams-callbackrequest-perl/trunk/debian/compat (added)
+++ packages/libparams-callbackrequest-perl/trunk/debian/compat Mon May  8 11:15:23 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libparams-callbackrequest-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libparams-callbackrequest-perl/trunk/debian/control?rev=2740&op=file
==============================================================================
--- packages/libparams-callbackrequest-perl/trunk/debian/control (added)
+++ packages/libparams-callbackrequest-perl/trunk/debian/control Mon May  8 11:15:23 2006
@@ -1,0 +1,27 @@
+Source: libparams-callbackrequest-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl, perl (>= 5.8.0-7), libexception-class-perl, libparams-validate-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>
+Standards-Version: 3.7.0
+
+Package: libparams-callbackrequest-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, 
+Description: Functional and object-oriented callback architecture
+ 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.

Added: packages/libparams-callbackrequest-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libparams-callbackrequest-perl/trunk/debian/copyright?rev=2740&op=file
==============================================================================
--- packages/libparams-callbackrequest-perl/trunk/debian/copyright (added)
+++ packages/libparams-callbackrequest-perl/trunk/debian/copyright Mon May  8 11:15:23 2006
@@ -1,0 +1,16 @@
+This is the debian package for the Params-CallbackRequest module.
+It was created by Clint Adams <schizo at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/~dwheeler/
+
+The upstream author is: David Wheeler <david at kineticode.com>.
+
+Copyright (C) 2003-2004 David Wheeler
+
+This module is free software; you can redistribute it or modify it under
+the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: packages/libparams-callbackrequest-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libparams-callbackrequest-perl/trunk/debian/rules?rev=2740&op=file
==============================================================================
--- packages/libparams-callbackrequest-perl/trunk/debian/rules (added)
+++ packages/libparams-callbackrequest-perl/trunk/debian/rules Mon May  8 11:15:23 2006
@@ -1,0 +1,74 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor
+	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build distclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(PERL) Build test
+	$(PERL) Build install destdir=$(TMP)
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: packages/libparams-callbackrequest-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libparams-callbackrequest-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libparams-callbackrequest-perl/trunk/debian/watch?rev=2740&op=file
==============================================================================
--- packages/libparams-callbackrequest-perl/trunk/debian/watch (added)
+++ packages/libparams-callbackrequest-perl/trunk/debian/watch Mon May  8 11:15:23 2006
@@ -1,0 +1,2 @@
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/Params/Params-CallbackRequest-([\d\.]+)\.tar\.gz




More information about the Pkg-perl-cvs-commits mailing list