r51598 - in /trunk/libcolor-palette-perl/debian: control copyright libcolor-palette-perl.docs libcolor-palette-perl.examples

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jan 25 21:01:20 UTC 2010


Author: jawnsy-guest
Date: Mon Jan 25 21:00:41 2010
New Revision: 51598

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51598
Log:
prepare for upload

Added:
    trunk/libcolor-palette-perl/debian/libcolor-palette-perl.examples
Removed:
    trunk/libcolor-palette-perl/debian/libcolor-palette-perl.docs
Modified:
    trunk/libcolor-palette-perl/debian/control
    trunk/libcolor-palette-perl/debian/copyright

Modified: trunk/libcolor-palette-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcolor-palette-perl/debian/control?rev=51598&op=diff
==============================================================================
--- trunk/libcolor-palette-perl/debian/control (original)
+++ trunk/libcolor-palette-perl/debian/control Mon Jan 25 21:00:41 2010
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libmoosex-types-perl,
-  libgraphics-color-perl (>= 0.21), liblist-moreutils-perl, libmoose-perl
+Build-Depends-Indep: perl, libgraphics-color-perl, liblist-moreutils-perl,
+ libmoosex-types-perl, libmoose-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -14,27 +14,11 @@
 Package: libcolor-palette-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-types-perl,
-  libgraphics-color-perl (>= 0.21), liblist-moreutils-perl, libmoose-perl
-Description: a set of named colors
- The libraries in the Color-Palette distribution are meant to make it easy to
- build sets of named colors, and to write applications that can define and
- validate the color names they required.
- .
- For example, a color palette might contain the following data:
- .
- highlights => #f0f000
- .
- background => #333
- .
- sidebarBackground => #88d
- .
- sidebarText => 'highlights'
- .
- sidebarBoder => 'sidebarText'
- .
- Colors can be defined by a color specifier (a Graphics::Color object, a
- CSS-style hex triple, or an arrayref of RGB values) or by a name of another
- color that appears in the palette. If colors are defined in terms of another
- color that doesn't exist, an exception will be raised.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ libgraphics-color-perl, liblist-moreutils-perl, libmoose-perl
+Description: module to manipulate sets of named colours
+ Color::Palette is a framework of Perl modules designed to construct and
+ manipulate sets of named colours. This makes it easy to write applications
+ that can define and validate the color names as required. Colours can be
+ specified using a Graphics::Color object, a CSS-style hex triple (#RRGGBB),
+ an arrayref of RGB values, or as the name of another colour that appears in
+ the palette.

Modified: trunk/libcolor-palette-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcolor-palette-perl/debian/copyright?rev=51598&op=diff
==============================================================================
--- trunk/libcolor-palette-perl/debian/copyright (original)
+++ trunk/libcolor-palette-perl/debian/copyright Mon Jan 25 21:00:41 2010
@@ -2,21 +2,13 @@
 Maintainer: Ricardo SIGNES <rjbs at cpan.org>
 Source: http://search.cpan.org/dist/Color-Palette/
 Name: Color-Palette
-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: Ricardo SIGNES <rjbs at cpan.org>
+Copyright: 2009, Ricardo SIGNES <rjbs at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
 License: Artistic or GPL-1+
 
 License: Artistic

Added: trunk/libcolor-palette-perl/debian/libcolor-palette-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcolor-palette-perl/debian/libcolor-palette-perl.examples?rev=51598&op=file
==============================================================================
--- trunk/libcolor-palette-perl/debian/libcolor-palette-perl.examples (added)
+++ trunk/libcolor-palette-perl/debian/libcolor-palette-perl.examples Mon Jan 25 21:00:41 2010
@@ -1,0 +1,1 @@
+eg/*




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