[Pkg-octave-commit] [octave-io] 06/09: Activate JOpenDocument interface (library now packaged in Debian).

Sébastien Villemot sebastien at debian.org
Wed Jan 20 13:48:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave-io.

commit 877d279be54ebe7a4a65bbc064b50cedf1cb6393
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Jan 20 14:26:07 2016 +0100

    Activate JOpenDocument interface (library now packaged in Debian).
    
    + Add libjopendocument-java to B-D and Recommends.
    + Mention the interface in README.Debian.
    + Add an interface-specific test to debian/check.m.
    
    Gbp-Dch: Full
---
 debian/README.Debian | 9 +++++----
 debian/check.m       | 1 +
 debian/control       | 4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index a406331..34865e0 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -19,13 +19,14 @@ then the following interfaces will also be accessible:
  * LibreOffice (UNO): for reading and writing ODS, XLS, XLSX, SXC, CSV and any
    other file format supported by LibreOffice Calc;
 
- * Apache POI with OOXML (POI): for reading and writing XLS and XLSX files.
+ * Apache POI with OOXML (POI): for reading and writing XLS and XLSX files;
+
+ * JOpenDocument (JOD): for reading and writing ODS files.
 
 Note that the UNO interface is still experimental. It interacts with running
 LibreOffice processes.
 
-Other interfaces (OpenXLS, ODF Toolkit, JOpenDocument) are not available in
-Debian.
+Other interfaces (OpenXLS, ODF Toolkit) are not available in Debian.
 
 You can still manually download and install the corresponding JARs in
 /usr/local/share/java, they should be autodetected. The chk_spreadsheet_support
@@ -34,4 +35,4 @@ function can help you diagnose problems if any.
 More information on spreadsheet support can be found in READ-XLS.html and
 READ-ODS.html.
 
- -- Sébastien Villemot <sebastien at debian.org>, Wed, 30 Apr 2014 13:04:14 +0200
+ -- Sébastien Villemot <sebastien at debian.org>, Wed, 20 Jan 2016 14:23:04 +0100
diff --git a/debian/check.m b/debian/check.m
index de7debd..689a458 100644
--- a/debian/check.m
+++ b/debian/check.m
@@ -19,4 +19,5 @@ testhelper("xls", "POI")
 testhelper("xlsx", "OCT")
 testhelper("xlsx", "POI")
 
+testhelper("ods", "JOD")
 testhelper("ods", "OCT")
diff --git a/debian/control b/debian/control
index a026e03..15dd07c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>
 Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.3.1),
                libjexcelapi-java, libapache-poi-java (>= 3.9-1~),
-               unzip
+               unzip, libjopendocument-java
 Standards-Version: 3.9.6
 Homepage: http://octave.sourceforge.net/io
 Vcs-Git: git://anonscm.debian.org/pkg-octave/octave-io.git
@@ -16,7 +16,7 @@ Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
 Recommends: libreoffice-java-common, libreoffice-core (>= 3.5),
             libjexcelapi-java, libapache-poi-java (>= 3.9-1~),
-            unzip, libxerces2-java (>= 2.11.0)
+            unzip, libjopendocument-java, libxerces2-java (>= 2.11.0)
 Description: input/output data functions for Octave
  This package provides functions to input/output data in different
  formats in Octave, a numerical computation software. It contains

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-io.git



More information about the Pkg-octave-commit mailing list