diff options
-rw-r--r-- | debian/control | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/debian/control b/debian/control index 230151f..75617e3 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.2 Homepage: http://www.hyperrealm.com/libconfig/ Section: libs -Package: libconfig9 +Package: libconfig8 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -20,7 +20,7 @@ Description: parsing and manipulation of structured configuration files This library allows parsing, manipulating and writing structured configuration files. -Package: libconfig++9 +Package: libconfig++8 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -35,12 +35,12 @@ Description: parsing and manipulation of structured configuration files(C++ bind . This is the C++ binding. -Package: libconfig9-dev +Package: libconfig8-dev Section: libdevel Architecture: any Provides: libconfig-dev -Depends: libconfig9 (= ${binary:Version}), pkg-config (>= 0.20), ${misc:Depends} -Conflicts: libconfig8-dev +Depends: libconfig8 (= ${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 +59,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++9-dev +Package: libconfig++8-dev Section: libdevel Architecture: any Provides: libconfig++-dev -Depends: libconfig++9 (= ${binary:Version}), libconfig-dev, +Depends: libconfig++8 (= ${binary:Version}), libconfig-dev, pkg-config (>= 0.20), ${misc:Depends} -Conflicts: libconfig++8-dev +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 +84,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: libconfig8-dbg Section: debug Priority: extra Architecture: any -Depends: libconfig9 (= ${binary:Version}), ${misc:Depends} -Description: debug symbols for libconfig9 +Depends: libconfig8 (= ${binary:Version}), ${misc:Depends} +Description: debug symbols for libconfig8 This package provides debugging information for libconfig library -Package: libconfig++9-dbg +Package: libconfig++8-dbg Section: debug Priority: extra Architecture: any -Depends: libconfig++9 (= ${binary:Version}), ${misc:Depends} -Description: debug symbols for libconfig++9 +Depends: libconfig++8 (= ${binary:Version}), ${misc:Depends} +Description: debug symbols for libconfig++8 This package provides debugging information for C++ API of libconfig library |