aboutsummaryrefslogtreecommitdiffstats
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
parente0fead9e0a8f2c7698dbbd6bf19d2e605b870d47 (diff)
downloadlibconfig-ae8fe03ecbed9c7ebb32edcd6adcad80d3b9d1d1.tar.gz
Create -doc package to allow multiarch -dev packagedebian/1.4.8-4
Documentation pdf is not multiarchable.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control18
-rw-r--r--debian/libconfig-doc.doc-base (renamed from debian/libconfig-dev.doc-base)2
-rw-r--r--debian/libconfig-doc.docs (renamed from debian/libconfig-dev.docs)0
4 files changed, 20 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 1ad5ad6..08a5e84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,7 @@ libconfig (1.4.8-4) unstable; urgency=low
- Remove package descriptions
* Add Multiarch support
- -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 25 Mar 2012 20:55:45 +0100
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Fri, 06 Apr 2012 14:28:39 +0100
libconfig (1.4.8-3) unstable; urgency=low
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.
diff --git a/debian/libconfig-dev.doc-base b/debian/libconfig-doc.doc-base
index 214fdfe..281715e 100644
--- a/debian/libconfig-dev.doc-base
+++ b/debian/libconfig-doc.doc-base
@@ -6,4 +6,4 @@ Abstract: This manual describes what libconfig is
Section: Programming/C
Format: PDF
-Files: /usr/share/doc/libconfig-dev/libconfig.pdf.gz
+Files: /usr/share/doc/libconfig-doc/libconfig.pdf.gz
diff --git a/debian/libconfig-dev.docs b/debian/libconfig-doc.docs
index 49e707d..49e707d 100644
--- a/debian/libconfig-dev.docs
+++ b/debian/libconfig-doc.docs