r47051 - in /trunk/libcatalyst-modules-perl: debian/README.Debian debian/copyright tarballs/check-upstream-versions tarballs/packages.cfg

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Nov 11 19:44:50 UTC 2009


Author: gregoa
Date: Wed Nov 11 19:44:44 2009
New Revision: 47051

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47051
Log:
add a comment feature to tarballs/check-upstream-versions, put the comment about Catalyst::View::JSON into tarballs/packages.cfg so that it ends up as an X-Comment in debian/copyright instead of debian/README.Debian

Removed:
    trunk/libcatalyst-modules-perl/debian/README.Debian
Modified:
    trunk/libcatalyst-modules-perl/debian/copyright
    trunk/libcatalyst-modules-perl/tarballs/check-upstream-versions
    trunk/libcatalyst-modules-perl/tarballs/packages.cfg

Modified: trunk/libcatalyst-modules-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/copyright?rev=47051&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/copyright (original)
+++ trunk/libcatalyst-modules-perl/debian/copyright Wed Nov 11 19:44:44 2009
@@ -68,7 +68,7 @@
 X-Upstream-Maintainers: Tomas Doran <bobtfish at bobtfish.net>
 License: Artistic | GPL-1+
 
-Files: tarballs/01/CatalystX-Component-Traits-0.12.tar.gz
+Files: tarballs/01/CatalystX-Component-Traits-0.14.tar.gz
 Copyright: 2009, Rafael Kitover <rkitover at io.com>
 X-Upstream-Maintainers: Rafael Kitover <rkitover at io.com>
 License: Artistic | GPL-1+
@@ -132,6 +132,14 @@
 Copyright: 2009, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
 X-Upstream-Maintainers: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
 License: Artistic | GPL-1+
+X-Comment: Catalyst::View::JSON does not contain copyright information and would not
+ normally be redistributable. However, the provided rationale from the upstream
+ author on his web site was:
+ "All of my modules available at http://search.cpan.org/~miyagawa/ with the
+ statement "AUTHOR: Tatsuhiko Miyagawa" are, unless otherwise noted,
+ Copyright (c) Tatsuhiiko Miyagawa.
+ The exact year comes from the CPAN upload date."
+ This text is from http://bulknews.net/debian.txt (miyagawa's web site)
 
 Files: tarballs/02/Catalyst-View-Mason-0.18.tar.gz
 Copyright: 2005-2009, Andres Kievsky <ank at cpan.org>

Modified: trunk/libcatalyst-modules-perl/tarballs/check-upstream-versions
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/check-upstream-versions?rev=47051&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/tarballs/check-upstream-versions (original)
+++ trunk/libcatalyst-modules-perl/tarballs/check-upstream-versions Wed Nov 11 19:44:44 2009
@@ -100,6 +100,21 @@
 					exit(1);
 				}
 				$coutput .= qq{License: Artistic | GPL-1+\n};
+				if (defined $config->{$key}->{'comment'})
+				{
+					$coutput .= qq{X-Comment:};
+					if (ref $config->{$key}->{'comment'} eq 'ARRAY')
+					{
+						foreach my $comment (@{$config->{$key}->{'comment'}})
+						{
+							$coutput .= qq{ $comment\n};
+						}
+					}
+					else
+					{
+						$coutput .= qq{ $config->{$key}->{'comment'}\n};
+					}
+				}
 			}
 			last;
 		}				

Modified: trunk/libcatalyst-modules-perl/tarballs/packages.cfg
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/packages.cfg?rev=47051&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/tarballs/packages.cfg (original)
+++ trunk/libcatalyst-modules-perl/tarballs/packages.cfg Wed Nov 11 19:44:44 2009
@@ -212,6 +212,14 @@
 description     JSON view for your data
 maintainer      Tatsuhiko Miyagawa <miyagawa at bulknews.net>
 copyright       2009, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+comment         Catalyst::View::JSON does not contain copyright information and would not
+comment         normally be redistributable. However, the provided rationale from the upstream
+comment         author on his web site was:
+comment          "All of my modules available at http://search.cpan.org/~miyagawa/ with the
+comment          statement "AUTHOR: Tatsuhiko Miyagawa" are, unless otherwise noted,
+comment          Copyright (c) Tatsuhiiko Miyagawa.
+comment          The exact year comes from the CPAN upload date."
+comment         This text is from http://bulknews.net/debian.txt (miyagawa's web site)
 </Catalyst-View-JSON>
 
 <Catalyst-Plugin-Unicode>




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