r2736 - in /packages/libmasonx-interp-withcallbacks-perl/trunk/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Mon May 8 10:49:22 UTC 2006


Author: eloy
Date: Mon May  8 10:49:21 2006
New Revision: 2736

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2736
Log:
Load libmasonx-interp-withcallbacks-perl-1.13 into
packages/libmasonx-interp-withcallbacks-perl/trunk.

Added:
    packages/libmasonx-interp-withcallbacks-perl/trunk/debian/
    packages/libmasonx-interp-withcallbacks-perl/trunk/debian/changelog
    packages/libmasonx-interp-withcallbacks-perl/trunk/debian/compat
    packages/libmasonx-interp-withcallbacks-perl/trunk/debian/control
    packages/libmasonx-interp-withcallbacks-perl/trunk/debian/copyright
    packages/libmasonx-interp-withcallbacks-perl/trunk/debian/rules   (with props)
    packages/libmasonx-interp-withcallbacks-perl/trunk/debian/watch

Added: packages/libmasonx-interp-withcallbacks-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmasonx-interp-withcallbacks-perl/trunk/debian/changelog?rev=2736&op=file
==============================================================================
--- packages/libmasonx-interp-withcallbacks-perl/trunk/debian/changelog (added)
+++ packages/libmasonx-interp-withcallbacks-perl/trunk/debian/changelog Mon May  8 10:49:21 2006
@@ -1,0 +1,23 @@
+libmasonx-interp-withcallbacks-perl (1.13-3) unstable; urgency=low
+
+  * New Maintainer (Closes: #348952)
+  * debian/copyright: added url to homepage
+  * debian/rules: clean up
+  * added debian/watch file
+  * Bumped up to 3.7.0 Standards Version
+  * Moved debhelper depend to Build-Depend
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Sun, 20 Apr 2006 13:47:12 +0200
+
+libmasonx-interp-withcallbacks-perl (1.13-2) unstable; urgency=low
+
+  * Orphan package. 
+
+ -- Clint Adams <schizo at debian.org>  Sat, 21 Jan 2006 18:54:01 -0500
+
+libmasonx-interp-withcallbacks-perl (1.13-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Clint Adams <schizo at debian.org>  Tue, 13 Dec 2005 11:48:08 -0500
+

Added: packages/libmasonx-interp-withcallbacks-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmasonx-interp-withcallbacks-perl/trunk/debian/compat?rev=2736&op=file
==============================================================================
--- packages/libmasonx-interp-withcallbacks-perl/trunk/debian/compat (added)
+++ packages/libmasonx-interp-withcallbacks-perl/trunk/debian/compat Mon May  8 10:49:21 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libmasonx-interp-withcallbacks-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmasonx-interp-withcallbacks-perl/trunk/debian/control?rev=2736&op=file
==============================================================================
--- packages/libmasonx-interp-withcallbacks-perl/trunk/debian/control (added)
+++ packages/libmasonx-interp-withcallbacks-perl/trunk/debian/control Mon May  8 10:49:21 2006
@@ -1,0 +1,28 @@
+Source: libmasonx-interp-withcallbacks-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: libmodule-build-perl, perl (>= 5.8.0-7), libhtml-mason-perl, libparams-callbackrequest-perl, libclass-container-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: libmasonx-interp-withcallbacks-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, 
+Description: Mason callback support via Params::CallbackRequest
+ MasonX::Interp::WithCallbacks subclasses HTML::Mason::Interp in order to
+ provide a Mason callback system built on Params::CallbackRequest.
+ Callbacks may be either code references provided to the C<new()> constructor,
+ or methods defined in subclasses of Params::Callback. Callbacks are triggered
+ either for every request or by specially named keys in the Mason request
+ arguments, and all callbacks are executed at the beginning of a request, just
+ before Mason creates and executes the request component stack.
+ .
+ This module brings support for a sort of plugin architecture based on
+ Params::CallbackRequest to Mason. Mason then executes code before executing
+ any components. This approach allows you to carry out logical processing of
+ data submitted from a form, to affect the contents of the Mason request
+ arguments (and thus the %ARGS hash in components), and even to redirect or
+ abort the request before Mason handles it.
+

Added: packages/libmasonx-interp-withcallbacks-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmasonx-interp-withcallbacks-perl/trunk/debian/copyright?rev=2736&op=file
==============================================================================
--- packages/libmasonx-interp-withcallbacks-perl/trunk/debian/copyright (added)
+++ packages/libmasonx-interp-withcallbacks-perl/trunk/debian/copyright Mon May  8 10:49:21 2006
@@ -1,0 +1,16 @@
+This is the debian package for the MasonX-Interp-WithCallbacks 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/libmasonx-interp-withcallbacks-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmasonx-interp-withcallbacks-perl/trunk/debian/rules?rev=2736&op=file
==============================================================================
--- packages/libmasonx-interp-withcallbacks-perl/trunk/debian/rules (added)
+++ packages/libmasonx-interp-withcallbacks-perl/trunk/debian/rules Mon May  8 10:49:21 2006
@@ -1,0 +1,73 @@
+#!/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/libmasonx-interp-withcallbacks-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libmasonx-interp-withcallbacks-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmasonx-interp-withcallbacks-perl/trunk/debian/watch?rev=2736&op=file
==============================================================================
--- packages/libmasonx-interp-withcallbacks-perl/trunk/debian/watch (added)
+++ packages/libmasonx-interp-withcallbacks-perl/trunk/debian/watch Mon May  8 10:49:21 2006
@@ -1,0 +1,2 @@
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/MasonX/MasonX-Interp-WithCallbacks-([\d\.]+)\.tar\.gz




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