r51596 - in /trunk/libcolor-palette-perl/debian: ./ changelog compat control copyright libcolor-palette-perl.docs rules watch

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


Author: jawnsy-guest
Date: Mon Jan 25 20:52:43 2010
New Revision: 51596

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

Added:
    trunk/libcolor-palette-perl/debian/
    trunk/libcolor-palette-perl/debian/changelog
    trunk/libcolor-palette-perl/debian/compat
    trunk/libcolor-palette-perl/debian/control
    trunk/libcolor-palette-perl/debian/copyright
    trunk/libcolor-palette-perl/debian/libcolor-palette-perl.docs
    trunk/libcolor-palette-perl/debian/rules   (with props)
    trunk/libcolor-palette-perl/debian/watch

Added: trunk/libcolor-palette-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcolor-palette-perl/debian/changelog?rev=51596&op=file
==============================================================================
--- trunk/libcolor-palette-perl/debian/changelog (added)
+++ trunk/libcolor-palette-perl/debian/changelog Mon Jan 25 20:52:43 2010
@@ -1,0 +1,5 @@
+libcolor-palette-perl (0.091400-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 31 Dec 2009 20:07:23 -0500

Added: trunk/libcolor-palette-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcolor-palette-perl/debian/compat?rev=51596&op=file
==============================================================================
--- trunk/libcolor-palette-perl/debian/compat (added)
+++ trunk/libcolor-palette-perl/debian/compat Mon Jan 25 20:52:43 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libcolor-palette-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcolor-palette-perl/debian/control?rev=51596&op=file
==============================================================================
--- trunk/libcolor-palette-perl/debian/control (added)
+++ trunk/libcolor-palette-perl/debian/control Mon Jan 25 20:52:43 2010
@@ -1,0 +1,40 @@
+Source: libcolor-palette-perl
+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
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Color-Palette/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcolor-palette-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcolor-palette-perl/
+
+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.

Added: trunk/libcolor-palette-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcolor-palette-perl/debian/copyright?rev=51596&op=file
==============================================================================
--- trunk/libcolor-palette-perl/debian/copyright (added)
+++ trunk/libcolor-palette-perl/debian/copyright Mon Jan 25 20:52:43 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+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>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libcolor-palette-perl/debian/libcolor-palette-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcolor-palette-perl/debian/libcolor-palette-perl.docs?rev=51596&op=file
==============================================================================
--- trunk/libcolor-palette-perl/debian/libcolor-palette-perl.docs (added)
+++ trunk/libcolor-palette-perl/debian/libcolor-palette-perl.docs Mon Jan 25 20:52:43 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libcolor-palette-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcolor-palette-perl/debian/rules?rev=51596&op=file
==============================================================================
--- trunk/libcolor-palette-perl/debian/rules (added)
+++ trunk/libcolor-palette-perl/debian/rules Mon Jan 25 20:52:43 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libcolor-palette-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcolor-palette-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcolor-palette-perl/debian/watch?rev=51596&op=file
==============================================================================
--- trunk/libcolor-palette-perl/debian/watch (added)
+++ trunk/libcolor-palette-perl/debian/watch Mon Jan 25 20:52:43 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Color-Palette/   .*/Color-Palette-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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