diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-01-26 00:21:57 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-01-26 00:21:57 +0000 |
commit | 26452e185d18e0cee09a36d32f403fdd13f39d79 (patch) | |
tree | 63b00bffc7facc7a3c5edc0e31f0d04ab1ae177b | |
parent | 99892686f0e448e18bc23a121b51f1cc1fc94414 (diff) | |
download | libconfig-26452e185d18e0cee09a36d32f403fdd13f39d79.tar.gz |
fix accidental description changes
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 342e4dc..d6f9d06 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Package: libconfig9 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: processing of structured configuration files +Description: parsing and manipulation of structured configuration files This library features a fully reentrant parser and includes bindings for both the C and C++ programming languages. It runs on modern POSIX-compliant systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on @@ -24,7 +24,7 @@ Package: libconfig++9 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: processing of structured configuration files (C++ binding) +Description: parsing and manipulation of structured configuration files (C++ binding) This library features a fully reentrant parser and includes bindings for both the C and C++ programming languages. It runs on modern POSIX-compliant systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on |