From 96b0c324033b39ebf6d375e70f2868e4a105466e Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 4 Jan 2017 18:39:25 -0500 Subject: Import Debian changes 2.7.1-0vanir1 ruby-roo (2.7.1-0vanir1) unstable; urgency=medium * New upstream release. ruby-roo (2.7.0-0vanir1) unstable; urgency=medium * New upstream release. * d/watch: Track releases directly from Github, contains test files. * d/control: Build-depend on ruby-simplecov for tests. * d/rules: Don't ignore the outcome of tests. ruby-roo (2.5.1-0vanir1) unstable; urgency=medium * New upstream release. ruby-roo (2.5.0-0vanir1) unstable; urgency=medium * New upstream release. - Drop upstream patches. ruby-roo (2.4.0-0vanir2) unstable; urgency=medium * d/p/001-Parse_sheets_in_ODS_files_once.patch: - Import an optimization from an upstream pull request. ruby-roo (2.4.0-0vanir1) unstable; urgency=medium * New upstream release. ruby-roo (2.3.2-0vanir1) unstable; urgency=medium * Initial release. --- debian/control | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..cfdfafa --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: ruby-roo +Section: ruby +Priority: optional +Maintainer: Unit 193 +Build-Depends: debhelper (>= 9~), + gem2deb, + rake, + ruby-nokogiri (>= 1), + ruby-rspec, + ruby-simplecov, + ruby-zip (<< 2.0.0), + ruby-zip (>= 1.1) +Standards-Version: 3.9.8 +Homepage: http://github.com/roo-rb/roo +Testsuite: autopkgtest-pkg-ruby +XS-Ruby-Versions: all + +Package: ruby-roo +Architecture: all +XB-Ruby-Versions: ${ruby:Versions} +Depends: ruby | ruby-interpreter, + ruby-nokogiri (>= 1), + ruby-zip (<< 2.0.0), + ruby-zip (>= 1.1), + ${misc:Depends} +Description: can access the contents of various spreadsheet files + Roo can access the contents of various spreadsheet files. It can handle + * OpenOffice + * Excelx + * LibreOffice + * CSV -- cgit v1.2.3