aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-04-02 02:12:58 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2012-04-06 14:33:07 +0100
commitae8fe03ecbed9c7ebb32edcd6adcad80d3b9d1d1 (patch)
treec6a839572084e4a91e7cf028dc682037016d41bc /debian/control
parente0fead9e0a8f2c7698dbbd6bf19d2e605b870d47 (diff)
downloadlibconfig-ae8fe03ecbed9c7ebb32edcd6adcad80d3b9d1d1.tar.gz
Create -doc package to allow multiarch -dev packagedebian/1.4.8-4
Documentation pdf is not multiarchable.
Diffstat (limited to '')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 95b8058..db3cf36 100644
--- a/debian/control
+++ b/debian/control
@@ -43,6 +43,7 @@ Architecture: any
Replaces: libconfig8-dev (<< 1.4.8)
Breaks: libconfig8-dev (<< 1.4.8)
Depends: libconfig9 (= ${binary:Version}), pkg-config (>= 0.20), ${misc:Depends}
+Recommends: libconfig-doc
Multi-Arch: same
Description: parsing and manipulation of structured config files(development)
This library features a fully reentrant parser and includes bindings for
@@ -140,3 +141,20 @@ Description: parsing and manipulation of structured config files(C++ debug symbo
files.
.
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)
+Depends: ${misc:Depends}
+Description: parsing and 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
+ 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.
+ .
+ This package provides documentation for the libconfig library.