debian/0000755000000000000000000000000011625461653007177 5ustar debian/control0000644000000000000000000000243611625461653010607 0ustar Source: libgraphics-color-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-number-delta-perl, libmoosex-aliases-perl (>= 0.10), libmoosex-storage-perl, libcolor-library-perl, libmoose-perl (>= 0.74), libmoosex-types-perl, libmoosex-clone-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Nathan Handler , Florian Schlichting Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Graphics-Color/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libgraphics-color-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgraphics-color-perl.git Package: libgraphics-color-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-aliases-perl (>= 0.10), libmoosex-storage-perl, libcolor-library-perl, libmoose-perl (>= 0.74), libmoosex-types-perl, libmoosex-clone-perl Description: module for manipulating colours in different colour spaces Graphics::Color is a Perl module that provides a device- and library-agnostic system for creating and manipulating colour definitions in various colour spaces. It currently supports colours specified as CMYK, HSL, RGB, YIQ and YUV. debian/copyright0000644000000000000000000000225011625461653011131 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Cory G Watson Source: http://search.cpan.org/dist/Graphics-Color/ Name: Graphics-Color Files: * Copyright: 2008-2009, Cory G Watson 2011, Cold Hard Code, LLC License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2010, Nathan Handler 2011, Florian Schlichting 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/watch0000644000000000000000000000017111625461653010227 0ustar version=3 http://search.cpan.org/dist/Graphics-Color/ .*/Graphics-Color-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011625461653010626 5ustar debian/patches/manpage-has-bad-whatis-entry.patch0000644000000000000000000000131311625461653017206 0ustar Author: Florian Schlichting Description: silence lintian warning manpage-has-bad-whatis-entry lintian complains about manpage NAME sections not parseable by lexgrog. What's lacking is a dash and short description. This patch adds very basic descriptions. Forwarded: no --- a/lib/Graphics/Color/HSV.pm +++ b/lib/Graphics/Color/HSV.pm @@ -174,7 +174,7 @@ =head1 NAME -Graphics::Color::HSV +Graphics::Color::HSV - HSV color space =head1 VERSION --- a/lib/Graphics/Color/Types.pm +++ b/lib/Graphics/Color/Types.pm @@ -24,7 +24,7 @@ =head1 NAME -Graphics::Color::Types +Graphics::Color::Types - define Moose types Number360OrLess and NumberOneOrLess =head1 VERSION debian/patches/series0000644000000000000000000000004311625461653012040 0ustar manpage-has-bad-whatis-entry.patch debian/compat0000644000000000000000000000000211625461653010375 0ustar 8 debian/changelog0000644000000000000000000000233111625461653011050 0ustar libgraphics-color-perl (0.29-1) unstable; urgency=low [ Florian Schlichting ] * Imported Upstream version 0.29 * bump debian/compat (no changes) * debian/copyright: - new copyright holder as of 2011 - inc/Module/* removed - add myself to debian/* * bump Standards-Version (directly link GPL-1) * patch two manpages adding whatis descriptions * add myself to Uploaders * make dependency on libmoosex-aliases-perl versioned (cf RT#70193) [ Nathan Handler ] * New upstream release * debian/copyright: - Update to use latest revision of DEP5 - Add myself to debian/* copyright * debian/control: - Add myself to list of Uploaders - Bump Standards-Version to 3.8.4 (no changes) * debian/source/format: Use dpkg-source 3.0 format [ 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. -- Florian Schlichting Thu, 25 Aug 2011 12:08:36 +0000 libgraphics-color-perl (0.27-1) unstable; urgency=low * Initial Release (Closes: #563259) -- Jonathan Yu Fri, 15 Jan 2010 20:05:55 -0500 debian/source/0000755000000000000000000000000011625461653010477 5ustar debian/source/format0000644000000000000000000000001411625461653011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611625461653010256 0ustar #!/usr/bin/make -f %: dh $@