debian/0000755000000000000000000000000012155714444007175 5ustar debian/rules0000755000000000000000000000003612155714444010254 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000237312155714444010605 0ustar Source: libcolor-library-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libclass-accessor-perl, libclass-data-inheritable-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libtest-most-perl, perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Color-Library/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcolor-library-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcolor-library-perl.git Package: libcolor-library-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl, libclass-data-inheritable-perl, libmodule-pluggable-perl | perl (<< 5.17.0) Description: comprehensive named-colour library Color::Library is a Perl module that provides a library of web (SVG, HTML and CSS) colours, X11 colours, Windows system palette colours, and more. It provides a simple way to specify colour names and retrieve the corresponding RGB definition in return. debian/source/0000755000000000000000000000000012155714444010475 5ustar debian/source/format0000644000000000000000000000001412155714444011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000371312155714444011053 0ustar libcolor-library-perl (0.021-2) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * (Build-)depend on libmodule-pluggable-perl to get rid of warning which leads to a test failure. (Closes: #711644) * Add a patch to fix various POD issues. * Add a lintian override for a "can't break line" warning of man. * debian/copyright: switch formatting to Copyright-Format 1.0. * Update years of packaging copyright. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann Tue, 11 Jun 2013 23:39:40 +0200 libcolor-library-perl (0.021-1) unstable; urgency=low * New upstream release. * debian/watch: add uversionmangle just in case upstream goes back to 2-digit minor versions. * Update build dependencies (remove *test-pod*, add *test-most*). * Remove patch deprecated_parentheses.patch, applied upstream. * Update years of upstream copyright. -- gregor herrmann Thu, 08 Dec 2011 16:04:31 +0100 libcolor-library-perl (0.02-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * Switch to "3.0 (quilt)" source format. * Add patch deprecated_parentheses.patch: fix qw() usage which throws warnings under perl 5.14. * debian/copyright: update Format-Specification and license stanzas. * Add /me to Uploaders. * Bump Standards-Version to 3.9.2 (no changes). * Switch to debhelper compatibility level 8. -- gregor herrmann Fri, 25 Nov 2011 16:33:11 +0100 libcolor-library-perl (0.02-1) unstable; urgency=low * Initial Release (Closes: #563213) -- Jonathan Yu Fri, 01 Jan 2010 17:24:40 -0500 debian/compat0000644000000000000000000000000212155714444010373 0ustar 8 debian/patches/0000755000000000000000000000000012155714444010624 5ustar debian/patches/pod-fixes.patch0000644000000000000000000000213412155714444013543 0ustar Description: various POD fixes Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=86023 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86023 Author: gregor herrmann Last-Update: 2013-06-09 --- a/lib/Color/Library/Color.pm +++ b/lib/Color/Library/Color.pm @@ -227,6 +227,8 @@ =cut +=back + # Partly taken from Imager/Color.pm sub parse_rgb_color { return (@_) if @_ == 3 && ! grep /[^\d.+eE-]/, @_; --- a/lib/Color/Library/Dictionary.pm +++ b/lib/Color/Library/Dictionary.pm @@ -227,6 +227,8 @@ Returns the description of $dictionary, if any +=back + =cut sub description { --- a/lib/Color/Library/Dictionary/NBS_ISCC/H.pm +++ b/lib/Color/Library/Dictionary/NBS_ISCC/H.pm @@ -11,6 +11,8 @@ =pod +=encoding latin1 + =head1 NAME Color::Library::Dictionary::NBS_ISCC::H - (NBS/ISCC H) Horticultural Colour Charts --- a/lib/Color/Library/Dictionary/NBS_ISCC/M.pm +++ b/lib/Color/Library/Dictionary/NBS_ISCC/M.pm @@ -11,6 +11,8 @@ =pod +=encoding latin1 + =head1 NAME Color::Library::Dictionary::NBS_ISCC::M - (NBS/ISCC M) Dictionary of Color debian/patches/series0000644000000000000000000000002012155714444012031 0ustar pod-fixes.patch debian/copyright0000644000000000000000000000212112155714444011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Color-Library Upstream-Contact: Robert Krimen Source: https://metacpan.org/release/Color-Library/ Files: * Copyright: 2007-2011, Robert Krimen License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2011-2013, gregor herrmann 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000025312155714444010226 0ustar version=3 opts=uversionmangle=s/\.\d\d$/$&0/;s/\.\d$/$&00/ \ https://metacpan.org/release/Color-Library/ .*/Color-Library-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libcolor-library-perl.lintian-overrides0000644000000000000000000000025512155714444016766 0ustar # true. there's a long regexp. libcolor-library-perl: manpage-has-errors-from-man usr/share/man/man3/Color::Library::Color.3pm.gz 305: warning [p 2, 9.8i]: can't break line