debian/ 0000755 0000000 0000000 00000000000 12137177435 007200 5 ustar debian/copyright 0000644 0000000 0000000 00000001532 12137177417 011134 0 ustar 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/ 0000755 0000000 0000000 00000000000 12137174545 010477 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12137174545 011705 0 ustar 3.0 (quilt)
debian/rules 0000755 0000000 0000000 00000000672 12137174545 010264 0 ustar #!/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/control 0000644 0000000 0000000 00000002401 12137177401 010571 0 ustar 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/docs 0000644 0000000 0000000 00000000007 12137174545 010047 0 ustar README
debian/libgraphics-colorobject-perl.examples 0000644 0000000 0000000 00000000177 12137177435 016477 0 ustar examples/calculate-xyz-matrices.pl
examples/draw-lab-colorspace.pl
examples/chrom-adaptation-test.pl
examples/convert-color.pl
debian/watch 0000644 0000000 0000000 00000000244 11017672647 010232 0 ustar # 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/compat 0000644 0000000 0000000 00000000002 12137174617 010375 0 ustar 9
debian/changelog 0000644 0000000 0000000 00000004300 12137177050 011040 0 ustar 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