diff options
| author | 2017-01-04 18:39:25 -0500 | |
|---|---|---|
| committer | 2017-06-12 03:37:14 -0400 | |
| commit | 96b0c324033b39ebf6d375e70f2868e4a105466e (patch) | |
| tree | c8003715ca366cc4287ede167dc7ac919ce6a61e /debian/control | |
| parent | 8280a21a23d44aa90177e2bc041d0b8dc8556f4b (diff) | |
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.
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 |
