summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Glassey <wdg@debian.org>2015-11-13 22:56:12 +0000
committerDaniel Glassey <wdg@debian.org>2015-11-14 16:42:06 +0000
commit704dfd22cf703d7722f64d184e5a36f9606e5ac0 (patch)
tree7f28bff2419a16fe4a1e72bcca713edc160e5de4 /debian/control
parent09a9abf728e7ae2d92ff647240289bd77756407f (diff)
improve description for ITP
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 9 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index dde88cd..d9e0900 100644
--- a/debian/control
+++ b/debian/control
@@ -15,9 +15,9 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libteckit0 (= ${binary:Version})
Multi-Arch: foreign
-Description: Encoding conversion tools
- Provides tools for converting data to and from Unicode
- And also from Unicode <> Unicode.
+Description: Encoding conversion tools for plain text files
+ TECkit provides tools for converting data to and from Unicode
+ and also from one Unicode encoding to another.
.
It also includes a compiler for a description language that allows
for bidirectional conversion description (the same description is
@@ -30,8 +30,8 @@ Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Encoding conversion library
- Provides a generic library for converting data to and from Unicode
- And also from Unicode <> Unicode.
+ TECkit provides a generic library for converting data to and from Unicode
+ and also from one Unicode encoding to another.
.
It also includes a compiler for a description language that allows
for bidirectional conversion description (the same description is
@@ -45,11 +45,12 @@ Section: libdevel
Depends: libteckit0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Development files for TECkit encoding conversion library
- Provides a generic library for converting data to and from Unicode
- And also from Unicode <> Unicode.
+ TECkit provides a generic library for converting data to and from Unicode
+ and also from one Unicode encoding to another.
.
It also includes a compiler for a description language that allows
for bidirectional conversion description (the same description is
used for conversion to and from Unicode, for example).
.
- Development files to allow linking to libTECkit for data conversion
+ This package contains development files to allow linking to libTECkit
+ for data conversion.