diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-02-12 18:31:34 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-02-12 18:31:34 +0000 |
commit | b2c38c3909b02e542522d328583ff51ea9269f0d (patch) | |
tree | e608dfa58e62351bebc7e028738442713c057bae | |
parent | 21bfc2f5f8fdfed031357eda5b5a539745118407 (diff) | |
download | libconfig-b2c38c3909b02e542522d328583ff51ea9269f0d.tar.gz |
Nitpicky typos.
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 17d3c8f..b244916 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ libconfig (1.4.8-1) unstable; urgency=low * Update to Debhelper v7 * Refresh Build-Depends packages * Add debug packages - * Remove SONAME from -dev package names + * Remove soname from -dev package names - Build as virtual packages for reverse dependency purposes. * Fix examples (closes: #632081) diff --git a/debian/control b/debian/control index 28e6fb5..9444b8d 100644 --- a/debian/control +++ b/debian/control @@ -88,7 +88,7 @@ Priority: extra Architecture: any Depends: libconfig9 (= ${binary:Version}), ${misc:Depends} Description: debug symbols for libconfig9 - This package provides debugging information for libconfig library + This package provides debugging information for the libconfig library. Package: libconfig++-dbg Section: debug @@ -96,4 +96,4 @@ Priority: extra Architecture: any Depends: libconfig++9 (= ${binary:Version}), ${misc:Depends} Description: debug symbols for libconfig++9 - This package provides debugging information for C++ API of libconfig library + This package provides debugging information for the libconfig++ library. |