1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: libstaroffice
Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, librevenge-dev, libboost-dev, pkg-config, zlib1g-dev
Build-Depends-Indep: doxygen
Standards-Version: 3.9.5
Section: libs
Homepage: https://github.com/fosnola/libstaroffice
Package: libstaroffice-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libstaroffice-0.0-0 (= ${binary:Version}), ${misc:Depends}, librevenge-dev
Description: Import filter library to import all StarOffice documents -- development
The purpose of libstaroffice is to build a filter for old StarOffice's
documents (.sdc, .sdw, ...) based on librevenge (see
https://sourceforge.net/p/libwpd/wiki/librevenge/ and
http://www.documentliberation.org/projects/ ).
.
This package contains the development files needed for developing files against
libstaroffice.
Package: libstaroffice-0.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Import filter library to import all StarOffice documents
The purpose of libstaroffice is to build a filter for old StarOffice's
documents (.sdc, .sdw, ...) based on librevenge (see
https://sourceforge.net/p/libwpd/wiki/librevenge/ and
http://www.documentliberation.org/projects/ ).
Package: libstaroffice-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Import filter library to import all StarOffice documents -- documentation
The purpose of libstaroffice is to build a filter for old StarOffice's
documents (.sdc, .sdw, ...) based on librevenge (see
https://sourceforge.net/p/libwpd/wiki/librevenge/ and
http://www.documentliberation.org/projects/ ).
.
This package contains the API documentation.
Package: libstaroffice-tools
Architecture: any
Section: graphics
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Import filter library to import all StarOffice documents -- tools
The purpose of libstaroffice is to build a filter for old StarOffice's
documents (.sdc, .sdw, ...) based on librevenge (see
https://sourceforge.net/p/libwpd/wiki/librevenge/ and
http://www.documentliberation.org/projects/ ).
.
This package contains tools tp convert StarOffice documents to RAW, SVG, Text,
CSV and HTML.
|