aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 18 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index e5ee4b6..19b95a8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: libconfig
Priority: optional
Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net>
Uploaders: Jonathan McCrohan <jmccrohan@gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, texinfo, texlive-latex-base, quilt
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, texinfo, texlive-latex-base
+Standards-Version: 3.9.3
Homepage: http://www.hyperrealm.com/libconfig/
Section: libs
@@ -88,6 +88,14 @@ Priority: extra
Architecture: any
Depends: libconfig9 (= ${binary:Version}), ${misc:Depends}
Description: debug symbols for libconfig9
+ 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
+ Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
+ .
+ This library allows parsing, manipulating and writing structured configuration
+ files.
+ .
This package provides debugging information for the libconfig library.
Package: libconfig++-dbg
@@ -96,4 +104,12 @@ Priority: extra
Architecture: any
Depends: libconfig++9 (= ${binary:Version}), ${misc:Depends}
Description: debug symbols for libconfig++9
+ 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
+ Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
+ .
+ This library allows parsing, manipulating and writing structured configuration
+ files.
+ .
This package provides debugging information for the libconfig++ library.