diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 31 |
1 files changed, 31 insertions, 0 deletions
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 <unit193@ubuntu.com> +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 |
