aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 25 insertions, 11 deletions
diff --git a/debian/control b/debian/control
index 3afc71b..21a2a45 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,15 @@ Source: libconfig
Priority: optional
Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net>
Build-Depends: debhelper (>= 5), autotools-dev, texinfo, texlive, ghostscript, quilt
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
Homepage: http://www.hyperrealm.com/libconfig/
Section: libs
-Package: libconfig8
+Package: libconfig9
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: parsing and manipulation of structured configuration files
+Description: processing 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
@@ -19,11 +19,11 @@ Description: parsing and manipulation of structured configuration files
This library allows parsing, manipulating and writing structured configuration
files.
-Package: libconfig++8
+Package: libconfig++9
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: parsing and manipulation of structured configuration files(C++ binding)
+Description: processing 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
@@ -34,12 +34,12 @@ Description: parsing and manipulation of structured configuration files(C++ bind
.
This is the C++ binding.
-Package: libconfig8-dev
+Package: libconfig9-dev
Section: libdevel
Architecture: any
Provides: libconfig-dev
-Depends: libconfig8 (= ${binary:Version}), pkg-config (>= 0.20), ${misc:Depends}
-Conflicts: libconfig6-dev
+Depends: libconfig9 (= ${binary:Version}), pkg-config (>= 0.20), ${misc:Depends}
+Conflicts: libconfig8-dev
Description: parsing and 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
@@ -58,13 +58,13 @@ Description: parsing and manipulation of structured config files(development)
This package contains the files needed in order to use libconfig
in your own programs.
-Package: libconfig++8-dev
+Package: libconfig++9-dev
Section: libdevel
Architecture: any
Provides: libconfig++-dev
-Depends: libconfig++8 (= ${binary:Version}), libconfig-dev,
+Depends: libconfig++9 (= ${binary:Version}), libconfig-dev,
pkg-config (>= 0.20), ${misc:Depends}
-Conflicts: libconfig++6-dev
+Conflicts: libconfig++8-dev
Description: parsing and 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
@@ -82,3 +82,17 @@ Description: parsing and manipulation of structured config files(C++ development
.
This package contains the files needed in order to use libconfig
in your own C++ programs.
+
+Package: libconfig9-dbg
+Section: debug
+Architecture: any
+Depends: libconfig9 (= ${binary:Version})
+Description: debug symbols for libconfig9
+ This package provides debugging information for libconfig library
+
+Package: libconfig++9-dbg
+Section: debug
+Architecture: any
+Depends: libconfig++9 (= ${binary:Version})
+Description: debug symbols for libconfig++9
+ This package provides debugging information for C++ API of libconfig library