debian/0000755000000000000000000000000012224534504007167 5ustar debian/ruby-test-files.yaml0000644000000000000000000000033512224532473013115 0ustar --- - test/test_adobecolor.rb - test/test_cmyk.rb - test/test_color.rb - test/test_css.rb - test/test_gimp.rb - test/test_grayscale.rb - test/test_hsl.rb - test/test_monocontrast.rb - test/test_rgb.rb - test/test_yiq.rb debian/source/0000755000000000000000000000000012111135373010463 5ustar debian/source/lintian-overrides0000644000000000000000000000035712111135373014051 0ustar ruby-color-tools source: duplicate-long-description libcolor-tools-ruby libcolor-tools-ruby-doc libcolor-tools-ruby1.8 ruby-color-tools source: duplicate-short-description libcolor-tools-ruby libcolor-tools-ruby-doc libcolor-tools-ruby1.8 debian/source/format0000644000000000000000000000001412111135373011671 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000100412224534504010242 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby override_dh_installchangelogs: dh_installchangelogs History.rdoc debian/copyright0000644000000000000000000000703112144146747011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: color-tools Upstream-Contact: Austin Ziegler , Matt Lyon Source: http://rubyforge.org/projects/color/ Files: * Copyright: Copyright © 2005-2007 Austin Ziegler, Matt Lyon and other contributors License: MIT-ColorTools Files: setup.rb Copyright: Copyright (c) 2000-2004 Minero Aoki License: LGPL-2.1 Files: debian/* Copyright: Copyright © 2007-2011, Gunnar Wolf License: MIT License: LGPL-2.1 You can distribute/modify this program under the terms of the GNU LGPL, Lesser General Public License version 2.1. . On Debian systems you can find the complete text of the LGPL version 2.1 in /usr/share/common-licenses/LGPL-2.1 License: MIT-ColorTools Color::Palette was developed based on techniques described by Andy "Malarkey" Clarke[1], implemented in JavaScript by Steve G. Chipman at SlayerOffice[2] and by Patrick Fitzgerald of BarelyFitz[3] in PHP. . == Licence Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Soft- ware"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . * The names of its contributors may not be used to endorse or promote products derived from this software without specific prior written permission. . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . [1] http://www.stuffandnonsense.co.uk/archives/creating_colour_palettes.html [2] http://slayeroffice.com/tools/color_palette/ [3] http://www.barelyfitz.com/projects/csscolor/ License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies of the Software, its documentation and marketing & publicity materials, and acknowledgment shall be given in the documentation, materials and software packages that this Software was used. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/ruby-color-tools.docs0000644000000000000000000000001412224532473013272 0ustar README.rdoc debian/control0000644000000000000000000000202712224533057010575 0ustar Source: ruby-color-tools Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Gunnar Wolf Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-minitest Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-color-tools.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-color-tools.git;a=summary Homepage: http://rubyforge.org/projects/color XS-Ruby-Versions: all Package: ruby-color-tools Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Ruby library to provide RGB, CMYK and other colorspace support This Ruby library provides support to RGB, CMYK and other colorspaces. It offers 152 named RGB colors (184 with spelling variations) that are commonly supported and used in HTML, SVG and X11 applications. A technique for generating a monochromatic contrasting palette is also included. debian/changelog0000644000000000000000000000367612224534447011063 0ustar ruby-color-tools (1.4.2-2) unstable; urgency=low * Team upload * Build-depend on ruby-minitest (Closes: #725548). * Modify require_instead_of_gem patch to simply delete the gem statement instead of replacing it with a require. * Install History.rdoc as upstream changelog. -- Cédric Boutillier Mon, 07 Oct 2013 15:30:54 +0200 ruby-color-tools (1.4.2-1) unstable; urgency=low * New upstream release * Dropped transitional packages, no longer needed * Adjusted list of test files to what currently ships * Replace "gem" calls by "require" in the test cases * README.txt renamed to .rdoc -- Gunnar Wolf Tue, 01 Oct 2013 11:03:35 -0500 ruby-color-tools (1.4.1-2) unstable; urgency=low * Team upload. * Bump build dependency on gem2deb to >= 0.3.0~. * Bump Standard-Version: to 3.9.3 (no changes needed) * Use Breaks instead of Conflicts for dependency relation on old packages * Set priority of transitional packages to extra * Override lintian warning about duplicate description of transitional packages -- Cédric Boutillier Sat, 30 Jun 2012 15:51:47 +0200 ruby-color-tools (1.4.1-1) unstable; urgency=low * New upstream release * Switched to gem2deb build system; renamed package libcolor-tools- ruby → ruby-color-tools -- Gunnar Wolf Wed, 08 Jun 2011 13:08:46 -0500 libcolor-tools-ruby (1.4.0-1) unstable; urgency=low * Changed section to Ruby as per ftp-masters' request * Updated debian/watch as the project was separated from pdf-writer * Standards-version 3.7.2 => 3.8.1.0 (no changes needed) * Added Vcs-Svn, Vcs-Browser and Homepage tags to debian/control * New upstream release -- Gunnar Wolf Sat, 25 Apr 2009 14:10:27 -0500 libcolor-tools-ruby (1.3.0-1) unstable; urgency=low * Initial upload (Closes: #442082) -- Gunnar Wolf Wed, 12 Sep 2007 20:39:03 -0500 debian/patches/0000755000000000000000000000000012224533566010625 5ustar debian/patches/series0000644000000000000000000000002712224532473012035 0ustar require_instead_of_gem debian/patches/require_instead_of_gem0000644000000000000000000000713712224533566015257 0ustar Description: Avoid calling "gem" The "gem" call fails under Ruby 2.0; it is not needed since dependencies are managed by APT Author: Gunnar Wolf Last-Update: 2013-10-07 Index: ruby-color-tools/test/test_adobecolor.rb =================================================================== --- ruby-color-tools.orig/test/test_adobecolor.rb 2013-10-01 11:12:52.000000000 -0500 +++ ruby-color-tools/test/test_adobecolor.rb 2013-10-01 11:13:41.000000000 -0500 @@ -1,4 +1,3 @@ -gem 'minitest' require 'minitest/autorun' require 'color' Index: ruby-color-tools/test/test_cmyk.rb =================================================================== --- ruby-color-tools.orig/test/test_cmyk.rb 2013-10-01 10:59:45.000000000 -0500 +++ ruby-color-tools/test/test_cmyk.rb 2013-10-01 11:13:41.000000000 -0500 @@ -1,4 +1,3 @@ -gem 'minitest' require 'minitest/autorun' require 'color' Index: ruby-color-tools/test/test_color.rb =================================================================== --- ruby-color-tools.orig/test/test_color.rb 2013-10-01 10:59:45.000000000 -0500 +++ ruby-color-tools/test/test_color.rb 2013-10-01 11:13:41.000000000 -0500 @@ -1,4 +1,3 @@ -gem 'minitest' require 'minitest/autorun' require 'color' Index: ruby-color-tools/test/test_css.rb =================================================================== --- ruby-color-tools.orig/test/test_css.rb 2013-10-01 10:59:45.000000000 -0500 +++ ruby-color-tools/test/test_css.rb 2013-10-01 11:13:41.000000000 -0500 @@ -1,4 +1,3 @@ -gem 'minitest' require 'minitest/autorun' require 'color' Index: ruby-color-tools/test/test_gimp.rb =================================================================== --- ruby-color-tools.orig/test/test_gimp.rb 2013-10-01 10:59:45.000000000 -0500 +++ ruby-color-tools/test/test_gimp.rb 2013-10-01 11:13:41.000000000 -0500 @@ -1,4 +1,3 @@ -gem 'minitest' require 'minitest/autorun' require 'color' Index: ruby-color-tools/test/test_grayscale.rb =================================================================== --- ruby-color-tools.orig/test/test_grayscale.rb 2013-10-01 10:59:45.000000000 -0500 +++ ruby-color-tools/test/test_grayscale.rb 2013-10-01 11:13:41.000000000 -0500 @@ -1,4 +1,3 @@ -gem 'minitest' require 'minitest/autorun' require 'color' Index: ruby-color-tools/test/test_hsl.rb =================================================================== --- ruby-color-tools.orig/test/test_hsl.rb 2013-10-01 10:59:45.000000000 -0500 +++ ruby-color-tools/test/test_hsl.rb 2013-10-01 11:13:41.000000000 -0500 @@ -1,4 +1,3 @@ -gem 'minitest' require 'minitest/autorun' require 'color' Index: ruby-color-tools/test/test_monocontrast.rb =================================================================== --- ruby-color-tools.orig/test/test_monocontrast.rb 2013-10-01 10:59:45.000000000 -0500 +++ ruby-color-tools/test/test_monocontrast.rb 2013-10-01 11:13:41.000000000 -0500 @@ -1,4 +1,3 @@ -gem 'minitest' require 'minitest/autorun' require 'color' Index: ruby-color-tools/test/test_rgb.rb =================================================================== --- ruby-color-tools.orig/test/test_rgb.rb 2013-10-01 10:59:45.000000000 -0500 +++ ruby-color-tools/test/test_rgb.rb 2013-10-01 11:13:41.000000000 -0500 @@ -1,4 +1,3 @@ -gem 'minitest' require 'minitest/autorun' require 'color' Index: ruby-color-tools/test/test_yiq.rb =================================================================== --- ruby-color-tools.orig/test/test_yiq.rb 2013-10-01 10:59:45.000000000 -0500 +++ ruby-color-tools/test/test_yiq.rb 2013-10-01 11:13:41.000000000 -0500 @@ -1,4 +1,3 @@ -gem 'minitest' require 'minitest/autorun' require 'color' debian/watch0000644000000000000000000000013712111135373010215 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/color .*/color-(.*).tar.gz debian/compat0000644000000000000000000000000212111135373010361 0ustar 7