[Python-modules-commits] [python-odf] 06/11: changed descriptions to make lintian happier

Georges Khaznadar georgesk at moszumanska.debian.org
Sat Jan 13 18:04:32 UTC 2018


This is an automated email from the git hooks/post-receive script.

georgesk pushed a commit to branch master
in repository python-odf.

commit e4a8b07666c220224ac8c30cf576e8ead890847a
Author: Georges Khaznadar <georgesk at debian.org>
Date:   Sat Jan 13 18:30:45 2018 +0100

    changed descriptions to make lintian happier
---
 debian/control | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index b6b0c9b..9740247 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Package: python-odf
 Architecture: all
 Recommends: python-odf-doc, python-odf-tools
 Depends: ${misc:Depends}, ${python:Depends}
-Description: Python API and tools to manipulate OpenDocument files
+Description: Python API to manipulate OpenDocument files
  Odfpy is a library to read and write OpenDocument v. 1.1 files.
  The main focus has been to prevent the programmer from creating invalid
  documents. It has checks that raise an exception if the programmer adds
@@ -39,22 +39,16 @@ Package: python-odf-tools
 Architecture: all
 Conflicts: python-odf (<< 1.2.0-3)
 Depends: ${misc:Depends}, ${python:Depends}, python3-odf
-Description: Python API and tools to manipulate OpenDocument files
- Odfpy is a library to read and write OpenDocument v. 1.1 files.
- The main focus has been to prevent the programmer from creating invalid
- documents. It has checks that raise an exception if the programmer adds
- an invalid element, adds an attribute unknown to the grammar, forgets to
- add a required attribute or adds text to an element that doesn't allow it.
- .
- These checks and the API itself were generated from the RelaxNG
- schema, and then hand-edited. Therefore the API is complete and can
- handle all ODF constructions.
+Description: Python tools to manipulate OpenDocument files
+ Simple tool collection to manipulate ODF files, like converting CSV to
+ spreadsheet, e-mails to text files, text files to HTML, including images
+ given by URLs, filling user fields with data tables, and so on.
 
 Package: python3-odf
 Architecture: all
 Recommends: python-odf-doc, python-odf-tools
 Depends: ${misc:Depends}, ${python3:Depends}
-Description: Python API and tools to manipulate OpenDocument files
+Description: Python3 API to manipulate OpenDocument files
  Odfpy is a library to read and write OpenDocument v. 1.1 files.
  The main focus has been to prevent the programmer from creating invalid
  documents. It has checks that raise an exception if the programmer adds

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-odf.git



More information about the Python-modules-commits mailing list