summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Glassey <wdg@debian.org>2015-11-12 23:34:41 +0000
committerDaniel Glassey <wdg@debian.org>2015-11-12 23:34:41 +0000
commit64c86b1c3ccd7a3f066ed897197e8753358d44b3 (patch)
treee4817bbf99b791a31c370c52e526e83a7640c425 /debian
parent5f43f0c753da6ac35c307714ec7aff5873e3f8de (diff)
improve descriptions inc typo
Diffstat (limited to 'debian')
-rw-r--r--debian/control15
1 files changed, 11 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index ac54af4..ced994a 100644
--- a/debian/control
+++ b/debian/control
@@ -15,17 +15,24 @@ Section: text
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Encoding conversion library
- Provides a generic library for converting data too and from Unicode
+ Provides a generic library for converting data to and from Unicode
And also from Unicode <> Unicode.
.
It also includes a compiler for a description language that allows
for bidirectional conversion description (the same description is
- used for conversion too and from Unicode, for example).
+ used for conversion to and from Unicode, for example).
Package: libteckit-dev
Architecture: any
Section: libdevel
Depends: teckit (= ${Source-Version}), ${misc:Depends}
Multi-Arch: same
-Description: Development files for TECkit
- Development files to allow linking to libteckit for data conversion
+Description: Development files for TECkit encoding conversion library
+ Provides a generic library for converting data to and from Unicode
+ And also from Unicode <> Unicode.
+ .
+ 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