summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-12-01 23:47:41 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2011-12-01 23:47:41 +0000
commit1eaceca55c7e62892fd28bfbb5fc03240a48cee3 (patch)
tree7243fcd09c57e06e72b15f0044fd2c77babd7843 /debian/control
parentd4b5ddf4bcacd692011f5a597025c38a1262d6ca (diff)
parent429e46051dba814e7d6c74368eb1bba550222cbe (diff)
downloadlibconfig-1eaceca55c7e62892fd28bfbb5fc03240a48cee3.tar.gz
Merge commit 'upstream/1.4.8'
Conflicts: debian/changelog debian/control debian/libconfig++9-dev.install debian/libconfig8.install debian/libconfig9-dev.install debian/rules
Diffstat (limited to '')
-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