From 8700f61432eba8b090eee72e8d43c4249308390c Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Thu, 1 Mar 2012 00:04:57 +0000 Subject: Change from virtual packages to transitional packages. --- debian/changelog | 1 - debian/control | 50 ++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 44 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4ba873c..f416866 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ libconfig (1.4.8-1~exp2) experimental; urgency=low * Harden buildflags - * Add conflicts to -dev packages for testing. -- Jonathan McCrohan Sun, 26 Feb 2012 20:50:22 +0000 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 -- cgit v1.2.3