r52765 - in /trunk/libgraphics-primitive-driver-cairo-perl: Changes META.yml debian/changelog debian/control debian/copyright lib/Graphics/Primitive/Driver/Cairo.pm lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Feb 15 02:31:13 UTC 2010


Author: jawnsy-guest
Date: Mon Feb 15 02:31:03 2010
New Revision: 52765

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52765
Log:
integrate new upstream release

Modified:
    trunk/libgraphics-primitive-driver-cairo-perl/Changes
    trunk/libgraphics-primitive-driver-cairo-perl/META.yml
    trunk/libgraphics-primitive-driver-cairo-perl/debian/changelog
    trunk/libgraphics-primitive-driver-cairo-perl/debian/control
    trunk/libgraphics-primitive-driver-cairo-perl/debian/copyright
    trunk/libgraphics-primitive-driver-cairo-perl/lib/Graphics/Primitive/Driver/Cairo.pm
    trunk/libgraphics-primitive-driver-cairo-perl/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm

Modified: trunk/libgraphics-primitive-driver-cairo-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-driver-cairo-perl/Changes?rev=52765&op=diff
==============================================================================
--- trunk/libgraphics-primitive-driver-cairo-perl/Changes (original)
+++ trunk/libgraphics-primitive-driver-cairo-perl/Changes Mon Feb 15 02:31:03 2010
@@ -1,4 +1,7 @@
 Revision history for Graphics-Primitive-Driver-Cairo
+
+0.43    February 12, 2010
+  - Copyright updates.
 
 0.42    November 26th, 2009
   - Fix POD typo (Thanks Brian Cassidy)

Modified: trunk/libgraphics-primitive-driver-cairo-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-driver-cairo-perl/META.yml?rev=52765&op=diff
==============================================================================
--- trunk/libgraphics-primitive-driver-cairo-perl/META.yml (original)
+++ trunk/libgraphics-primitive-driver-cairo-perl/META.yml Mon Feb 15 02:31:03 2010
@@ -29,4 +29,4 @@
   Text::Flow: 0.01
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.42
+version: 0.43

Modified: trunk/libgraphics-primitive-driver-cairo-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-driver-cairo-perl/debian/changelog?rev=52765&op=diff
==============================================================================
--- trunk/libgraphics-primitive-driver-cairo-perl/debian/changelog (original)
+++ trunk/libgraphics-primitive-driver-cairo-perl/debian/changelog Mon Feb 15 02:31:03 2010
@@ -1,11 +1,5 @@
-libgraphics-primitive-driver-cairo-perl (0.42-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/copyright: README says "Cory G Watson", lib/**/*.pm says "Infinity
-    Interactive, Inc." (and lists "Cory Watson" as the author). I guess the
-    company as the copyright holder is more plausible
-  - d/control: "Math::Complex: 1.56" --> "perl (>= 5.10.1)"
+libgraphics-primitive-driver-cairo-perl (0.43-1) UNRELEASED; urgency=low
 
   * Initial Release (Closes: #568172)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 02 Feb 2010 16:50:14 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 14 Feb 2010 21:47:24 -0500

Modified: trunk/libgraphics-primitive-driver-cairo-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-driver-cairo-perl/debian/control?rev=52765&op=diff
==============================================================================
--- trunk/libgraphics-primitive-driver-cairo-perl/debian/control (original)
+++ trunk/libgraphics-primitive-driver-cairo-perl/debian/control Mon Feb 15 02:31:03 2010
@@ -2,8 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libcairo-perl (>= 1.061), libmoose-perl (>= 0.76),
- libgeometry-primitive-perl, libgraphics-primitive-perl, libtext-flow-perl
+Build-Depends-Indep: perl (>= 5.10.1), libcairo-perl (>= 1.061),
+ libgeometry-primitive-perl, libgraphics-primitive-perl, libtext-flow-perl,
+ libmoose-perl (>= 0.76)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.4
@@ -13,9 +14,9 @@
 
 Package: libgraphics-primitive-driver-cairo-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libgraphics-primitive-perl,
- libgeometry-primitive-perl, libtext-flow-perl, libcairo-perl (>= 1.061),
- libmoose-perl (>= 0.76)
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1),
+ libcairo-perl (>= 1.061), libmoose-perl (>= 0.76),
+ libgraphics-primitive-perl, libgeometry-primitive-perl, libtext-flow-perl
 Description: backend providing graphics support using Cairo
  Graphics::Primitive::Driver::Cairo is a backend implementation using Cairo
  that draws Graphics::Primitive objects (see libgraphics-primitive-perl). In

Modified: trunk/libgraphics-primitive-driver-cairo-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-driver-cairo-perl/debian/copyright?rev=52765&op=diff
==============================================================================
--- trunk/libgraphics-primitive-driver-cairo-perl/debian/copyright (original)
+++ trunk/libgraphics-primitive-driver-cairo-perl/debian/copyright Mon Feb 15 02:31:03 2010
@@ -4,7 +4,7 @@
 Name: Graphics-Primitive-Driver-Cairo
 
 Files: *
-Copyright: 2008, Cory G Watson <gphat at cpan.org>
+Copyright: 2008-2010, Cory G Watson <gphat at cpan.org>
 License: Artistic or GPL-1+
 
 Files: inc/Module/*

Modified: trunk/libgraphics-primitive-driver-cairo-perl/lib/Graphics/Primitive/Driver/Cairo.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-driver-cairo-perl/lib/Graphics/Primitive/Driver/Cairo.pm?rev=52765&op=diff
==============================================================================
--- trunk/libgraphics-primitive-driver-cairo-perl/lib/Graphics/Primitive/Driver/Cairo.pm (original)
+++ trunk/libgraphics-primitive-driver-cairo-perl/lib/Graphics/Primitive/Driver/Cairo.pm Mon Feb 15 02:31:03 2010
@@ -13,7 +13,7 @@
 with 'Graphics::Primitive::Driver';
 
 our $AUTHORITY = 'cpan:GPHAT';
-our $VERSION = '0.42';
+our $VERSION = '0.43';
 
 enum 'Graphics::Primitive::Driver::Cairo::AntialiasModes' => (
     qw(default none gray subpixel)
@@ -1006,9 +1006,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008 by Infinity Interactive, Inc.
-
-L<http://www.iinteractive.com>
+Copyright 2010 by Cory G Watson
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libgraphics-primitive-driver-cairo-perl/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-driver-cairo-perl/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm?rev=52765&op=diff
==============================================================================
--- trunk/libgraphics-primitive-driver-cairo-perl/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm (original)
+++ trunk/libgraphics-primitive-driver-cairo-perl/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm Mon Feb 15 02:31:03 2010
@@ -147,8 +147,6 @@
 
 Cory Watson, C<< <gphat at cpan.org> >>
 
-Infinity Interactive, L<http://www.iinteractive.com>
-
 =head1 BUGS
 
 Please report any bugs or feature requests to C<bug-geometry-primitive at rt.cpan.org>, or through
@@ -157,9 +155,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008 by Infinity Interactive, Inc.
-
-L<http://www.iinteractive.com>
+Copyright 2010 by Cory G Watson
 
 This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
+under the same terms as Perl itself.




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