debian/0000755000000000000000000000000012135053426007167 5ustar debian/rules0000755000000000000000000000020212114417642010242 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby override_dh_installchangelogs: dh_installchangelogs CHANGELOG.rdoc debian/docs0000644000000000000000000000001412114417642010036 0ustar README.rdoc debian/watch0000644000000000000000000000013712114417642010222 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/paint .*/paint-(.*).tar.gz debian/source/0000755000000000000000000000000012114417642010470 5ustar debian/source/format0000644000000000000000000000001412114417642011676 0ustar 3.0 (quilt) debian/ruby-tests.rake0000644000000000000000000000021312114417642012151 0ustar require 'rspec/core/rake_task' task :default => :spec RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/*_spec.rb' end debian/gbp.conf0000644000000000000000000000007312135051616010605 0ustar [DEFAULT] upstream-tag = v.%(version)s pristine-tar = True debian/copyright0000644000000000000000000000247512114417642011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: paint Source: http://rubygems.org/gems/paint Files: * Copyright: 2011-2012 Jan Lelis License: Expat Files: debian/* Copyright: 2011-2013 Christian M. Amsüss License: Expat License: Expat 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 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. debian/control0000644000000000000000000000164012114417642010574 0ustar Source: ruby-paint Section: ruby Priority: extra Maintainer: Debian Ruby Extras Maintainers Uploaders: Christian M. Amsüss Build-Depends: debhelper (>= 8.0.0), gem2deb, ruby-rspec, rake Standards-Version: 3.9.4 Homepage: https://github.com/janlelis/paint XS-Ruby-Versions: all Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-paint.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-paint.git;a=summary Package: ruby-paint Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: terminal paint library with 256 color and effect support The paint library for ruby provides a single method, `Paint.[]`, that produces colored output on terminals. It comes with support for 256 color terminals, ANSI effects, and allows defining custom shortcuts. debian/compat0000644000000000000000000000000212114417642010366 0ustar 8 debian/README.source0000644000000000000000000000077012114417642011353 0ustar libpaint-ruby for Debian ------------------------ This package's sources is fetched from the git repository at [1]. Although something like an upstream tarball could be recovered from the gem file upstream provides at [2], it is not used as it deviates from the git source, and is generally strange (1970 timestamps). The package itself is maintained in git as described in the Vcs- fields in debian/control. [1] https://github.com/janlelis/paint.git [2] http://rubygems.org/downloads/paint-0.8.3.gem debian/changelog0000644000000000000000000000066412135053426011047 0ustar ruby-paint (0.8.6-1) unstable; urgency=low * New upstream release - add explicit requirement on rbconfig (Closes: #705751) * Modify gbp.conf to reflect different upstream git tagging format -- Christian M. Amsüss Sun, 21 Apr 2013 23:07:25 +0200 ruby-paint (0.8.5-1) unstable; urgency=low * Initial release (Closes: #646876) -- Christian M. Amsüss Thu, 21 Feb 2013 00:39:32 +0100