diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 14 |
2 files changed, 13 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 7b3dfc6..b0fb65b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libconfig (1.4.9-2) UNRELEASED; urgency=medium + + * Update short package description (Closes: #710783) + + -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 22 Dec 2013 23:25:28 +0000 + libconfig (1.4.9-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index aced58b..bdf340c 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same -Description: parsing and manipulation of structured configuration files +Description: parsing/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 @@ -26,7 +26,7 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same -Description: parsing and manipulation of structured configuration files(C++ binding) +Description: parsing/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 @@ -45,7 +45,7 @@ Breaks: libconfig8-dev (<< 1.4.8) Depends: libconfig9 (= ${binary:Version}), pkg-config (>= 0.20), ${misc:Depends} Recommends: libconfig-doc Multi-Arch: same -Description: parsing and manipulation of structured config files(development) +Description: parsing/manipulation of structured config files (development) 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 @@ -80,7 +80,7 @@ Breaks: libconfig++8-dev (<< 1.4.8) Depends: libconfig++9 (= ${binary:Version}), libconfig-dev, pkg-config (>= 0.20), ${misc:Depends} Multi-Arch: same -Description: parsing and manipulation of structured config files(C++ development) +Description: parsing/manipulation of structured config files (C++ development) 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 @@ -114,7 +114,7 @@ Priority: extra Architecture: any Depends: libconfig9 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same -Description: parsing and manipulation of structured config files(debug symbols) +Description: parsing/manipulation of structured config files (debug symbols) 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 @@ -131,7 +131,7 @@ Priority: extra Architecture: any Depends: libconfig9 (= ${binary:Version}), libconfig++9 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same -Description: parsing and manipulation of structured config files(C++ debug symbols) +Description: parsing/manipulation of structured config files (C++ debug symbols) 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 @@ -148,7 +148,7 @@ Architecture: all Replaces: libconfig-dev (<= 1.4.8) Breaks: libconfig-dev (<= 1.4.8) Depends: ${misc:Depends} -Description: parsing and manipulation of structured config files(Documentation) +Description: parsing/manipulation of structured config files (Documentation) 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 |