diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-05-05 23:21:31 +0100 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-05-05 23:21:31 +0100 | 
| commit | 695702e323759d158366d33c24c1ff47141056e9 (patch) | |
| tree | 819b08b9c9f46d82e6688fab0398c92806861aad /debian/control | |
| parent | c003abf32bbd521a9bfe0c4e9ceba2e4138ba37d (diff) | |
| download | libconfig-695702e323759d158366d33c24c1ff47141056e9.tar.gz | |
d/control: various fixes found by libconfig-model-dpkg-perl
Diffstat (limited to '')
| -rw-r--r-- | debian/control | 70 | 
1 files changed, 41 insertions, 29 deletions
| diff --git a/debian/control b/debian/control index 68fc2f6..db2e272 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,21 @@  Source: libconfig -Priority: optional  Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>  Uploaders: Jose Luis Tallon <jltallon@adv-solutions.net> -Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo +Section: libs +Priority: optional +Build-Depends: debhelper (>= 9), +               dh-autoreconf, +               texinfo  Build-Depends-Indep: texlive-latex-base  Standards-Version: 3.9.6  Homepage: http://www.hyperrealm.com/libconfig/ -Section: libs  Package: libconfig9  Architecture: any -Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends}  Multi-Arch: same +Depends: ${shlibs:Depends}, +         ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends}  Description: parsing/manipulation 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 @@ -24,9 +27,10 @@ Description: parsing/manipulation of structured configuration files  Package: libconfig++9  Architecture: any -Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends}  Multi-Arch: same +Depends: ${shlibs:Depends}, +         ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends}  Description: parsing/manipulation 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 @@ -39,13 +43,15 @@ Description: parsing/manipulation of structured configuration files (C++ binding   This is the C++ binding.  Package: libconfig-dev -Section: libdevel  Architecture: any -Replaces: libconfig8-dev (<< 1.4.8) -Breaks: libconfig8-dev (<< 1.4.8) -Depends: libconfig9 (= ${binary:Version}), pkg-config, ${misc:Depends} -Recommends: libconfig-doc  Multi-Arch: same +Section: libdevel +Depends: libconfig9 (= ${binary:Version}), +         pkg-config, +         ${misc:Depends} +Recommends: libconfig-doc +Breaks: libconfig8-dev (<< 1.4.8) +Replaces: libconfig8-dev (<< 1.4.8)  Description: parsing/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 @@ -65,22 +71,25 @@ Description: parsing/manipulation of structured config files (development)   in your own programs.  Package: libconfig8-dev -Depends: libconfig-dev, ${misc:Depends}  Architecture: any  Section: oldlibs  Priority: extra +Depends: libconfig-dev, +         ${misc:Depends}  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  Architecture: any -Replaces: libconfig++8-dev (<< 1.4.8) -Breaks: libconfig++8-dev (<< 1.4.8) -Depends: libconfig++9 (= ${binary:Version}), libconfig-dev, - pkg-config, ${misc:Depends}  Multi-Arch: same +Section: libdevel +Depends: libconfig++9 (= ${binary:Version}), +         libconfig-dev, +         pkg-config, +         ${misc:Depends} +Breaks: libconfig++8-dev (<< 1.4.8) +Replaces: libconfig++8-dev (<< 1.4.8)  Description: parsing/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 @@ -100,21 +109,22 @@ Description: parsing/manipulation of structured config files (C++ development)   in your own C++ programs.  Package: libconfig++8-dev -Depends: libconfig++-dev, ${misc:Depends}  Architecture: any  Section: oldlibs  Priority: extra +Depends: libconfig++-dev, +         ${misc:Depends}  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 -Priority: extra  Architecture: any -Depends: libconfig9 (= ${binary:Version}), ${misc:Depends}  Multi-Arch: same +Section: debug +Priority: extra +Depends: libconfig9 (= ${binary:Version}), +         ${misc:Depends}  Description: parsing/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 @@ -127,11 +137,13 @@ Description: parsing/manipulation of structured config files (debug symbols)   This package provides debugging information for the libconfig library.  Package: libconfig++-dbg -Section: debug -Priority: extra  Architecture: any -Depends: libconfig9 (= ${binary:Version}), libconfig++9 (= ${binary:Version}), ${misc:Depends}  Multi-Arch: same +Section: debug +Priority: extra +Depends: libconfig9 (= ${binary:Version}), +         libconfig++9 (= ${binary:Version}), +         ${misc:Depends}  Description: parsing/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 @@ -144,11 +156,11 @@ Description: parsing/manipulation of structured config files (C++ debug symbols)   This package provides debugging information for the libconfig++ library.  Package: libconfig-doc -Section: doc  Architecture: all -Replaces: libconfig-dev (<= 1.4.8) -Breaks: libconfig-dev (<= 1.4.8) +Section: doc  Depends: ${misc:Depends} +Breaks: libconfig-dev (<= 1.4.8) +Replaces: libconfig-dev (<= 1.4.8)  Description: parsing/manipulation of structured config files (Documentation)   This library features a fully reentrant parser and includes bindings for   both the C and C++ programming languages. It runs on modern POSIX-compliant | 
