r25926 - in /trunk/libopenoffice-oodoc-perl: OODoc/config.xml debian/control

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Fri Oct 10 23:45:18 UTC 2008


Author: mxey-guest
Date: Fri Oct 10 23:45:15 2008
New Revision: 25926

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25926
Log:
debian/control: Fixed Build-Depends and Description

Modified:
    trunk/libopenoffice-oodoc-perl/OODoc/config.xml
    trunk/libopenoffice-oodoc-perl/debian/control

Modified: trunk/libopenoffice-oodoc-perl/OODoc/config.xml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopenoffice-oodoc-perl/OODoc/config.xml?rev=25926&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/OODoc/config.xml (original)
+++ trunk/libopenoffice-oodoc-perl/OODoc/config.xml Fri Oct 10 23:45:15 2008
@@ -7,6 +7,6 @@
 		<File-WORKING_DIRECTORY>.</File-WORKING_DIRECTORY>
 		<Styles-COLORMAP></Styles-COLORMAP>
 		<BUILD_DATE>2008-10-08T14:56:30</BUILD_DATE>
-		<INSTALLATION_DATE>2008-10-11T00:32:55</INSTALLATION_DATE>
+		<INSTALLATION_DATE>2008-10-11T01:13:26</INSTALLATION_DATE>
 	</OpenOffice-OODoc>
 </config>

Modified: trunk/libopenoffice-oodoc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopenoffice-oodoc-perl/debian/control?rev=25926&op=diff
==============================================================================
--- trunk/libopenoffice-oodoc-perl/debian/control (original)
+++ trunk/libopenoffice-oodoc-perl/debian/control Fri Oct 10 23:45:15 2008
@@ -1,7 +1,7 @@
 Source: libopenoffice-oodoc-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), libarchive-zip-perl (>= 1.14), libxml-twig-perl (>= 3.22)
 Build-Depends-Indep: perl (>= 5.6.10-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Maximilian Gaß <mxey at cloudconnected.org>
@@ -14,6 +14,15 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libarchive-zip-perl (>= 1.14), libxml-twig-perl (>= 3.22)
 Description: The Perl Open OpenDocument Connector
- The Perl Open OpenDocument Connector
+ This toolbox is an extensible Perl interface allowing direct read/write
+ operations on files which comply with the OASIS Open Document Format for
+ Office Applications (ODF), i.e. the ISO/IEC 26300:2006 standard.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ It provides a high-level, document-oriented language, and isolates the
+ programmer from the details of the file format. It 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.
+ .
+ OpenOffice::OODoc is designed for data retrieval and update in existing
+ documents, as well as full document generation.




More information about the Pkg-perl-cvs-commits mailing list