diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-25 20:30:37 +0100 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-25 20:32:57 +0100 | 
| commit | 3e7761beb59987650794b6dd890f6aaae70b6ede (patch) | |
| tree | bd85cca5be271c1b74c64221aa530f8c52dec450 /debian/control | |
| parent | 260338460ae1279742b48ad40ecd838d5ae3471a (diff) | |
| download | libconfig-3e7761beb59987650794b6dd890f6aaae70b6ede.tar.gz | |
Improve libconfig(++)8-dev transition package descriptions.
Diffstat (limited to '')
| -rw-r--r-- | debian/control | 39 | 
1 files changed, 7 insertions, 32 deletions
| diff --git a/debian/control b/debian/control index 0d54d0f..0dd3d9e 100644 --- a/debian/control +++ b/debian/control @@ -61,22 +61,9 @@ Package: libconfig8-dev  Depends: libconfig-dev, ${misc:Depends}  Architecture: any  Section: libdevel -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 +Description: Transitional package for libconfig-dev + This is a transitional package for libconfig-dev, and can be safely removed + when no other package depends on it.  Package: libconfig++-dev  Section: libdevel @@ -107,22 +94,10 @@ Package: libconfig++8-dev  Depends: libconfig++-dev, ${misc:Depends}  Architecture: any  Section: libdevel -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 +Description: Transitional package for libconfig++-dev + This is a transitional package for libconfig++-dev, and can be safely removed + when no other package depends on it. +  Package: libconfig-dbg  Section: debug | 
