debian/0000755000000000000000000000000012216325765007177 5ustar debian/ruby-tests.rb0000644000000000000000000000020412216325177011636 0ustar require 'rbconfig' ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) exec "#{ruby} test/suite.rb" debian/source/0000755000000000000000000000000012216325177010474 5ustar debian/source/lintian-overrides0000644000000000000000000000037712111135645014055 0ustar source: duplicate-short-description libspreadsheet-ruby libspreadsheet-ruby-doc libspreadsheet-ruby1.8 libspreadsheet-ruby1.9.1 source: duplicate-long-description libspreadsheet-ruby libspreadsheet-ruby-doc libspreadsheet-ruby1.8 libspreadsheet-ruby1.9.1 debian/source/format0000644000000000000000000000001412111135645011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000150212216325626010251 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 BUILDDIR=debian/ruby-spreadsheet %: dh $@ --buildsystem=ruby --with ruby override_dh_install: dh_install # Provided binary `xlsopcodes' should rather be shipped as an # example mkdir -p $(BUILDDIR)/usr/share/doc/ruby-spreadsheet/examples/ mv $(BUILDDIR)/usr/bin/xlsopcodes $(BUILDDIR)/usr/share/doc/ruby-spreadsheet/examples/ rm -rf $(BUILDDIR)/usr/bin override_dh_installchangelogs: dh_installchangelogs History.md debian/copyright0000644000000000000000000000142312216325177011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Spreadsheet Upstream-Contact: Hannes Wyss Source: http://spreadsheet.rubyforge.org/ Files: * Copyright: 2005 Daniel J. Berger 2003-2011 Haness Wyss License: GPL-3 Files: debian/* Copyright: 2009-2011, Gunnar Wolf License: GPL-3 License: GPL-3 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; version 3 dated June 29, 2007. . On Debian GNU/Linux systems, the complete text of version 3 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3' debian/ruby-spreadsheet.docs0000644000000000000000000000002312216325177013327 0ustar README.md GUIDE.md debian/control0000644000000000000000000000175412216325177010606 0ustar Source: ruby-spreadsheet Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Gunnar Wolf , Ryan Niebur , Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-ole Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-spreadsheet.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-spreadsheet.git;a=summary Homepage: http://spreadsheet.rubyforge.org XS-Ruby-Versions: all Package: ruby-spreadsheet Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ole Description: Ruby library for manipulating MS Excel (.xls) spreadsheets This module provides a pure-Ruby implementation of a spreadsheet manipulation library, allowing for creating, reading and modifying files in the Microsoft Excel (.xls) format. debian/changelog0000644000000000000000000001223312216325764011051 0ustar ruby-spreadsheet (0.9.0-2) unstable; urgency=low * Install History.md as upstream changelog -- Cédric Boutillier Wed, 18 Sep 2013 15:33:21 +0200 ruby-spreadsheet (0.9.0-1) unstable; urgency=low * Imported Upstream version 0.9.0 * ruby-spreadsheet.docs: added GUIDE.md, changed extension of README.md -- Cédric Boutillier Tue, 17 Sep 2013 17:42:04 +0200 ruby-spreadsheet (0.8.5-1) unstable; urgency=low * New upstream version * debian/copyright: - use DEP5 copyright-format/1.0 official URL for Format field - slightly refresh syntax * debian/control: + use canonical URI in Vcs-* fields + bump Standards-version to 3.9.4 (no changes needed) + drop transitional packages + depend on ruby instead of ruby1.8, drop lib*ruby dependencies + add myself to uploaders * debian/patches: patch out use of bundler/rubygems from tests * debian/source: add unapply-patches to local-options * debian/ruby-tests.rb: change slightly the way tests are run -- Cédric Boutillier Tue, 04 Jun 2013 16:21:36 +0200 ruby-spreadsheet (0.7.3-1) unstable; urgency=low * Team upload * New upstream version * Build-depend on gem2deb >= 0.3.0~ * Bump Standards-Version: to 3.9.3 (no changes needed) * Set priority of transitional packages to extra * Replace Conflicts with Breaks for dependency relations on previous versions following old Ruby policy * Override lintian warnings about duplicate descriptions for transitional packages * remove History.txt from ruby-spreadsheet.docs to avoid duplicate installation of the changelog * Drop run_tests_under_1.8 patch (not needed any more) -- Cédric Boutillier Thu, 28 Jun 2012 11:07:43 +0200 ruby-spreadsheet (0.6.5.7-1) unstable; urgency=low * New upstream release -- Gunnar Wolf Sat, 20 Aug 2011 07:04:50 -0500 ruby-spreadsheet (0.6.5.4-2) unstable; urgency=low * Added missing build-dependency on ruby-ole, needed to run the test suite (Closes: #628252) -- Gunnar Wolf Wed, 08 Jun 2011 11:52:29 -0500 ruby-spreadsheet (0.6.5.4-1) unstable; urgency=low * New upstream release * Repackaged with the gem2deb packaging infrastructure * Enable running the test suite at build time -- Gunnar Wolf Mon, 16 May 2011 09:47:30 -0500 libspreadsheet-ruby (0.6.5.2-1) unstable; urgency=low * New upstream release -- Gunnar Wolf Fri, 18 Feb 2011 11:47:46 -0600 libspreadsheet-ruby (0.6.5.1-1) unstable; urgency=low * New upstream release * Targetting unstable again - Squeeze is out :-D -- Gunnar Wolf Tue, 08 Feb 2011 21:08:03 -0600 libspreadsheet-ruby (0.6.4.3-1) experimental; urgency=low * New upstream release * Targetting experimental in order not to interfere with Squeeze's freeze -- Gunnar Wolf Tue, 12 Oct 2010 12:17:10 -0500 libspreadsheet-ruby (0.6.4.2-1) experimental; urgency=low * New upstream release * Targetting experimental in order not to interfere with Squeeze's freeze * Standards-Version 3.8.4→3.9.1.0 (no changes) -- Gunnar Wolf Sun, 12 Sep 2010 21:21:16 -0500 libspreadsheet-ruby (0.6.4.1-3) unstable; urgency=low * Port the package to Ruby 1.9.1 (Closes: #569865) * Standards-version 3.8.3→3.8.4 (no changes needed) * Switched to 3.0 (quilt) source format; dropped build-dependency on quilt * Dropped set_ruby_version_in_bin patch as we ship none of the affected files (test/*, bin/xlsopcodes) -- Gunnar Wolf Mon, 15 Feb 2010 16:47:25 -0600 libspreadsheet-ruby (0.6.4.1-2) unstable; urgency=low * rubygems1.9 was renamed to rubygems1.9.1, update dependencies (Closes: #550364) * update my email address -- Ryan Niebur Mon, 19 Oct 2009 17:22:15 -0700 libspreadsheet-ruby (0.6.4.1-1) unstable; urgency=low * New upstream release -- Gunnar Wolf Mon, 21 Sep 2009 20:09:26 -0500 libspreadsheet-ruby (0.6.4-3) unstable; urgency=low * add build dep on ruby1.9 (Closes: #543034) * Add myself to Uploaders * add README.source * Debian Policy 3.8.3 -- Ryan Niebur Sun, 23 Aug 2009 11:25:18 -0700 libspreadsheet-ruby (0.6.4-2) unstable; urgency=low * libspreadsheet-ruby1.9 was writing some files in libspreadsheet- ruby1.8's directory, making them not installable together. Fixed. (Closes: #541069) -- Gunnar Wolf Tue, 11 Aug 2009 10:16:47 -0500 libspreadsheet-ruby (0.6.4-1) unstable; urgency=low * New upstream release * Bumped up standards version → 3.8.2 (no changes needed) * Re-worded the long description, forming a full sentence (Closes: #527031) * -doc package should not depend on the library, but merely recommend it * Upstream has fixed compatibility so it is buildable/usable under Ruby 1.9 - Create the binary package as well -- Gunnar Wolf Tue, 21 Jul 2009 18:11:27 +0200 libspreadsheet-ruby (0.6.3.1-1) unstable; urgency=low * Initial upload (Closes: #525019) -- Gunnar Wolf Tue, 21 Apr 2009 10:43:41 -0500 debian/patches/0000755000000000000000000000000012216325177010623 5ustar debian/patches/series0000644000000000000000000000005112216325177012034 0ustar remove_rubygems_bundler_from_tests.patch debian/patches/remove_rubygems_bundler_from_tests.patch0000644000000000000000000000062312216325177021037 0ustar Description: remove use of rubygems and bundler in tests Author: Cédric Boutillier Forwarded: not-needed Last-Update: 2013-06-04 --- a/test/suite.rb +++ b/test/suite.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # suite.rb -- spreadsheet -- 22.12.2011 -- jsaak@napalm.hu -require 'rubygems' -require 'bundler' +#require 'rubygems' +#require 'bundler' require 'find' $VERBOSE = true debian/watch0000644000000000000000000000015312111135645010215 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/spreadsheet .*/spreadsheet-(.*).tar.gz debian/compat0000644000000000000000000000000212111135645010363 0ustar 7