r66774 - in /trunk/libcatalyst-engine-psgi-perl/debian: changelog control copyright libcatalyst-engine-psgi-perl.docs source/ source/format
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sat Jan 1 14:40:32 UTC 2011
Author: jawnsy-guest
Date: Sat Jan 1 14:39:35 2011
New Revision: 66774
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66774
Log:
add ITP; still waiting to hear back re copyright
Added:
trunk/libcatalyst-engine-psgi-perl/debian/source/
trunk/libcatalyst-engine-psgi-perl/debian/source/format
Removed:
trunk/libcatalyst-engine-psgi-perl/debian/libcatalyst-engine-psgi-perl.docs
Modified:
trunk/libcatalyst-engine-psgi-perl/debian/changelog
trunk/libcatalyst-engine-psgi-perl/debian/control
trunk/libcatalyst-engine-psgi-perl/debian/copyright
Modified: trunk/libcatalyst-engine-psgi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-engine-psgi-perl/debian/changelog?rev=66774&op=diff
==============================================================================
--- trunk/libcatalyst-engine-psgi-perl/debian/changelog (original)
+++ trunk/libcatalyst-engine-psgi-perl/debian/changelog Sat Jan 1 14:39:35 2011
@@ -1,5 +1,7 @@
libcatalyst-engine-psgi-perl (0.11-1) UNRELEASED; urgency=low
- * Initial Release.
+ Waiting for copyright information.
+
+ * Initial Release (Closes: #608562)
-- Jonathan Yu <jawnsy at cpan.org> Fri, 31 Dec 2010 21:10:14 -0500
Modified: trunk/libcatalyst-engine-psgi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-engine-psgi-perl/debian/control?rev=66774&op=diff
==============================================================================
--- trunk/libcatalyst-engine-psgi-perl/debian/control (original)
+++ trunk/libcatalyst-engine-psgi-perl/debian/control Sat Jan 1 14:39:35 2011
@@ -2,9 +2,9 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libcatalyst-modules-perl,
+Build-Depends-Indep: perl,
libcatalyst-perl (>= 5.80007),
- perl (>= 5.10.0)
+ libcatalyst-modules-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy at cpan.org>
Standards-Version: 3.9.1
@@ -16,9 +16,11 @@
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libcatalyst-modules-perl,
- libcatalyst-perl (>= 5.80007),
- perl
-Description: PSGI engine for Catalyst
- (no description was found)
+ libcatalyst-perl (>= 5.80007)
+Recommends: libplack-perl
+Description: Catalyst engine for the PSGI protocol
+ Catalyst::Engine::PSGI is a Perl module that provides backend support for the
+ Catalyst MVC framework on any of a multitude of web servers that comply with
+ the Perl Web Server Gateway Interface (PSGI) specification.
.
- This description was automagically extracted from the module by dh-make-perl.
+ It is commonly used with the Plack middleware (see libplack-perl).
Modified: trunk/libcatalyst-engine-psgi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-engine-psgi-perl/debian/copyright?rev=66774&op=diff
==============================================================================
--- trunk/libcatalyst-engine-psgi-perl/debian/copyright (original)
+++ trunk/libcatalyst-engine-psgi-perl/debian/copyright Sat Jan 1 14:39:35 2011
@@ -2,18 +2,63 @@
Maintainer: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Source: http://search.cpan.org/dist/Catalyst-Engine-PSGI/
Name: Catalyst-Engine-PSGI
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
Files: *
Copyright: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Spiffy.pm
+Copyright: 2004-2006, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Test/Base.pm, inc/Test/Base/*
+Copyright: 2005-2009, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Test/Builder.pm, inc/Test/Builder/*
+Copyright: 2002-2008, chromatic <chromatic at wgz.org>
+ 2002-2008, Michael G Schwern <schwern at pobox.com>
+License: Artistic or GPL-1+
+
+Files: inc/Test/More.pm
+Copyright: 2001-2008, Michael G Schwern <schwern at pobox.com>
+License: Artistic or GPL-1+
+
+Files: inc/Test/SharedFork.pm, inc/Test/SharedFork/*
+Copyright: 2009, Tokuhiro Matsuno <tokuhirom+cpan at gmail.com>
+License: Artistic or GPL-1+
+X-Comment: Rationale from the author was:
+ All of my modules available at http://search.cpan.org/~tokuhirom/ with the
+ statement "AUTHOR: Tokuhiro Matsuno" are, unless otherwise noted,
+ Copyright (c) Tokuhiro Matsuno.
+ Source: http://64p.org/debian.txt (author's web site)
+ The exact years come from the CPAN upload dates.
+
+Files: inc/Test/TCP.pm
+Copyright: 2008-2010, Tokuhiro Matsuno <tokuhirom at gmail.com>
+License: Artistic or GPL-1+
+X-Comment: Rationale from the author was:
+ All of my modules available at http://search.cpan.org/~tokuhirom/ with the
+ statement "AUTHOR: Tokuhiro Matsuno" are, unless otherwise noted,
+ Copyright (c) Tokuhiro Matsuno.
+ Source: http://64p.org/debian.txt (author's web site)
+ The exact years come from the CPAN upload dates.
+
+Files: inc/Test/Requires.pm
+Copyright: 2009-2010, Tokuhiro Matsuno <tokuhirom+cpan at gmail.com>
+License: Artistic or GPL-1+
+X-Comment: Rationale from the author was:
+ All of my modules available at http://search.cpan.org/~tokuhirom/ with the
+ statement "AUTHOR: Tokuhiro Matsuno" are, unless otherwise noted,
+ Copyright (c) Tokuhiro Matsuno.
+ Source: http://64p.org/debian.txt (author's web site)
+ The exact years come from the CPAN upload dates.
Files: debian/*
Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
Added: trunk/libcatalyst-engine-psgi-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-engine-psgi-perl/debian/source/format?rev=66774&op=file
==============================================================================
--- trunk/libcatalyst-engine-psgi-perl/debian/source/format (added)
+++ trunk/libcatalyst-engine-psgi-perl/debian/source/format Sat Jan 1 14:39:35 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the Pkg-perl-cvs-commits
mailing list