Source: libodsstream
Maintainer: The Debichem Group <debichem-devel@lists.alioth.debian.org>
Uploaders: Filippo Rusconi <lopippo@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper(>= 10.2.1),
							 dpkg-dev (>= 1.16.1.1),
               cmake,
               d-shlibs(>= 0.48~),
               libquazip5-dev,
               qtbase5-dev,
               doxygen
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debichem-team/libodsstream
Vcs-Git: https://salsa.debian.org/debichem-team/libodsstream.git
Homepage: http://pappso.inrae.fr/bioinfo

Package: libodsstream-qt5-0
Depends: libodsstream0, ${misc:Depends}
Architecture: all
Section: oldlibs
Description: transitional package
 This is a transitional package. It can safely be removed.


Package: libodsstream0
Architecture: any
Section: libs
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Conflicts: libodsstream-qt5-0
Replaces: libodsstream-qt5-0 (<< 0.7.6-1~)
Breaks: libodsstream-qt5-0 (<< 0.7.6-1~)
Description: C++ library to read or write ODS files
 libodsstream provides a simple way to read and write Open 
 Document Spreadsheet files. The hight memory efficiency comes 
 from the fact that only streams are used for the read/write 
 operations.
 .
 This package contains the shared library.


Package: libodsstream-qt5-dev
Depends: libodsstream-dev, ${misc:Depends}
Architecture: all
Section: oldlibs
Description: transitional package
 This is a transitional package. It can safely be removed.


Package: libodsstream-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libodsstream0 (= ${binary:Version}),
         ${misc:Depends},
         libquazip5-dev
Conflicts: libodsstream-qt5-dev
Replaces: libodsstream-qt5-dev (<< 0.7.6-1~)
Breaks: libodsstream-qt5-dev (<< 0.7.6-1~)
Description: C++ library to read or write ODS files (development files)
 libodsstream provides a simple way to read and write Open 
 Document Spreadsheet files. The hight memory efficiency comes 
 from the fact that only streams are used for the read/write 
 operations.
 .
 This package contains the header files of the library.


Package: libodsstream-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: doxygen documentation of the ODSstream library
 libodsstream provides a simple way to read and write Open 
 Document Spreadsheet files. The hight memory efficiency comes 
 from the fact that only streams are used for the read/write 
 operations. 
 .
 This package contains the developer documentation.


Package: ods2tsv
Architecture: any
Section: text
Multi-Arch: no
Depends: ${shlibs:Depends},
         libodsstream0 (= ${binary:Version}),
         ${misc:Depends}
Description: ODS to TSV file converter
 Simple command line interface utility that takes one or more ods 
 files as input and convert them into tabulated separated value 
 (tsv simple text files).  Each ods file will create an output 
 directory of the same name, containing all the spreadsheets 
 (one tsv file per spreadsheet).
