summaryrefslogtreecommitdiffstats
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
parentdac1987f8515a340a5ba398e4835f6d8fed87a02 (diff)
downloadlibconfig-8700f61432eba8b090eee72e8d43c4249308390c.tar.gz
Change from virtual packages to transitional packages.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control50
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 <jmccrohan@gmail.com> 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
/> added documentation tree git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@458 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-06-02[lcd4linux @ 2004-06-02 05:14:16 by reinelt]reinelt2-17/+31 fixed models listing for Beckmann+Egle driver some cosmetic changes git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@457 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-06-01[lcd4linux @ 2004-06-01 06:45:28 by reinelt]reinelt18-71/+241 some Fixme's processed documented some code git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@456 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-06-01[lcd4linux @ 2004-06-01 06:04:25 by reinelt]reinelt2-25/+25 made README.Plugins and plugin_sample up to date. git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@455 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 21:23:16 by reinelt]reinelt1-37/+49 some cleanups in the MatrixOrbital driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@454 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 21:05:13 by reinelt]reinelt5-77/+111 fixed lots of bugs in the Cwlinux driver do not emit EAGAIN error on the first retry made plugin_i2c_sensors a bit less 'chatty' moved init and exit functions to the bottom of plugin_pop3 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@453 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 16:39:05 by reinelt]reinelt11-180/+535 added NULL display driver (for debugging/profiling purposes) added backlight/contrast initialisation for matrixOrbital added Backlight initialisation for Cwlinux git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@452 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 06:27:34 by reinelt]reinelt1-0/+40 ChangeLog update git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@451 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 06:24:42 by reinelt]reinelt2-7/+29 fixed symlink security issue with the image driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@450 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 05:38:02 by reinelt]reinelt8-42/+94 fixed possible bugs with user-defined chars (clear high bits) thanks to Andy Baxter for debugging the MilfordInstruments driver! git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@449 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-31[lcd4linux @ 2004-05-31 01:31:01 by andy-b]andy-b1-10/+12 fixed bug in Milford Instruments driver which drew extra graphics chars in odd places when drawing double bars. (the display doesn't like it if you put the escape character 0xfe inside a define char sequence). git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@448 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-30[lcd4linux @ 2004-05-30 08:25:50 by reinelt]reinelt2-30/+92 Crystalfontz 631 driver finished git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@447 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-29[lcd4linux @ 2004-05-29 23:30:20 by reinelt]reinelt1-1/+9 fixed a compiler issue with drv_Image.c (thanks to Frank Stratmann) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@446 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-29[lcd4linux @ 2004-05-29 15:53:28 by reinelt]reinelt3-9/+25 M50530: reset parport signals on exit plugin_ppp: ppp() has two parameters, not three lcd4linux.conf.sample: diskstats() corrected git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@445 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-29[lcd4linux @ 2004-05-29 01:07:56 by reinelt]reinelt2-21/+25 bug in plugin_diskstats fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@444 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-29[lcd4linux @ 2004-05-29 00:27:14 by reinelt]reinelt8-11/+214 added plugin_diskstats.c git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@443 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2004-05-28[lcd4linux @ 2004-05-28 14:38:10 by reinelt]reinelt2-1/+41 Status and Changelog Update git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@442 3ae390bd-cb1e-0410-b409-cd5a39f66f1f