debian/0000755000000000000000000000000012050547461007172 5ustar debian/ruby-tins.docs0000644000000000000000000000001412050546612011770 0ustar README.rdoc debian/rules0000755000000000000000000000070112050546315010245 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 debian/copyright0000644000000000000000000000251312050546315011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: tins Source: http://rubygems.org/gems/tins Files: * Copyright: 2010 Florian Frank License: Expat Files: debian/* Copyright: 2012 Praveen Arimbrathodiyil 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/compat0000644000000000000000000000000212050546315010365 0ustar 7 debian/ruby-tins.lintian-overrides0000644000000000000000000000011612050546315014501 0ustar # Upstream does not provide a changelog file ruby-tins: no-upstream-changelog debian/patches/0000755000000000000000000000000012050547432010617 5ustar debian/patches/series0000644000000000000000000000002612050546315012031 0ustar remove-rubygems.patch debian/patches/remove-rubygems.patch0000644000000000000000000000062212050547432014770 0ustar Description: Remove call to rubygems We don't need rubygems to track dependency Author: Praveen Arimbrathodiyil Last-Update: 2012-11-14 --- a/tests/test_helper.rb +++ b/tests/test_helper.rb @@ -4,5 +4,6 @@ add_filter "#{File.basename(File.dirname(__FILE__))}/" end end -gem 'test-unit', '~> 2.5' +# Remove rubygems call +# gem 'test-unit', '~> 2.5' require 'test/unit' debian/changelog0000644000000000000000000000024412050546315011041 0ustar ruby-tins (0.6.0-1) unstable; urgency=low * Initial release (Closes: #693165) -- Praveen Arimbrathodiyil Wed, 07 Nov 2012 00:31:11 +0530 debian/control0000644000000000000000000000203612050546315010573 0ustar Source: ruby-tins Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-test-unit Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-tins.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-tins.git;a=summary Homepage: https://github.com/flori/tins XS-Ruby-Versions: all Package: ruby-tins Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter # gem_hadar (~> 0.1.8, development), test-unit (~> 2.5, development), utils (>= 0, development) Description: useful tools library in Ruby All the stuff that isn't good/big enough for a real library. . A few sample tools: * Round - A bit more versatile rounding for Ruby. * Null - Implementation of the null object pattern in Ruby. * SecureWrite - Write to a file atomically. debian/watch0000644000000000000000000000013512050546315010217 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/tins .*/tins-(.*).tar.gz debian/ruby-tests.rb0000644000000000000000000000010312050546526011633 0ustar $: << 'tests' << '.' Dir['{tests}/**/*.rb'].each { |f| require f } debian/source/0000755000000000000000000000000012050546226010470 5ustar debian/source/format0000644000000000000000000000001412050546315011675 0ustar 3.0 (quilt)