summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-02-12 18:31:34 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-02-12 18:31:34 +0000
commitb2c38c3909b02e542522d328583ff51ea9269f0d (patch)
treee608dfa58e62351bebc7e028738442713c057bae
parent21bfc2f5f8fdfed031357eda5b5a539745118407 (diff)
downloadlibconfig-b2c38c3909b02e542522d328583ff51ea9269f0d.tar.gz
Nitpicky typos.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
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.
/a> 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293