aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 8 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index 8b5b02a..28e6fb5 100644
--- a/debian/control
+++ b/debian/control
@@ -35,12 +35,11 @@ Description: parsing and manipulation of structured configuration files(C++ bind
.
This is the C++ binding.
-Package: libconfig8-dev
+Package: libconfig-dev
Section: libdevel
Architecture: any
-Provides: libconfig-dev
+Provides: libconfig8-dev
Depends: libconfig9 (= ${binary:Version}), pkg-config (>= 0.20), ${misc:Depends}
-Conflicts: libconfig6-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
@@ -59,13 +58,12 @@ 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++-dev
Section: libdevel
Architecture: any
-Provides: libconfig++-dev
+Provides: libconfig++8-dev
Depends: libconfig++9 (= ${binary:Version}), libconfig-dev,
pkg-config (>= 0.20), ${misc:Depends}
-Conflicts: libconfig++6-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
@@ -84,18 +82,18 @@ 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
+Package: libconfig-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libconfig9 (= ${binary:Version}), ${misc:Depends}
-Description: debug symbols for libconfig8
+Description: debug symbols for libconfig9
This package provides debugging information for libconfig library
-Package: libconfig++9-dbg
+Package: libconfig++-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libconfig++9 (= ${binary:Version}), ${misc:Depends}
-Description: debug symbols for libconfig++8
+Description: debug symbols for libconfig++9
This package provides debugging information for C++ API of libconfig library