r75921 - in /trunk/libcgi-application-plugin-autorunmode-perl/debian: ./ changelog compat control copyright patches/ patches/series patches/spelling.patch rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jun 18 08:44:00 UTC 2011


Author: periapt-guest
Date: Sat Jun 18 08:43:57 2011
New Revision: 75921

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75921
Log:
[svn-inject] Applying Debian modifications (0.18-1) to trunk

Added:
    trunk/libcgi-application-plugin-autorunmode-perl/debian/
    trunk/libcgi-application-plugin-autorunmode-perl/debian/changelog
    trunk/libcgi-application-plugin-autorunmode-perl/debian/compat
    trunk/libcgi-application-plugin-autorunmode-perl/debian/control
    trunk/libcgi-application-plugin-autorunmode-perl/debian/copyright
    trunk/libcgi-application-plugin-autorunmode-perl/debian/patches/
    trunk/libcgi-application-plugin-autorunmode-perl/debian/patches/series
    trunk/libcgi-application-plugin-autorunmode-perl/debian/patches/spelling.patch
    trunk/libcgi-application-plugin-autorunmode-perl/debian/rules   (with props)
    trunk/libcgi-application-plugin-autorunmode-perl/debian/source/
    trunk/libcgi-application-plugin-autorunmode-perl/debian/source/format
    trunk/libcgi-application-plugin-autorunmode-perl/debian/watch

Added: trunk/libcgi-application-plugin-autorunmode-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/debian/changelog?rev=75921&op=file
==============================================================================
--- trunk/libcgi-application-plugin-autorunmode-perl/debian/changelog (added)
+++ trunk/libcgi-application-plugin-autorunmode-perl/debian/changelog Sat Jun 18 08:43:57 2011
@@ -1,0 +1,5 @@
+libcgi-application-plugin-autorunmode-perl (0.18-1) UNRELEASED; urgency=low
+
+  * Split out from libcgi-application-basic-plugin-bundle-perl
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 17 Jun 2011 23:25:13 +0100

Added: trunk/libcgi-application-plugin-autorunmode-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/debian/compat?rev=75921&op=file
==============================================================================
--- trunk/libcgi-application-plugin-autorunmode-perl/debian/compat (added)
+++ trunk/libcgi-application-plugin-autorunmode-perl/debian/compat Sat Jun 18 08:43:57 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libcgi-application-plugin-autorunmode-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/debian/control?rev=75921&op=file
==============================================================================
--- trunk/libcgi-application-plugin-autorunmode-perl/debian/control (added)
+++ trunk/libcgi-application-plugin-autorunmode-perl/debian/control Sat Jun 18 08:43:57 2011
@@ -1,0 +1,27 @@
+Source: libcgi-application-plugin-autorunmode-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libcgi-application-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-AutoRunmode/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/
+
+Package: libcgi-application-plugin-autorunmode-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl
+Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6)
+Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6)
+Description: CGI::App plugin to automatically register runmodes
+ The CGI::Application::Plugin::AutoRunmode plugin for CGI::Application
+ provides easy ways to setup run modes. You can just write the method that
+ implements a run mode. You do not have to explicitly register it with
+ CGI::Application anymore.
+ .
+ You can either flag methods in your CGI::App subclass with the "Runmode" or
+ "StartRunmode" attributes or simply declare that every method in a class is a
+ run mode. You can also assign a delegate object, all whose methods will
+ become runmodes. You can also mix both approaches.

Added: trunk/libcgi-application-plugin-autorunmode-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/debian/copyright?rev=75921&op=file
==============================================================================
--- trunk/libcgi-application-plugin-autorunmode-perl/debian/copyright (added)
+++ trunk/libcgi-application-plugin-autorunmode-perl/debian/copyright Sat Jun 18 08:43:57 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Thilo Planz, <thilo at cpan.org>
+Source: http://search.cpan.org/dist/CGI-Application-Plugin-AutoRunmode/
+Name: CGI-Application-Plugin-AutoRunmode
+
+Files: *
+Copyright: 2004-2011, Thilo Planz, <thilo at cpan.org>
+License: 
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+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'.

Added: trunk/libcgi-application-plugin-autorunmode-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/debian/patches/series?rev=75921&op=file
==============================================================================
--- trunk/libcgi-application-plugin-autorunmode-perl/debian/patches/series (added)
+++ trunk/libcgi-application-plugin-autorunmode-perl/debian/patches/series Sat Jun 18 08:43:57 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libcgi-application-plugin-autorunmode-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/debian/patches/spelling.patch?rev=75921&op=file
==============================================================================
--- trunk/libcgi-application-plugin-autorunmode-perl/debian/patches/spelling.patch (added)
+++ trunk/libcgi-application-plugin-autorunmode-perl/debian/patches/spelling.patch Sat Jun 18 08:43:57 2011
@@ -1,0 +1,15 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: Spelling
+Forwarded: no
+Last-Update: 2011-06-18
+--- a/AutoRunmode/FileDelegate.pm
++++ b/AutoRunmode/FileDelegate.pm
+@@ -108,7 +108,7 @@
+ =head1 SEE ALSO
+ 
+ If you like the idea of moving everything outside of Perl modules
+-into seperate files, you should also have a look at
++into separate files, you should also have a look at
+ L<CGI::Application::Plugin::TemplateRunner>, which does a similar
+ thing for HTML templates and the Perl code needed to provide them with 
+ data.

Added: trunk/libcgi-application-plugin-autorunmode-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/debian/rules?rev=75921&op=file
==============================================================================
--- trunk/libcgi-application-plugin-autorunmode-perl/debian/rules (added)
+++ trunk/libcgi-application-plugin-autorunmode-perl/debian/rules Sat Jun 18 08:43:57 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libcgi-application-plugin-autorunmode-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcgi-application-plugin-autorunmode-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/debian/source/format?rev=75921&op=file
==============================================================================
--- trunk/libcgi-application-plugin-autorunmode-perl/debian/source/format (added)
+++ trunk/libcgi-application-plugin-autorunmode-perl/debian/source/format Sat Jun 18 08:43:57 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libcgi-application-plugin-autorunmode-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/debian/watch?rev=75921&op=file
==============================================================================
--- trunk/libcgi-application-plugin-autorunmode-perl/debian/watch (added)
+++ trunk/libcgi-application-plugin-autorunmode-perl/debian/watch Sat Jun 18 08:43:57 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Application-Plugin-AutoRunmode/   .*/CGI-Application-Plugin-AutoRunmode-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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