File: control

package info (click to toggle)
libopenoffice-oodoc-perl 2.125-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,660 kB
  • sloc: perl: 11,126; makefile: 12; xml: 11
file content (35 lines) | stat: -rw-r--r-- 1,550 bytes parent folder | download | duplicates (2)
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
Source: libopenoffice-oodoc-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep: libarchive-zip-perl,
                     libxml-twig-perl,
                     perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Maximilian Gass <mxey@cloudconnected.org>,
           Damyan Ivanov <dmn@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Franck Joncourt <franck@debian.org>,
           gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/OpenOffice-OODoc
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libopenoffice-oodoc-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libopenoffice-oodoc-perl.git

Package: libopenoffice-oodoc-perl
Architecture: all
Depends: libarchive-zip-perl,
         libxml-twig-perl,
         ${misc:Depends},
         ${perl:Depends}
Recommends: libtext-wrapper-perl
Description: module for working with Open Document Format files
 OpenOffice::OODoc is a Perl module for reading from/writing to files that
 comply with the OASIS Open Document Format for Office Applications (ODF),
 also known as the ISO/IEC 26300:2006 standard. It provides a high-level,
 document-oriented language, and isolates the programmer from the details
 of the file format.
 .
 This module can process different document classes (texts, spreadsheets,
 presentations, and drawings). It can retrieve or update styles and images,
 document metadata, as well as text content.