debian/0000755000000000000000000000000012137177435007200 5ustar debian/copyright0000644000000000000000000000153212137177417011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libgraphics-colorobject-perl Source: Files: * Copyright: 2003-2004 by Alex Izvorski 2001-2003 by Alfred Reibenschuh License: Artistic-1.0 Files: debian/* Copyright: 2013 Manoj Srivastava License: Artistic-1.0 License: Artistic-1.0 This program is free software; you can redistribute it and/or modify it under the terms of the "Artistic License" which comes with Debian. . THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. . On Debian systems, the complete text of the Artistic License can be found in "/usr/share/common-licenses/Artistic". debian/source/0000755000000000000000000000000012137174545010477 5ustar debian/source/format0000644000000000000000000000001412137174545011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000067212137174545010264 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/control0000644000000000000000000000240112137177401010571 0ustar Source: libgraphics-colorobject-perl VCS-Git: git://git.debian.org/~srivasta/debian/libgraphics-colorobject-perl.git VCS-Browser: http://git.debian.org/?p=users/srivasta/debian/libgraphics-colorobject-perl.git Priority: optional Section: perl Homepage: http://search.cpan.org/~aizvorski/Graphics-ColorObject-0.5.0/ColorObject.pm Maintainer: Manoj Srivastava Standards-Version: 3.9.4 Build-Depends-Indep: perl-modules, libgraphics-colornames-perl, debhelper (>= 9.0.0) Package: libgraphics-colorobject-perl Architecture: all Depends: ${misc:Depends}, perl, libgraphics-colornames-perl Description: convert color specifications between color spaces Use this package to convert between all the common color spaces. As a pure Perl module, it is not very fast, and so it you want to convert entire images, this is probably not what you want. The emphasis is on completeness and accurate conversion. . Supported color spaces are: RGB (including sRGB, Rec 601, Rec 709, ITU, and about a dozen other RGB spaces), CMY, CMYK, HSL, HSV, XYZ, xyY, Lab, LCHab, Luv, LCHuv, YPbPr, YCbCr. Future support is planned for YUV, YIQ, YCC and possibly others. . Conversion between different RGB working spaces, and between different white-points, is fully supported. debian/docs0000644000000000000000000000000712137174545010047 0ustar README debian/libgraphics-colorobject-perl.examples0000644000000000000000000000017712137177435016477 0ustar examples/calculate-xyz-matrices.pl examples/draw-lab-colorspace.pl examples/chrom-adaptation-test.pl examples/convert-color.pl debian/watch0000644000000000000000000000024411017672647010232 0ustar # format version number, currently 2; this line is compulsory! version=2 http://www.cpan.org/modules/by-module/Graphics/Graphics-ColorObject-(.*)\.tar\.gz debian debian/compat0000644000000000000000000000000212137174617010375 0ustar 9 debian/changelog0000644000000000000000000000430012137177050011040 0ustar libgraphics-colorobject-perl (0.5.0-5) unstable; urgency=low * Updated to new dh based build system * Bug fix: "warnings with Perl 5.12", thanks to Niko Tyni. No longer seems to fail to build (Closes: #578938). -- Manoj Srivastava Sun, 28 Apr 2013 03:47:04 -0700 libgraphics-colorobject-perl (0.5.0-4) unstable; urgency=low * [dedd1c5]: [libgraphics-colorobjects-perl]: PREFIX is no longer mutable, use DESTDIR. Preemptive bug fix. -- Manoj Srivastava Sun, 13 Sep 2009 18:29:28 -0500 libgraphics-colorobject-perl (0.5.0-3) unstable; urgency=low * Updated the location of the development repository for this package (moved to a public git repository) * Moved to the new streamlined targets in the build system (makes it make -j friendly) -- Manoj Srivastava Thu, 29 May 2008 23:13:01 -0500 libgraphics-colorobject-perl (0.5.0-2) unstable; urgency=low * Bug fix: "libgraphics-colorobject-perl: FTBFS with Perl 5.10: the empty /usr/lib/perl5 is gone", thanks to Niko Tyni. Actually, it was the fact that the whole /usr/lib heirarchy went away. Closes: #467941 -- Manoj Srivastava Tue, 18 Mar 2008 17:55:26 -0500 libgraphics-colorobject-perl (0.5.0-1) unstable; urgency=low * New upstream release - added gamut checks and clipping (not all colorspaces supported yet) - added several color-difference algorithms - added arbitrary white-points (any temperature from 4000K to 25000K) - added several predefined white-points, and made others more accurate - added YUV, YIQ, PhotoYCC spaces - added documentation - changed many conversion matrices to be more accurate (from 3 significant digits to >5) - bug: HSL_to_RGB incorrect hue round-off produced rare but significant errors in H (fixed) - bug: wrong implicit colorspaces in colorbars test caused some tests to fail (fixed) -- Manoj Srivastava Sun, 23 Oct 2005 16:58:10 -0500 libgraphics-colorobject-perl (0.4a4-1) unstable; urgency=low * New package, initial packaging for Debian. -- Manoj Srivastava Sat, 24 Apr 2004 21:38:17 -0500