summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-11-10 21:27:01 +0100
committerMattia Rizzolo <mattia@debian.org>2017-11-10 21:34:13 +0100
commite97412c10ca1341107e54fdc007575a35108e82b (patch)
treed9a2063cc755fe8c5ef0404a80c88b66d9c3f8b4
parentd5ec64187906f53c1147d1e10b84bda051f6895c (diff)
d/control: mark libconfig-doc as Multi-Arch: foreign
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rw-r--r--debian/control11
1 files changed, 6 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 66d26d7..2f8d85b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,17 @@
Source: libconfig
Priority: optional
+Section: libs
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Build-Depends: debhelper (>= 10), texinfo
Build-Depends-Indep: texlive-latex-base, texlive-fonts-recommended
Standards-Version: 4.1.1
Homepage: http://www.hyperrealm.com/libconfig/
-Section: libs
Package: libconfig9
Architecture: any
+Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
-Multi-Arch: same
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
@@ -23,11 +23,11 @@ Description: parsing/manipulation of structured configuration files
Package: libconfig++9v5
Architecture: any
+Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libconfig++9
Replaces: libconfig++9
-Multi-Arch: same
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
@@ -42,11 +42,11 @@ Description: parsing/manipulation of structured configuration files (C++ binding
Package: libconfig-dev
Section: libdevel
Architecture: any
+Multi-Arch: same
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
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
@@ -68,11 +68,11 @@ Description: parsing/manipulation of structured config files (development)
Package: libconfig++-dev
Section: libdevel
Architecture: any
+Multi-Arch: same
Replaces: libconfig++8-dev (<< 1.4.8)
Breaks: libconfig++8-dev (<< 1.4.8)
Depends: libconfig++9v5 (= ${binary:Version}), libconfig-dev,
pkg-config, ${misc:Depends}
-Multi-Arch: same
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
@@ -94,6 +94,7 @@ Description: parsing/manipulation of structured config files (C++ development)
Package: libconfig-doc
Section: doc
Architecture: all
+Multi-Arch: foreign
Replaces: libconfig-dev (<= 1.4.8)
Breaks: libconfig-dev (<= 1.4.8)
Depends: ${misc:Depends}