aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-03-01 00:04:57 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-03-01 00:12:00 +0000
commit8700f61432eba8b090eee72e8d43c4249308390c (patch)
tree02107710bc2cbce0618225ae2cc5784e6f7e3faa /debian/control
parentdac1987f8515a340a5ba398e4835f6d8fed87a02 (diff)
downloadlibconfig-8700f61432eba8b090eee72e8d43c4249308390c.tar.gz
Change from virtual packages to transitional packages.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control50
1 files changed, 44 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 19b95a8..f9d3eb6 100644
--- a/debian/control
+++ b/debian/control
@@ -36,8 +36,6 @@ Description: parsing and manipulation of structured configuration files(C++ bind
Package: libconfig-dev
Section: libdevel
Architecture: any
-Provides: libconfig8-dev
-Conflicts: libconfig8-dev
Depends: libconfig9 (= ${binary:Version}), pkg-config (>= 0.20), ${misc:Depends}
Description: parsing and manipulation of structured config files(development)
This library features a fully reentrant parser and includes bindings for
@@ -57,11 +55,30 @@ 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: libconfig8-dev
+Depends: libconfig-dev, ${misc:Depends}
+Architecture: all
+Section: oldlibs
+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
+ systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
+ Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
+ .
+ This library allows parsing, manipulating and writing structured configuration
+ files. Its main features are:
+ - A fully reentrant parser: Multiple configurations can be parsed in
+ concurrent threads at the same time.
+ - A simple, structured configuration file format: more readable and compact
+ than XML and more flexible than Windows' "INI" file format.
+ - A low-footprint implementation
+ - Proper documentation.
+ .
+ transitional dummy package
+
Package: libconfig++-dev
Section: libdevel
Architecture: any
-Provides: libconfig++8-dev
-Conflicts: libconfig++8-dev
Depends: libconfig++9 (= ${binary:Version}), libconfig-dev,
pkg-config (>= 0.20), ${misc:Depends}
Description: parsing and manipulation of structured config files(C++ development)
@@ -82,12 +99,33 @@ 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: libconfig++8-dev
+Depends: libconfig++-dev, ${misc:Depends}
+Architecture: all
+Section: oldlibs
+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
+ systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
+ Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
+ .
+ This library allows parsing, manipulating and writing structured configuration
+ files. Its main features are:
+ - A fully reentrant parser: Multiple configurations can be parsed in
+ concurrent threads at the same time.
+ - A simple, structured configuration file format: more readable and compact
+ than XML and more flexible than Windows' "INI" file format.
+ - A low-footprint implementation
+ - Proper documentation.
+ .
+ transitional dummy package
+
Package: libconfig-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libconfig9 (= ${binary:Version}), ${misc:Depends}
-Description: debug symbols for libconfig9
+Description: parsing and manipulation of structured config files(debug symbols)
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
@@ -103,7 +141,7 @@ Section: debug
Priority: extra
Architecture: any
Depends: libconfig++9 (= ${binary:Version}), ${misc:Depends}
-Description: debug symbols for libconfig++9
+Description: parsing and manipulation of structured config files(C++ debug symbols)
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