diff options
| -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.  | 
