From 695702e323759d158366d33c24c1ff47141056e9 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Tue, 5 May 2015 23:21:31 +0100 Subject: d/control: various fixes found by libconfig-model-dpkg-perl --- debian/changelog | 1 + debian/control | 70 +++++++++++++++++++++++++++++++++----------------------- 2 files changed, 42 insertions(+), 29 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1c668c5..7065064 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libconfig (1.4.9-3) UNRELEASED; urgency=medium * Demote versioned pkg-config build-dep to unversioned build-dep (Closes: #734482) * Bump Standards-Version to 3.9.6 - No changes required + * d/control: various fixes found by libconfig-model-dpkg-perl -- Jonathan McCrohan Thu, 02 Oct 2014 23:14:30 +0100 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 Uploaders: Jose Luis Tallon -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 -- cgit v1.2.3