Source: liborcus Version: 0.14.0+really0.13.4-1 Severity: wishlist Dear Maintainer,
By default, a number of tools are build that can be used to convert spreadsheets between different formats: /usr/bin/orcus-css-dump /usr/bin/orcus-csv /usr/bin/orcus-detect /usr/bin/orcus-gnumeric /usr/bin/orcus-json /usr/bin/orcus-mso-encryption /usr/bin/orcus-ods /usr/bin/orcus-styles-ods /usr/bin/orcus-xls-xml /usr/bin/orcus-xlsx /usr/bin/orcus-xml /usr/bin/orcus-xml-dump /usr/bin/orcus-yaml /usr/bin/orcus-zip-dump Can you please consider packaging these tools? Attached patch does the trick for me. -- System Information: Debian Release: buster/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'stable'), (400, 'experimental'), (200, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=nl_NL.utf8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system)
diff -urN -x patches a/debian/control b/debian/control --- a/debian/control 2018-08-30 11:00:35.000000000 +0200 +++ b/debian/control 2018-07-20 13:01:15.637047952 +0200 @@ -91,3 +91,19 @@ . This package contains the API documentation. +Package: liborcus-bin +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library for processing spreadsheet documents - binaries + Orcus is a library that provides a collection of standalone file processing + filters. It is currently focused on providing filters for spreadsheet + documents, but filters for other productivity application types (such as + wordprocessor and presentation) are in consideration. + . + The library currently includes filters for xlsx, ods, csv, and generic XML + formats. + . + This packacge contains the command-line applications for converting documents. diff -urN -x patches a/debian/liborcus-bin.install b/debian/liborcus-bin.install --- a/debian/liborcus-bin.install 1970-01-01 01:00:00.000000000 +0100 +++ b/debian/liborcus-bin.install 2018-07-20 12:59:16.063249795 +0200 @@ -0,0 +1 @@ +usr/bin/*