summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control28
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
2-01-26add examples properlyJonathan McCrohan1-0/+2 2012-01-26Update changelogJonathan McCrohan1-3/+6 2012-01-26fix typoJonathan McCrohan1-1/+1 2012-01-26fix accidental description changesJonathan McCrohan1-2/+2 2012-01-26more fucking around to please lintianJonathan McCrohan1-5/+2 2012-01-25Linitan fixesJonathan McCrohan2-3/+2 2012-01-25Split out debug packagesJonathan McCrohan2-1/+6 2011-12-31Fix debian/rulesJonathan McCrohan1-1/+1 2011-12-31Remove shlibsJonathan McCrohan1-2/+0 2011-12-31Remove NMU from changelogJonathan McCrohan1-1/+0 2011-12-31Lintian FixesJonathan McCrohan1-2/+4 2011-12-31Remove Makefile patchJonathan McCrohan1-1/+0 2011-12-31Update MakefilesJonathan McCrohan10-248/+8222 2011-12-31Updated makefilesJonathan McCrohan1-0/+1